Skip to content

Commit 58c7562

Browse files
chore: update integration docs (#478)
Co-authored-by: adkah <98672834+adkah@users.noreply.github.com>
1 parent a74d2c5 commit 58c7562

5 files changed

Lines changed: 401 additions & 72 deletions

File tree

snippets/integrations/cards/botpress/desk.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@ Available options: `asc`, `desc`
19881988
type="enum<string>"
19891989
required
19901990
>
1991-
Available options: `is`, `is_not`, `has_all`
1991+
Available options: `is`, `is_not`, `has_all`, `is_set`, `is_not_set`
19921992
</ResponseField>
19931993
<ResponseField
19941994
name="values"
@@ -2026,7 +2026,7 @@ Available options: `asc`, `desc`
20262026
type="enum<string>"
20272027
required
20282028
>
2029-
Available options: `is`, `is_not`, `contains`, `not_contains`
2029+
Available options: `is`, `is_not`, `contains`, `not_contains`, `is_set`, `is_not_set`
20302030
</ResponseField>
20312031
<ResponseField
20322032
name="value"
@@ -2064,7 +2064,7 @@ Available options: `asc`, `desc`
20642064
type="enum<string>"
20652065
required
20662066
>
2067-
Available options: `within_last`, `more_than`
2067+
Available options: `within_last`, `more_than`, `is_set`, `is_not_set`
20682068
</ResponseField>
20692069
<ResponseField
20702070
name="value"
@@ -2109,7 +2109,7 @@ Available options: `asc`, `desc`
21092109
type="enum<string>"
21102110
required
21112111
>
2112-
Available options: `equals`, `not_equals`, `greater_than`, `less_than`
2112+
Available options: `equals`, `not_equals`, `greater_than`, `less_than`, `is_set`, `is_not_set`
21132113
</ResponseField>
21142114
<ResponseField
21152115
name="value"

snippets/integrations/cards/botpress/linear.mdx

Lines changed: 57 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,20 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl
9595
>
9696
<span>{"The ISO date the issue was last updated"}</span>
9797
</ResponseField>
98+
<ResponseField
99+
name="identifier"
100+
type="string"
101+
required
102+
>
103+
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
104+
</ResponseField>
105+
<ResponseField
106+
name="url"
107+
type="string"
108+
required
109+
>
110+
<span>{"The URL of the issue on Linear"}</span>
111+
</ResponseField>
98112
<ResponseField
99113
name="priority"
100114
type="number"
@@ -115,25 +129,11 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl
115129
>
116130
<span>{"The issue ID on Linear"}</span>
117131
</ResponseField>
118-
<ResponseField
119-
name="identifier"
120-
type="string"
121-
required
122-
>
123-
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
124-
</ResponseField>
125132
<ResponseField
126133
name="estimate"
127134
type="number"
128135
>
129136
<span>{"The estimate of the issue in points"}</span>
130-
</ResponseField>
131-
<ResponseField
132-
name="url"
133-
type="string"
134-
required
135-
>
136-
<span>{"The URL of the issue on Linear"}</span>
137137
</ResponseField>
138138
</Expandable>
139139
</ResponseField>
@@ -289,6 +289,20 @@ Available options: `issue`
289289
>
290290
<span>{"The ISO date the issue was last updated"}</span>
291291
</ResponseField>
292+
<ResponseField
293+
name="identifier"
294+
type="string"
295+
required
296+
>
297+
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
298+
</ResponseField>
299+
<ResponseField
300+
name="url"
301+
type="string"
302+
required
303+
>
304+
<span>{"The URL of the issue on Linear"}</span>
305+
</ResponseField>
292306
<ResponseField
293307
name="priority"
294308
type="number"
@@ -309,25 +323,11 @@ Available options: `issue`
309323
>
310324
<span>{"The issue ID on Linear"}</span>
311325
</ResponseField>
312-
<ResponseField
313-
name="identifier"
314-
type="string"
315-
required
316-
>
317-
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
318-
</ResponseField>
319326
<ResponseField
320327
name="estimate"
321328
type="number"
322329
>
323330
<span>{"The estimate of the issue in points"}</span>
324-
</ResponseField>
325-
<ResponseField
326-
name="url"
327-
type="string"
328-
required
329-
>
330-
<span>{"The URL of the issue on Linear"}</span>
331331
</ResponseField>
332332
</Expandable>
333333
</ResponseField>
@@ -640,6 +640,20 @@ Available options: `issue`
640640
>
641641
<span>{"The ISO date the issue was last updated"}</span>
642642
</ResponseField>
643+
<ResponseField
644+
name="identifier"
645+
type="string"
646+
required
647+
>
648+
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
649+
</ResponseField>
650+
<ResponseField
651+
name="url"
652+
type="string"
653+
required
654+
>
655+
<span>{"The URL of the issue on Linear"}</span>
656+
</ResponseField>
643657
<ResponseField
644658
name="priority"
645659
type="number"
@@ -660,29 +674,16 @@ Available options: `issue`
660674
>
661675
<span>{"The issue ID on Linear"}</span>
662676
</ResponseField>
663-
<ResponseField
664-
name="identifier"
665-
type="string"
666-
required
667-
>
668-
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
669-
</ResponseField>
670677
<ResponseField
671678
name="estimate"
672679
type="number"
673680
>
674681
<span>{"The estimate of the issue in points"}</span>
675682
</ResponseField>
676-
<ResponseField
677-
name="url"
678-
type="string"
679-
required
680-
>
681-
<span>{"The URL of the issue on Linear"}</span>
682-
</ResponseField>
683683
<ResponseField
684684
name="linearIds"
685685
type="object"
686+
required
686687
>
687688
<span>{"The Linear IDs of the referenced entities"}</span>
688689

@@ -1175,6 +1176,20 @@ Available options: `issue`
11751176
>
11761177
<span>{"The ISO date the issue was last updated"}</span>
11771178
</ResponseField>
1179+
<ResponseField
1180+
name="identifier"
1181+
type="string"
1182+
required
1183+
>
1184+
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
1185+
</ResponseField>
1186+
<ResponseField
1187+
name="url"
1188+
type="string"
1189+
required
1190+
>
1191+
<span>{"The URL of the issue on Linear"}</span>
1192+
</ResponseField>
11781193
<ResponseField
11791194
name="priority"
11801195
type="number"
@@ -1195,25 +1210,11 @@ Available options: `issue`
11951210
>
11961211
<span>{"The issue ID on Linear"}</span>
11971212
</ResponseField>
1198-
<ResponseField
1199-
name="identifier"
1200-
type="string"
1201-
required
1202-
>
1203-
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
1204-
</ResponseField>
12051213
<ResponseField
12061214
name="estimate"
12071215
type="number"
12081216
>
12091217
<span>{"The estimate of the issue in points"}</span>
1210-
</ResponseField>
1211-
<ResponseField
1212-
name="url"
1213-
type="string"
1214-
required
1215-
>
1216-
<span>{"The URL of the issue on Linear"}</span>
12171218
</ResponseField>
12181219
</Expandable>
12191220
</ResponseField>
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
{/* This file is auto-generated. Do not edit directly. */}
2+
{/* vale off */}
3+
4+
Here's a reference for all [Cards](/studio/concepts/cards/introduction) available with the integration:
5+
6+
### Call Tool
7+
8+
<span>{"Calls a specific tool on the connected MCP server"}</span>
9+
10+
<ResponseField
11+
name="input"
12+
type="object"
13+
>
14+
<Expandable>
15+
<ResponseField
16+
name="name"
17+
type="string"
18+
required
19+
>
20+
<span>{"The name of the tool to call"}</span>
21+
</ResponseField>
22+
<ResponseField
23+
name="arguments"
24+
type="string"
25+
>
26+
<span>{"JSON string of arguments to pass to the tool"}</span>
27+
</ResponseField>
28+
</Expandable>
29+
</ResponseField>
30+
31+
<ResponseField
32+
name="output"
33+
type="object"
34+
>
35+
<Expandable>
36+
<ResponseField
37+
name="content"
38+
type="array"
39+
required
40+
>
41+
42+
43+
<Expandable title="array item properties">
44+
<ResponseField
45+
name="type"
46+
type="string"
47+
required
48+
>
49+
50+
</ResponseField>
51+
<ResponseField
52+
name="text"
53+
type="string"
54+
>
55+
56+
</ResponseField>
57+
</Expandable>
58+
</ResponseField>
59+
<ResponseField
60+
name="isError"
61+
type="boolean"
62+
>
63+
64+
</ResponseField>
65+
</Expandable>
66+
</ResponseField>
67+
68+
### List Tools
69+
70+
<span>{"Lists all tools available on the connected MCP server"}</span>
71+
72+
<ResponseField
73+
name="input"
74+
type="object"
75+
>
76+
This Card has no input fields.
77+
</ResponseField>
78+
79+
<ResponseField
80+
name="output"
81+
type="object"
82+
>
83+
<Expandable>
84+
<ResponseField
85+
name="tools"
86+
type="array"
87+
required
88+
>
89+
90+
91+
<Expandable title="array item properties">
92+
<ResponseField
93+
name="name"
94+
type="string"
95+
required
96+
>
97+
98+
</ResponseField>
99+
<ResponseField
100+
name="description"
101+
type="string"
102+
>
103+
104+
</ResponseField>
105+
<ResponseField
106+
name="inputSchema"
107+
type="object"
108+
>
109+
110+
</ResponseField>
111+
</Expandable>
112+
</ResponseField>
113+
</Expandable>
114+
</ResponseField>
115+
116+
117+
{/* vale on */}

0 commit comments

Comments
 (0)