You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: toolkit-docs-generator/data/toolkits/brightdata.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -411,6 +411,6 @@
411
411
"documentationChunks": [],
412
412
"customImports": [],
413
413
"subPages": [],
414
-
"generatedAt": "2026-02-28T11:11:27.185Z",
414
+
"generatedAt": "2026-03-01T11:12:08.063Z",
415
415
"summary": "Bright Data provides a developer toolkit for large-scale web search, crawling, and scraping, enabling reliable extraction of pages and structured data without getting blocked. It supports search queries, content-to-Markdown conversion, and configurable data feeds across many site types.\n\nDesigned for integration into data pipelines and analytics workflows with parameterized feeds and output formats.\n\n**Capabilities**\n- Scale-resistant crawling and scraping with anti-blocking behavior for sustained collection.\n- Flexible search engine queries with advanced parameters across major engines.\n- Transform pages into clean Markdown and emit structured JSON feeds for profiles, products, reviews, listings, and media.\n- Configurable extraction parameters for batching, pagination, and media handling.\n\n**Secrets**\n- API key (BRIGHTDATA_API_KEY) and zone token (BRIGHTDATA_ZONE). Example values: BRIGHTDATA_API_KEY=sk_..., BRIGHTDATA_ZONE=zone123."
"value": "e.event_id, e.user_id, lower(trim(e.event_type)) AS event_type, e.event_time, lower(trim(u.country)) AS country",
254
254
"type": "string",
255
255
"required": true
256
256
},
257
257
"from_clause": {
258
-
"value": "users",
258
+
"value": "analytics.events AS e",
259
259
"type": "string",
260
260
"required": true
261
261
},
262
262
"limit": {
263
-
"value": 50,
263
+
"value": 100,
264
264
"type": "integer",
265
265
"required": false
266
266
},
@@ -270,12 +270,12 @@
270
270
"required": false
271
271
},
272
272
"join_clause": {
273
-
"value": "INNER JOIN orders ON users.id = orders.user_id",
273
+
"value": "analytics.users AS u ON e.user_id = u.id",
274
274
"type": "string",
275
275
"required": false
276
276
},
277
277
"where_clause": {
278
-
"value": "lower(trim(users.email)) LIKE '%@example.com' AND orders.created_at >= '2025-01-01'",
278
+
"value": "lower(trim(e.event_type)) LIKE 'purchase%' AND lower(trim(u.country)) = 'us' AND e.event_time >= toDateTime('2026-01-01 00:00:00')",
279
279
"type": "string",
280
280
"required": false
281
281
},
@@ -290,7 +290,7 @@
290
290
"required": false
291
291
},
292
292
"order_by_clause": {
293
-
"value": "users.id ASC, orders.created_at DESC",
293
+
"value": "e.event_time DESC, e.event_id ASC",
294
294
"type": "string",
295
295
"required": false
296
296
},
@@ -361,12 +361,12 @@
361
361
"toolName": "Clickhouse.GetTableSchema",
362
362
"parameters": {
363
363
"schema_name": {
364
-
"value": "default",
364
+
"value": "analytics",
365
365
"type": "string",
366
366
"required": true
367
367
},
368
368
"table_name": {
369
-
"value": "events",
369
+
"value": "user_events",
370
370
"type": "string",
371
371
"required": true
372
372
}
@@ -394,6 +394,6 @@
394
394
"documentationChunks": [],
395
395
"customImports": [],
396
396
"subPages": [],
397
-
"generatedAt": "2026-02-28T11:11:37.453Z",
398
-
"summary": "ClickHouse toolkit provides tools to explore and query a ClickHouse database, enabling safe schema discovery and read-only SELECT execution. It helps discover databases and tables, inspect table schemas, and run constrained SELECT queries that follow ClickHouse best practices.\n\n**Capabilities**\n- Discover database and table topology and surface a default schema name.\n- Retrieve precise table schemas to drive safe query construction.\n- Execute read-only SELECTs with enforced rules (explicit columns, ordering, indexed joins, case sensitivity).\n- Surface query guidance to avoid common ClickHouse pitfalls.\n\n**Secrets**\nSecret types: password, unknown. Example: CLICKHOUSE_DATABASE_CONNECTION_STRING — a connection string containing host, port, databaseand credentials (including password)."
397
+
"generatedAt": "2026-03-01T11:12:22.108Z",
398
+
"summary": "Arcade ClickHouse toolkit provides programmatic access to ClickHouse databases, enabling discovery, schema inspection, and safe read-only querying. It helps explore databases and tables, load table schemas, and execute SELECT queries while enforcing rules that reduce errors and preserve performance.\n\n**Capabilities**\n- Discover databases and tables and load table schemas to support safe query construction.\n- Execute read-only, parameterized SELECT queries with guidance on joins, ordering, and string handling.\n- Enforce best practices (no SELECT *, careful case-sensitive identifiers, indexed joins, explicit column selection) to minimize errors and improve performance.\n\n**Secrets**\n- Accepts connection secrets (password, unknown) via CLICKHOUSE_DATABASE_CONNECTION_STRING — typically a DSN containing host, port, database, user, and password."
Copy file name to clipboardExpand all lines: toolkit-docs-generator/data/toolkits/linkedin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,6 @@
92
92
],
93
93
"customImports": [],
94
94
"subPages": [],
95
-
"generatedAt": "2026-02-28T11:11:27.186Z",
95
+
"generatedAt": "2026-03-01T11:12:08.065Z",
96
96
"summary": "Arcade.dev provides a toolkit for integrating with LinkedIn, enabling developers to streamline interactions with the platform's API. This toolkit allows for the creation of content directly on LinkedIn, enhancing user engagement and social sharing capabilities.\n\n**Capabilities** \n- Seamless integration with LinkedIn's API for enhanced social interactions. \n- Efficiently share content such as text posts to drive engagement. \n- Simplified authentication process through OAuth2, ensuring secure access to user data. \n\n**OAuth** \n- Provider: LinkedIn \n- Scopes: w_member_social \n\n**Secrets** \n- No secrets required for use with this toolkit."
"summary": "MongoDB provider: This toolkit enables discovery, schema sampling, and programmatic querying of MongoDB instances. It supports aggregation pipelines, filtered finds, and counts to extract and transform data.\n\n**Capabilities**\n\n- Discover databases and collections and infer schemas by sampling documents (required before collection queries).\n- Execute complex aggregation pipelines for joins, grouping, projection, sorting, and limits.\n- Perform targeted queries with projections, sorting, operators, and counting; results are returned as JSON strings ready for processing.\n- Emphasize using indexes and explicit projections to optimize queries and avoid errors.\n\n**Secrets**\n\n- Type: password — typically a full MongoDB connection string. Example variable: MONGODB_CONNECTION_STRING. Store securely (env or secrets manager)."
535
+
"generatedAt": "2026-03-01T11:12:23.245Z",
536
+
"summary": "Arcade's MongoDB toolkit provides tools to query and explore MongoDB instances. It enables schema sampling, collection discovery, filtered reads, counts, and aggregation pipelines for data exploration and analytics.\n\n**Capabilities**\n- Discover databases/collections and sample documents to infer schema structure before querying.\n- Perform efficient reads with projection, sorting and complex filtering to limit payloads and improve performance.\n- Execute aggregation pipelines for transformations, joins, grouping and analytics workflows.\n- Follow operational best practices: always discover collections first, fetch collection schema before queries, use indexes and limit returned fields.\n\n**Secrets**\n- password: MONGODB_CONNECTION_STRING — a connection string/credentials (e.g., mongodb+srv://user:password@cluster.example.com/db). Store securely and supply at runtime."
Copy file name to clipboardExpand all lines: toolkit-docs-generator/data/toolkits/postgres.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@
80
80
"secretsInfo": [
81
81
{
82
82
"name": "POSTGRES_DATABASE_CONNECTION_STRING",
83
-
"type": "unknown"
83
+
"type": "password"
84
84
}
85
85
],
86
86
"output": {
@@ -222,7 +222,7 @@
222
222
"toolName": "Postgres.ExecuteSelectQuery",
223
223
"parameters": {
224
224
"select_clause": {
225
-
"value": "id, name, email, created_at",
225
+
"value": "users.id, users.name, users.email",
226
226
"type": "string",
227
227
"required": true
228
228
},
@@ -247,7 +247,7 @@
247
247
"required": false
248
248
},
249
249
"where_clause": {
250
-
"value": "lower(trim(email)) LIKE '%@example.com'",
250
+
"value": "LOWER(TRIM(users.email)) LIKE '%@example.com' AND users.active = true",
251
251
"type": "string",
252
252
"required": false
253
253
},
@@ -262,7 +262,7 @@
262
262
"required": false
263
263
},
264
264
"order_by_clause": {
265
-
"value": "id ASC",
265
+
"value": "users.id DESC",
266
266
"type": "string",
267
267
"required": false
268
268
},
@@ -338,7 +338,7 @@
338
338
"required": true
339
339
},
340
340
"table_name": {
341
-
"value": "customers",
341
+
"value": "users",
342
342
"type": "string",
343
343
"required": true
344
344
}
@@ -366,6 +366,6 @@
366
366
"documentationChunks": [],
367
367
"customImports": [],
368
368
"subPages": [],
369
-
"generatedAt": "2026-02-28T11:11:33.955Z",
370
-
"summary": "Arcade Postgres connects to a Postgres database and enables schema-driven exploration and safe read-only querying. It helps developers inspect schemas and table structures and execute constrained SELECT queries constructed from discovered metadata.\n\n**Capabilities**\n\n- Discover database schemas and enumerate tables to map structure; always discover tables before composing queries.\n- Load and use table schemas to drive query construction and validation so queries match actual column types and constraints.\n- Execute read-only SELECT queries only, with enforced best practices: never SELECT *, order by primary/important keys, use case-insensitive trimmed matching and LIKE, and join only on indexed/PK columns.\n- Support ordered, paginated result sets and explicit query fragment construction (select/from/join/where/having/order/limit/offset).\n\n**Secrets**\n\nThis toolkit expects connection secrets such as POSTGRES_DATABASE_CONNECTION_STRING. Secret types include password and unknown; example: a PostgreSQL connection string (postgres://user:password@host:port/dbname) stored securely."
369
+
"generatedAt": "2026-03-01T11:12:15.524Z",
370
+
"summary": "Postgres provider enables read-only exploration and querying of a PostgreSQL database within the Arcade toolkit. It provides schema discovery, table inspection, and constrained SELECT execution to build reliable, safe queries.\n\n**Capabilities**\n- Discover database schemas and table structures to drive query composition rather than guessing table/column names.\n- Execute read-only SELECT queries with enforced construction rules (explicit columns, ORDER BY, LIMIT/OFFSET, JOIN/HAVING/WHERE clauses).\n- Require discovery of tables and schemas before executing queries to prevent errors and ensure correct joins.\n- Enforce safe query conventions: no SELECT *, case-insensitive and trimmed string matching, prefer LIKE, join only on indexed or primary-key columns.\n\n**Secrets**\n- Secret type: password. Example secret: POSTGRES_DATABASE_CONNECTION_STRING (e.g. postgres://user:password@host:5432/dbname) used to authenticate and connect; store and handle securely."
Copy file name to clipboardExpand all lines: toolkit-docs-generator/data/toolkits/zendesk.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -648,6 +648,6 @@
648
648
"documentationChunks": [],
649
649
"customImports": [],
650
650
"subPages": [],
651
-
"generatedAt": "2026-02-28T11:11:27.188Z",
651
+
"generatedAt": "2026-03-01T11:12:08.066Z",
652
652
"summary": "Arcade's Zendesk toolkit enables seamless integration with Zendesk's customer service platform, allowing developers to interact with tickets and knowledge base articles efficiently.\n\n**Capabilities** \n- Retrieve and manage ticket comments and statuses. \n- List and paginate through tickets for dynamic retrieval. \n- Search for Help Center articles using various parameters. \n- Fetch comprehensive user profiles and account information. \n\n**OAuth** \n- Auth Type: OAuth2 \n- Provider: Unknown \n- Scopes: read, tickets:write \n\n**Secrets** \n- Secret types: unknown, api_key \n- Example: ZENDESK_SUBDOMAIN "
0 commit comments