Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions snippets/integrations/cards/botpress/desk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,7 @@ Available options: `asc`, `desc`
type="enum<string>"
required
>
Available options: `is`, `is_not`, `has_all`
Available options: `is`, `is_not`, `has_all`, `is_set`, `is_not_set`
</ResponseField>
<ResponseField
name="values"
Expand Down Expand Up @@ -2026,7 +2026,7 @@ Available options: `asc`, `desc`
type="enum<string>"
required
>
Available options: `is`, `is_not`, `contains`, `not_contains`
Available options: `is`, `is_not`, `contains`, `not_contains`, `is_set`, `is_not_set`
</ResponseField>
<ResponseField
name="value"
Expand Down Expand Up @@ -2064,7 +2064,7 @@ Available options: `asc`, `desc`
type="enum<string>"
required
>
Available options: `within_last`, `more_than`
Available options: `within_last`, `more_than`, `is_set`, `is_not_set`
</ResponseField>
<ResponseField
name="value"
Expand Down Expand Up @@ -2109,7 +2109,7 @@ Available options: `asc`, `desc`
type="enum<string>"
required
>
Available options: `equals`, `not_equals`, `greater_than`, `less_than`
Available options: `equals`, `not_equals`, `greater_than`, `less_than`, `is_set`, `is_not_set`
</ResponseField>
<ResponseField
name="value"
Expand Down
113 changes: 57 additions & 56 deletions snippets/integrations/cards/botpress/linear.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,20 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl
>
<span>{"The ISO date the issue was last updated"}</span>
</ResponseField>
<ResponseField
name="identifier"
type="string"
required
>
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
</ResponseField>
<ResponseField
name="url"
type="string"
required
>
<span>{"The URL of the issue on Linear"}</span>
</ResponseField>
<ResponseField
name="priority"
type="number"
Expand All @@ -115,25 +129,11 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl
>
<span>{"The issue ID on Linear"}</span>
</ResponseField>
<ResponseField
name="identifier"
type="string"
required
>
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
</ResponseField>
<ResponseField
name="estimate"
type="number"
>
<span>{"The estimate of the issue in points"}</span>
</ResponseField>
<ResponseField
name="url"
type="string"
required
>
<span>{"The URL of the issue on Linear"}</span>
</ResponseField>
</Expandable>
</ResponseField>
Expand Down Expand Up @@ -289,6 +289,20 @@ Available options: `issue`
>
<span>{"The ISO date the issue was last updated"}</span>
</ResponseField>
<ResponseField
name="identifier"
type="string"
required
>
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
</ResponseField>
<ResponseField
name="url"
type="string"
required
>
<span>{"The URL of the issue on Linear"}</span>
</ResponseField>
<ResponseField
name="priority"
type="number"
Expand All @@ -309,25 +323,11 @@ Available options: `issue`
>
<span>{"The issue ID on Linear"}</span>
</ResponseField>
<ResponseField
name="identifier"
type="string"
required
>
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
</ResponseField>
<ResponseField
name="estimate"
type="number"
>
<span>{"The estimate of the issue in points"}</span>
</ResponseField>
<ResponseField
name="url"
type="string"
required
>
<span>{"The URL of the issue on Linear"}</span>
</ResponseField>
</Expandable>
</ResponseField>
Expand Down Expand Up @@ -640,6 +640,20 @@ Available options: `issue`
>
<span>{"The ISO date the issue was last updated"}</span>
</ResponseField>
<ResponseField
name="identifier"
type="string"
required
>
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
</ResponseField>
<ResponseField
name="url"
type="string"
required
>
<span>{"The URL of the issue on Linear"}</span>
</ResponseField>
<ResponseField
name="priority"
type="number"
Expand All @@ -660,29 +674,16 @@ Available options: `issue`
>
<span>{"The issue ID on Linear"}</span>
</ResponseField>
<ResponseField
name="identifier"
type="string"
required
>
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
</ResponseField>
<ResponseField
name="estimate"
type="number"
>
<span>{"The estimate of the issue in points"}</span>
</ResponseField>
<ResponseField
name="url"
type="string"
required
>
<span>{"The URL of the issue on Linear"}</span>
</ResponseField>
<ResponseField
name="linearIds"
type="object"
required
>
<span>{"The Linear IDs of the referenced entities"}</span>

Expand Down Expand Up @@ -1175,6 +1176,20 @@ Available options: `issue`
>
<span>{"The ISO date the issue was last updated"}</span>
</ResponseField>
<ResponseField
name="identifier"
type="string"
required
>
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
</ResponseField>
<ResponseField
name="url"
type="string"
required
>
<span>{"The URL of the issue on Linear"}</span>
</ResponseField>
<ResponseField
name="priority"
type="number"
Expand All @@ -1195,25 +1210,11 @@ Available options: `issue`
>
<span>{"The issue ID on Linear"}</span>
</ResponseField>
<ResponseField
name="identifier"
type="string"
required
>
<span>{"Issue's human readable identifier (e.g. XXX-123)"}</span>
</ResponseField>
<ResponseField
name="estimate"
type="number"
>
<span>{"The estimate of the issue in points"}</span>
</ResponseField>
<ResponseField
name="url"
type="string"
required
>
<span>{"The URL of the issue on Linear"}</span>
</ResponseField>
</Expandable>
</ResponseField>
Expand Down
117 changes: 117 additions & 0 deletions snippets/integrations/cards/botpress/mcp-client.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
{/* This file is auto-generated. Do not edit directly. */}
{/* vale off */}

Here's a reference for all [Cards](/studio/concepts/cards/introduction) available with the integration:

### Call Tool

<span>{"Calls a specific tool on the connected MCP server"}</span>

<ResponseField
name="input"
type="object"
>
<Expandable>
<ResponseField
name="name"
type="string"
required
>
<span>{"The name of the tool to call"}</span>
</ResponseField>
<ResponseField
name="arguments"
type="string"
>
<span>{"JSON string of arguments to pass to the tool"}</span>
</ResponseField>
</Expandable>
</ResponseField>

<ResponseField
name="output"
type="object"
>
<Expandable>
<ResponseField
name="content"
type="array"
required
>


<Expandable title="array item properties">
<ResponseField
name="type"
type="string"
required
>

</ResponseField>
<ResponseField
name="text"
type="string"
>

</ResponseField>
</Expandable>
</ResponseField>
<ResponseField
name="isError"
type="boolean"
>

</ResponseField>
</Expandable>
</ResponseField>

### List Tools

<span>{"Lists all tools available on the connected MCP server"}</span>

<ResponseField
name="input"
type="object"
>
This Card has no input fields.
</ResponseField>

<ResponseField
name="output"
type="object"
>
<Expandable>
<ResponseField
name="tools"
type="array"
required
>


<Expandable title="array item properties">
<ResponseField
name="name"
type="string"
required
>

</ResponseField>
<ResponseField
name="description"
type="string"
>

</ResponseField>
<ResponseField
name="inputSchema"
type="object"
>

</ResponseField>
</Expandable>
</ResponseField>
</Expandable>
</ResponseField>


{/* vale on */}
Loading
Loading