Skip to content

Commit 845d0f0

Browse files
committed
updated drag, updated outputs for tools, regen docs with nested docs script
1 parent 6fdf403 commit 845d0f0

File tree

397 files changed

+21472
-7404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

397 files changed

+21472
-7404
lines changed

apps/docs/content/docs/en/tools/a2a.mdx

Lines changed: 30 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ Send a message to an external A2A-compatible agent.
5252

5353
| Parameter | Type | Description |
5454
| --------- | ---- | ----------- |
55-
| `content` | string | The text response from the agent |
56-
| `taskId` | string | Task ID for follow-up interactions |
57-
| `contextId` | string | Context ID for conversation continuity |
58-
| `state` | string | Task state |
59-
| `artifacts` | array | Structured output artifacts |
60-
| `history` | array | Full message history |
55+
| `content` | string | Text response content from the agent |
56+
| `taskId` | string | Unique task identifier |
57+
| `contextId` | string | Groups related tasks/messages |
58+
| `state` | string | Current lifecycle state \(working, completed, failed, canceled, rejected, input_required, auth_required\) |
59+
| `artifacts` | array | Task output artifacts |
60+
| `history` | array | Conversation history \(Message array\) |
6161

6262
### `a2a_get_task`
6363

@@ -76,11 +76,11 @@ Query the status of an existing A2A task.
7676

7777
| Parameter | Type | Description |
7878
| --------- | ---- | ----------- |
79-
| `taskId` | string | Task ID |
80-
| `contextId` | string | Context ID |
81-
| `state` | string | Task state |
82-
| `artifacts` | array | Output artifacts |
83-
| `history` | array | Message history |
79+
| `taskId` | string | Unique task identifier |
80+
| `contextId` | string | Groups related tasks/messages |
81+
| `state` | string | Current lifecycle state \(working, completed, failed, canceled, rejected, input_required, auth_required\) |
82+
| `artifacts` | array | Task output artifacts |
83+
| `history` | array | Conversation history \(Message array\) |
8484

8585
### `a2a_cancel_task`
8686

@@ -99,7 +99,7 @@ Cancel a running A2A task.
9999
| Parameter | Type | Description |
100100
| --------- | ---- | ----------- |
101101
| `cancelled` | boolean | Whether cancellation was successful |
102-
| `state` | string | Task state after cancellation |
102+
| `state` | string | Current lifecycle state \(working, completed, failed, canceled, rejected, input_required, auth_required\) |
103103

104104
### `a2a_get_agent_card`
105105

@@ -116,14 +116,13 @@ Fetch the Agent Card (discovery document) for an A2A agent.
116116

117117
| Parameter | Type | Description |
118118
| --------- | ---- | ----------- |
119-
| `name` | string | Agent name |
120-
| `description` | string | Agent description |
121-
| `url` | string | Agent endpoint URL |
122-
| `version` | string | Agent version |
123-
| `capabilities` | object | Agent capabilities \(streaming, pushNotifications, etc.\) |
124-
| `skills` | array | Skills the agent can perform |
125-
| `defaultInputModes` | array | Default input modes \(text, file, data\) |
126-
| `defaultOutputModes` | array | Default output modes \(text, file, data\) |
119+
| `name` | string | Agent display name |
120+
| `description` | string | Agent purpose/capabilities |
121+
| `url` | string | Service endpoint URL |
122+
| `provider` | object | Creator organization details |
123+
| `capabilities` | object | Feature support matrix |
124+
| `skills` | array | Available operations |
125+
| `protocolVersions` | array | Supported A2A protocol versions |
127126

128127
### `a2a_resubscribe`
129128

@@ -141,12 +140,12 @@ Reconnect to an ongoing A2A task stream after connection interruption.
141140

142141
| Parameter | Type | Description |
143142
| --------- | ---- | ----------- |
144-
| `taskId` | string | Task ID |
145-
| `contextId` | string | Context ID |
146-
| `state` | string | Current task state |
143+
| `taskId` | string | Unique task identifier |
144+
| `contextId` | string | Groups related tasks/messages |
145+
| `state` | string | Current lifecycle state \(working, completed, failed, canceled, rejected, input_required, auth_required\) |
147146
| `isRunning` | boolean | Whether the task is still running |
148-
| `artifacts` | array | Output artifacts |
149-
| `history` | array | Message history |
147+
| `artifacts` | array | Task output artifacts |
148+
| `history` | array | Conversation history \(Message array\) |
150149

151150
### `a2a_set_push_notification`
152151

@@ -166,9 +165,9 @@ Configure a webhook to receive task update notifications.
166165

167166
| Parameter | Type | Description |
168167
| --------- | ---- | ----------- |
169-
| `url` | string | Configured webhook URL |
170-
| `token` | string | Token for webhook validation |
171-
| `success` | boolean | Whether configuration was successful |
168+
| `url` | string | HTTPS webhook URL for notifications |
169+
| `token` | string | Authentication token for webhook validation |
170+
| `success` | boolean | Whether the operation was successful |
172171

173172
### `a2a_get_push_notification`
174173

@@ -186,9 +185,8 @@ Get the push notification webhook configuration for a task.
186185

187186
| Parameter | Type | Description |
188187
| --------- | ---- | ----------- |
189-
| `url` | string | Configured webhook URL |
190-
| `token` | string | Token for webhook validation |
191-
| `exists` | boolean | Whether a push notification config exists |
188+
| `token` | string | Authentication token for webhook validation |
189+
| `exists` | boolean | Whether the resource exists |
192190

193191
### `a2a_delete_push_notification`
194192

@@ -207,6 +205,6 @@ Delete the push notification webhook configuration for a task.
207205

208206
| Parameter | Type | Description |
209207
| --------- | ---- | ----------- |
210-
| `success` | boolean | Whether deletion was successful |
208+
| `success` | boolean | Whether the operation was successful |
211209

212210

apps/docs/content/docs/en/tools/ahrefs.mdx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ Get backlink statistics for a target domain or URL. Returns totals for different
9898
| Parameter | Type | Description |
9999
| --------- | ---- | ----------- |
100100
| `stats` | object | Backlink statistics summary |
101-
|`total` | number | Total number of live backlinks |
102-
|`dofollow` | number | Number of dofollow backlinks |
103-
|`nofollow` | number | Number of nofollow backlinks |
104-
|`text` | number | Number of text backlinks |
105-
|`image` | number | Number of image backlinks |
106-
|`redirect` | number | Number of redirect backlinks |
101+
| `total` | number | Total number of live backlinks |
102+
| `dofollow` | number | Number of dofollow backlinks |
103+
| `nofollow` | number | Number of nofollow backlinks |
104+
| `text` | number | Number of text backlinks |
105+
| `image` | number | Number of image backlinks |
106+
| `redirect` | number | Number of redirect backlinks |
107107

108108
### `ahrefs_referring_domains`
109109

@@ -205,14 +205,14 @@ Get detailed metrics for a keyword including search volume, keyword difficulty,
205205
| Parameter | Type | Description |
206206
| --------- | ---- | ----------- |
207207
| `overview` | object | Keyword metrics overview |
208-
|`keyword` | string | The analyzed keyword |
209-
|`searchVolume` | number | Monthly search volume |
210-
|`keywordDifficulty` | number | Keyword difficulty score \(0-100\) |
211-
|`cpc` | number | Cost per click in USD |
212-
|`clicks` | number | Estimated clicks per month |
213-
|`clicksPercentage` | number | Percentage of searches that result in clicks |
214-
|`parentTopic` | string | The parent topic for this keyword |
215-
|`trafficPotential` | number | Estimated traffic potential if ranking #1 |
208+
| `keyword` | string | The analyzed keyword |
209+
| `searchVolume` | number | Monthly search volume |
210+
| `keywordDifficulty` | number | Keyword difficulty score \(0-100\) |
211+
| `cpc` | number | Cost per click in USD |
212+
| `clicks` | number | Estimated clicks per month |
213+
| `clicksPercentage` | number | Percentage of searches that result in clicks |
214+
| `parentTopic` | string | The parent topic for this keyword |
215+
| `trafficPotential` | number | Estimated traffic potential if ranking #1 |
216216

217217
### `ahrefs_broken_backlinks`
218218

apps/docs/content/docs/en/tools/asana.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ Retrieve a single task by GID or get multiple tasks with filters
5959
| `notes` | string | Task notes or description |
6060
| `completed` | boolean | Whether the task is completed |
6161
| `assignee` | object | Assignee details |
62-
|`gid` | string | Assignee GID |
63-
|`name` | string | Assignee name |
62+
| `gid` | string | Assignee GID |
63+
| `name` | string | Assignee name |
6464
| `created_by` | object | Creator details |
65-
|`gid` | string | Creator GID |
66-
|`name` | string | Creator name |
65+
| `gid` | string | Creator GID |
66+
| `name` | string | Creator name |
6767
| `due_on` | string | Due date \(YYYY-MM-DD\) |
6868
| `created_at` | string | Task creation timestamp |
6969
| `modified_at` | string | Task last modified timestamp |
@@ -175,15 +175,15 @@ Search for tasks in an Asana workspace
175175
|`notes` | string | Task notes |
176176
|`completed` | boolean | Completion status |
177177
|`assignee` | object | Assignee details |
178-
|`gid` | string | Assignee GID |
179-
|`name` | string | Assignee name |
178+
| `gid` | string | Assignee GID |
179+
| `name` | string | Assignee name |
180180
|`due_on` | string | Due date |
181181
|`created_at` | string | Creation timestamp |
182182
|`modified_at` | string | Modified timestamp |
183183
| `next_page` | object | Pagination info |
184-
|`offset` | string | Offset token |
185-
|`path` | string | API path |
186-
|`uri` | string | Full URI |
184+
| `offset` | string | Offset token |
185+
| `path` | string | API path |
186+
| `uri` | string | Full URI |
187187

188188
### `asana_add_comment`
189189

@@ -206,7 +206,7 @@ Add a comment (story) to an Asana task
206206
| `text` | string | Comment text content |
207207
| `created_at` | string | Comment creation timestamp |
208208
| `created_by` | object | Comment author details |
209-
|`gid` | string | Author GID |
210-
|`name` | string | Author name |
209+
| `gid` | string | Author GID |
210+
| `name` | string | Author name |
211211

212212

0 commit comments

Comments
 (0)