Skip to content

Commit 2434165

Browse files
committed
updated script
1 parent 76c7442 commit 2434165

File tree

18 files changed

+1626
-35
lines changed

18 files changed

+1626
-35
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ Search for content across Confluence pages, blog posts, and other content.
143143
| `results` | array | Array of search results |
144144
|`id` | string | Unique content identifier |
145145
|`title` | string | Content title |
146+
|`type` | string | Content type \(e.g., page, blogpost, attachment, comment\) |
146147
|`status` | string | Content status \(e.g., current\) |
147148
|`url` | string | URL to view the content in Confluence |
148149
|`excerpt` | string | Text excerpt matching the search query |
@@ -403,6 +404,7 @@ List all Confluence spaces accessible to the user.
403404
|`id` | string | Unique space identifier |
404405
|`key` | string | Space key \(short identifier used in URLs\) |
405406
|`name` | string | Space name |
407+
|`type` | string | Space type \(e.g., global, personal\) |
406408
|`status` | string | Space status \(e.g., current, archived\) |
407409
|`authorId` | string | Account ID of the space creator |
408410
|`createdAt` | string | ISO 8601 timestamp when the space was created |

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

Lines changed: 125 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Returns all the email addresses found using one given domain name, with sources.
8181
| --------- | ---- | ----------- |
8282
| `emails` | array | List of email addresses found for the domain \(up to 100 per request\) |
8383
|`value` | string | The email address |
84+
|`type` | string | Email type: personal or generic \(role-based\) |
8485
|`confidence` | number | Probability score \(0-100\) that the email is correct |
8586
|`first_name` | string | Person's first name |
8687
|`last_name` | string | Person's last name |

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Get a single contact by ID from Intercom. Returns API-aligned fields only.
123123
| --------- | ---- | ----------- |
124124
| `contact` | object | Contact object |
125125
|`id` | string | Unique identifier for the contact |
126+
|`type` | string | Object type \(contact\) |
126127
|`role` | string | Role of the contact \(user or lead\) |
127128
|`email` | string | Email address of the contact |
128129
|`email_domain` | string | Email domain of the contact |
@@ -150,27 +151,32 @@ Get a single contact by ID from Intercom. Returns API-aligned fields only.
150151
|`language_override` | string | Language override setting |
151152
|`custom_attributes` | object | Custom attributes set on the contact |
152153
|`tags` | object | Tags associated with the contact \(up to 10 displayed\) |
154+
|`type` | string | List type identifier |
153155
|`url` | string | URL to fetch full list |
154156
|`data` | array | Array of objects \(up to 10\) |
155157
|`has_more` | boolean | Whether there are more items beyond this list |
156158
|`total_count` | number | Total number of items |
157159
|`notes` | object | Notes associated with the contact \(up to 10 displayed\) |
160+
|`type` | string | List type identifier |
158161
|`url` | string | URL to fetch full list |
159162
|`data` | array | Array of objects \(up to 10\) |
160163
|`has_more` | boolean | Whether there are more items beyond this list |
161164
|`total_count` | number | Total number of items |
162165
|`companies` | object | Companies associated with the contact \(up to 10 displayed\) |
166+
|`type` | string | List type identifier |
163167
|`url` | string | URL to fetch full list |
164168
|`data` | array | Array of objects \(up to 10\) |
165169
|`has_more` | boolean | Whether there are more items beyond this list |
166170
|`total_count` | number | Total number of items |
167171
|`location` | object | Location information for the contact |
172+
|`type` | string | Object type \(location\) |
168173
|`city` | string | City name |
169174
|`region` | string | Region or state name |
170175
|`country` | string | Country name |
171176
|`country_code` | string | ISO country code |
172177
|`continent_code` | string | Continent code |
173178
|`social_profiles` | object | Social profiles of the contact |
179+
|`type` | string | Social network type \(e.g., twitter, facebook\) |
174180
|`name` | string | Social network name |
175181
|`url` | string | Profile URL |
176182
|`username` | string | Username on the social network |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ Retrieve your orders from Kalshi with optional filtering (V2 with full API respo
296296
|`ticker` | string | Market ticker |
297297
|`side` | string | Order side \(yes/no\) |
298298
|`action` | string | Order action \(buy/sell\) |
299+
|`type` | string | Order type \(limit/market\) |
299300
|`status` | string | Order status \(resting, canceled, executed\) |
300301
|`yes_price` | number | Yes price in cents |
301302
|`no_price` | number | No price in cents |

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Fetch and filter issues from Linear
7575
|`state` | object | Workflow state/status |
7676
|`id` | string | State ID |
7777
|`name` | string | State name \(e.g., "Todo", "In Progress"\) |
78+
|`type` | string | State type \(unstarted, started, completed, canceled\) |
7879
|`assignee` | object | User object |
7980
|`id` | string | User ID |
8081
|`name` | string | User name |
@@ -121,6 +122,7 @@ Get a single issue by ID from Linear with full details
121122
|`state` | object | Workflow state/status |
122123
|`id` | string | State ID |
123124
|`name` | string | State name \(e.g., "Todo", "In Progress"\) |
125+
|`type` | string | State type \(unstarted, started, completed, canceled\) |
124126
|`assignee` | object | User object |
125127
|`id` | string | User ID |
126128
|`name` | string | User name |
@@ -175,6 +177,7 @@ Create a new issue in Linear
175177
|`state` | object | Workflow state/status |
176178
|`id` | string | State ID |
177179
|`name` | string | State name \(e.g., "Todo", "In Progress"\) |
180+
|`type` | string | State type \(unstarted, started, completed, canceled\) |
178181
|`assignee` | object | User object |
179182
|`id` | string | User ID |
180183
|`name` | string | User name |
@@ -236,6 +239,7 @@ Update an existing issue in Linear
236239
|`state` | object | Workflow state/status |
237240
|`id` | string | State ID |
238241
|`name` | string | State name \(e.g., "Todo", "In Progress"\) |
242+
|`type` | string | State type \(unstarted, started, completed, canceled\) |
239243
|`assignee` | object | User object |
240244
|`id` | string | User ID |
241245
|`name` | string | User name |
@@ -340,6 +344,7 @@ Search for issues in Linear using full-text search
340344
|`state` | object | Workflow state/status |
341345
|`id` | string | State ID |
342346
|`name` | string | State name \(e.g., "Todo", "In Progress"\) |
347+
|`type` | string | State type \(unstarted, started, completed, canceled\) |
343348
|`assignee` | object | User object |
344349
|`id` | string | User ID |
345350
|`name` | string | User name |
@@ -844,6 +849,7 @@ List all workflow states (statuses) in Linear
844849
| `states` | array | Array of workflow states |
845850
|`id` | string | State ID |
846851
|`name` | string | State name \(e.g., "Todo", "In Progress"\) |
852+
|`type` | string | State type \(unstarted, started, completed, canceled\) |
847853
|`color` | string | State color \(hex\) |
848854
|`position` | number | State position in workflow |
849855
|`team` | object | Team object |

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Query and filter Notion database entries with advanced filtering
131131
|`url` | string | Notion page URL |
132132
|`public_url` | string | Public web URL if shared, null otherwise |
133133
|`parent` | object | Parent object specifying hierarchical relationship |
134+
|`type` | string | Parent type: "database_id", "data_source_id", "page_id", "workspace", or "block_id" |
134135
|`database_id` | string | Parent database UUID \(if type is database_id\) |
135136
|`data_source_id` | string | Parent data source UUID \(if type is data_source_id\) |
136137
|`page_id` | string | Parent page UUID \(if type is page_id\) |
@@ -140,6 +141,7 @@ Query and filter Notion database entries with advanced filtering
140141
|`url` | string | Authenticated URL valid for one hour |
141142
|`expiry_time` | string | ISO 8601 timestamp when URL expires |
142143
|`cover` | object | Page/database cover image |
144+
|`type` | string | File type: "file", "file_upload", or "external" |
143145
|`file` | object | Notion-hosted file object \(when type is "file"\) |
144146
|`url` | string | Authenticated URL valid for one hour |
145147
|`expiry_time` | string | ISO 8601 timestamp when URL expires |
@@ -184,6 +186,7 @@ Search across all pages and databases in Notion workspace
184186
|`url` | string | Object URL |
185187
|`public_url` | string | Public web URL if shared |
186188
|`parent` | object | Parent object specifying hierarchical relationship |
189+
|`type` | string | Parent type: "database_id", "data_source_id", "page_id", "workspace", or "block_id" |
187190
|`database_id` | string | Parent database UUID \(if type is database_id\) |
188191
|`data_source_id` | string | Parent data source UUID \(if type is data_source_id\) |
189192
|`page_id` | string | Parent page UUID \(if type is page_id\) |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ Retrieve activities (tasks) from Pipedrive with optional filters
321321
| `activities` | array | Array of activity objects from Pipedrive |
322322
|`id` | number | Activity ID |
323323
|`subject` | string | Activity subject |
324+
|`type` | string | Activity type \(call, meeting, task, etc.\) |
324325
|`due_date` | string | Due date \(YYYY-MM-DD\) |
325326
|`due_time` | string | Due time \(HH:MM\) |
326327
|`duration` | string | Duration \(HH:MM\) |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ Introspect PostgreSQL database schema to retrieve table structures, columns, and
183183
|`schema` | string | Schema name \(e.g., public\) |
184184
|`columns` | array | Table columns |
185185
|`name` | string | Column name |
186+
|`type` | string | Data type \(e.g., integer, varchar, timestamp\) |
186187
|`nullable` | boolean | Whether the column allows NULL values |
187188
|`default` | string | Default value expression |
188189
|`isPrimaryKey` | boolean | Whether the column is part of the primary key |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,7 @@ Get metadata and field information for a Salesforce object
955955
|`fields` | array | Array of field metadata objects |
956956
|`name` | string | API name of the field |
957957
|`label` | string | Display label of the field |
958+
|`type` | string | Field data type \(string, boolean, int, double, date, etc.\) |
958959
|`length` | number | Maximum length for text fields |
959960
|`precision` | number | Precision for numeric fields |
960961
|`scale` | number | Scale for numeric fields |

0 commit comments

Comments
 (0)