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
133 changes: 52 additions & 81 deletions apps/docs/components/icons.tsx

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion apps/docs/content/docs/en/tools/airtable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ Write new records to an Airtable table
| `baseId` | string | Yes | Airtable base ID \(starts with "app", e.g., "appXXXXXXXXXXXXXX"\) |
| `tableId` | string | Yes | Table ID \(starts with "tbl"\) or table name |
| `records` | json | Yes | Array of records to create, each with a `fields` object |
| `fields` | string | No | No description |

#### Output

Expand Down
13 changes: 1 addition & 12 deletions apps/docs/content/docs/en/tools/calcom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
type="calcom"
color="#FFFFFE"
color="#292929"
/>

{/* MANUAL-CONTENT-START:intro */}
Expand Down Expand Up @@ -46,7 +46,6 @@ Create a new booking on Cal.com
| `start` | string | Yes | Start time in UTC ISO 8601 format \(e.g., 2024-01-15T09:00:00Z\) |
| `attendee` | object | Yes | Attendee information object with name, email, timeZone, and optional phoneNumber \(constructed from individual attendee fields\) |
| `guests` | array | No | Array of guest email addresses |
| `items` | string | No | Guest email address |
| `lengthInMinutes` | number | No | Duration of the booking in minutes \(overrides event type default\) |
| `metadata` | object | No | Custom metadata to attach to the booking |

Expand Down Expand Up @@ -594,11 +593,6 @@ Create a new availability schedule in Cal.com
| `timeZone` | string | Yes | Timezone for the schedule \(e.g., America/New_York\) |
| `isDefault` | boolean | Yes | Whether this schedule should be the default |
| `availability` | array | No | Availability intervals for the schedule |
| `items` | object | No | Availability interval |
| `properties` | array | No | Days of the week \(Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday\) |
| `days` | array | No | Days of the week \(Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday\) |
| `startTime` | string | No | Start time in HH:MM format |
| `endTime` | string | No | End time in HH:MM format |

#### Output

Expand Down Expand Up @@ -692,11 +686,6 @@ Update an existing schedule in Cal.com
| `timeZone` | string | No | New timezone for the schedule \(e.g., America/New_York\) |
| `isDefault` | boolean | No | Whether this schedule should be the default |
| `availability` | array | No | New availability intervals for the schedule |
| `items` | object | No | Availability interval |
| `properties` | array | No | Days of the week \(Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday\) |
| `days` | array | No | Days of the week \(Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday\) |
| `startTime` | string | No | Start time in HH:MM format |
| `endTime` | string | No | End time in HH:MM format |

#### Output

Expand Down
14 changes: 0 additions & 14 deletions apps/docs/content/docs/en/tools/emailbison.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ Retrieves leads from Email Bison with optional search and tag filters.
| `search` | string | No | Search term for filtering leads |
| `campaignStatus` | string | No | Lead campaign status filter: in_sequence, sequence_finished, sequence_stopped, never_contacted, or replied |
| `tagIds` | array | No | Tag IDs to include |
| `items` | number | No | No description |
| `excludedTagIds` | array | No | Tag IDs to exclude |
| `items` | number | No | No description |
| `withoutTags` | boolean | No | Only return leads without tags |

#### Output
Expand Down Expand Up @@ -97,10 +95,6 @@ Creates a single lead in Email Bison.
| `company` | string | No | Lead company |
| `notes` | string | No | Additional notes about the lead |
| `customVariables` | array | No | Custom variables to store on the lead |
| `items` | object | No | Custom variable name |
| `properties` | string | No | Custom variable name |
| `name` | string | No | No description |
| `value` | string | No | No description |

#### Output

Expand Down Expand Up @@ -137,10 +131,6 @@ Updates an existing Email Bison lead. Fields omitted from a PUT update may be cl
| `company` | string | No | Lead company |
| `notes` | string | No | Additional notes about the lead |
| `customVariables` | array | No | Custom variables to store on the lead |
| `items` | object | No | Custom variable name |
| `properties` | string | No | Custom variable name |
| `name` | string | No | No description |
| `value` | string | No | No description |

#### Output

Expand Down Expand Up @@ -297,7 +287,6 @@ Adds existing Email Bison leads to a campaign.
| --------- | ---- | -------- | ----------- |
| `campaignId` | number | Yes | Campaign ID |
| `leadIds` | array | Yes | Lead IDs to add to the campaign |
| `items` | number | No | No description |
| `allowParallelSending` | boolean | No | Force add leads already in sequence in other campaigns |

#### Output
Expand Down Expand Up @@ -335,7 +324,6 @@ Retrieves Email Bison replies with optional status, folder, campaign, sender, le
| `senderEmailId` | number | No | Sender email ID |
| `leadId` | number | No | Lead ID |
| `tagIds` | array | No | Tag IDs to filter replies by |
| `items` | number | No | No description |

#### Output

Expand Down Expand Up @@ -422,9 +410,7 @@ Attaches Email Bison tags to one or more leads.
| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `tagIds` | array | Yes | Tag IDs to attach |
| `items` | number | No | No description |
| `leadIds` | array | Yes | Lead IDs to tag |
| `items` | number | No | No description |
| `skipWebhooks` | boolean | No | Skip Email Bison webhooks for this action |

#### Output
Expand Down
4 changes: 0 additions & 4 deletions apps/docs/content/docs/en/tools/exa.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ Search the web using Exa AI. Returns relevant search results with titles, URLs,
| `endPublishedDate` | string | No | Only include results published on or before this ISO 8601 date |
| `apiKey` | string | Yes | Exa AI API Key |
| `pricing` | custom | No | No description |
| `metadata` | string | No | No description |
| `rateLimit` | string | No | No description |

#### Output
Expand Down Expand Up @@ -95,7 +94,6 @@ Retrieve the contents of webpages using Exa AI. Returns the title, text content,
| `livecrawl` | string | No | Live crawling mode: never \(default\), fallback, always, or preferred \(always try livecrawl, fall back to cache if fails\) |
| `apiKey` | string | Yes | Exa AI API Key |
| `pricing` | custom | No | No description |
| `metadata` | string | No | No description |
| `rateLimit` | string | No | No description |

#### Output
Expand Down Expand Up @@ -127,7 +125,6 @@ Find webpages similar to a given URL using Exa AI. Returns a list of similar lin
| `livecrawl` | string | No | Live crawling mode: never \(default\), fallback, always, or preferred \(always try livecrawl, fall back to cache if fails\) |
| `apiKey` | string | Yes | Exa AI API Key |
| `pricing` | custom | No | No description |
| `metadata` | string | No | No description |
| `rateLimit` | string | No | No description |

#### Output
Expand All @@ -152,7 +149,6 @@ Get an AI-generated answer to a question with citations from the web using Exa A
| `text` | boolean | No | Whether to include the full text of the answer |
| `apiKey` | string | Yes | Exa AI API Key |
| `pricing` | custom | No | No description |
| `metadata` | string | No | No description |
| `rateLimit` | string | No | No description |

#### Output
Expand Down
3 changes: 0 additions & 3 deletions apps/docs/content/docs/en/tools/findymail.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ Find verified contacts at a given domain matching one or more target roles (max
| --------- | ---- | -------- | ----------- |
| `domain` | string | Yes | Company domain \(e.g., stripe.com\) |
| `roles` | array | Yes | Target roles at the company \(max 3, e.g., \["CEO", "Founder"\]\) |
| `items` | string | No | No description |
| `apiKey` | string | Yes | Findymail API Key |

#### Output
Expand Down Expand Up @@ -188,7 +187,6 @@ Find employees at a company by website and target job titles. Uses 1 credit per
| --------- | ---- | -------- | ----------- |
| `website` | string | Yes | Company website or domain \(e.g., google.com\) |
| `job_titles` | array | Yes | Target job titles to search for \(max 10, e.g., \["Software Engineer", "CEO"\]\) |
| `items` | string | No | No description |
| `count` | number | No | Number of contacts to return \(max 5, default 1\) |
| `apiKey` | string | Yes | Findymail API Key |

Expand Down Expand Up @@ -252,7 +250,6 @@ Get the technology stack for a company by domain. Optionally filter by technolog
| --------- | ---- | -------- | ----------- |
| `domain` | string | Yes | Company domain to look up \(e.g., stripe.com\) |
| `technologies` | array | No | Filter by technology names, case-insensitive \(e.g., \["React", "TypeScript"\]\) |
| `items` | string | No | No description |
| `apiKey` | string | Yes | Findymail API Key |

#### Output
Expand Down
6 changes: 0 additions & 6 deletions apps/docs/content/docs/en/tools/firecrawl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Extract structured content from web pages with comprehensive metadata support. C
| `scrapeOptions` | json | No | Options for content scraping |
| `apiKey` | string | Yes | Firecrawl API key |
| `pricing` | custom | No | No description |
| `metadata` | string | No | No description |
| `rateLimit` | string | No | No description |

#### Output
Expand Down Expand Up @@ -90,7 +89,6 @@ Search for information on the web using Firecrawl
| `query` | string | Yes | The search query to use |
| `apiKey` | string | Yes | Firecrawl API key |
| `pricing` | custom | No | No description |
| `metadata` | string | No | No description |
| `rateLimit` | string | No | No description |

#### Output
Expand Down Expand Up @@ -130,7 +128,6 @@ Crawl entire websites and extract structured content from all accessible pages
| `onlyMainContent` | boolean | No | Extract only main content from pages |
| `apiKey` | string | Yes | Firecrawl API Key |
| `pricing` | custom | No | No description |
| `metadata` | string | No | No description |
| `rateLimit` | string | No | No description |

#### Output
Expand Down Expand Up @@ -170,7 +167,6 @@ Get a complete list of URLs from any website quickly and reliably. Useful for di
| `location` | json | No | Geographic context for proxying \(country, languages\) |
| `apiKey` | string | Yes | Firecrawl API key |
| `pricing` | custom | No | No description |
| `metadata` | string | No | No description |
| `rateLimit` | string | No | No description |

#### Output
Expand Down Expand Up @@ -199,7 +195,6 @@ Extract structured data from entire webpages using natural language prompts and
| `scrapeOptions` | json | No | Advanced scraping configuration options |
| `apiKey` | string | Yes | Firecrawl API key |
| `pricing` | custom | No | No description |
| `metadata` | string | No | No description |
| `rateLimit` | string | No | No description |

#### Output
Expand Down Expand Up @@ -255,7 +250,6 @@ Parse uploaded documents (PDF, DOCX, HTML, etc.) into clean markdown using Firec
| `zeroDataRetention` | boolean | No | Enable zero data retention. Defaults to false. |
| `apiKey` | string | Yes | Firecrawl API key |
| `pricing` | custom | No | No description |
| `metadata` | string | No | No description |
| `rateLimit` | string | No | No description |

#### Output
Expand Down
2 changes: 0 additions & 2 deletions apps/docs/content/docs/en/tools/google_translate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Translate text between languages using the Google Cloud Translation API. Support
| `source` | string | No | Source language code. If omitted, the API will auto-detect the source language. |
| `format` | string | No | Format of the text: "text" for plain text, "html" for HTML content |
| `pricing` | custom | No | No description |
| `metadata` | string | No | No description |
| `rateLimit` | string | No | No description |

#### Output
Expand All @@ -65,7 +64,6 @@ Detect the language of text using the Google Cloud Translation API.
| `apiKey` | string | Yes | Google Cloud API key with Cloud Translation API enabled |
| `text` | string | Yes | The text to detect the language of |
| `pricing` | custom | No | No description |
| `metadata` | string | No | No description |
| `rateLimit` | string | No | No description |

#### Output
Expand Down
1 change: 0 additions & 1 deletion apps/docs/content/docs/en/tools/grain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ Create a webhook to receive recording events
| `hookUrl` | string | Yes | Webhook endpoint URL \(e.g., "https://example.com/webhooks/grain"\) |
| `viewId` | string | Yes | Grain view ID from GET /_/public-api/views |
| `actions` | array | No | Optional list of actions to subscribe to: added, updated, removed |
| `items` | string | No | No description |

#### Output

Expand Down
24 changes: 24 additions & 0 deletions apps/docs/content/docs/en/tools/granola.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,32 @@ Retrieves a specific meeting note from Granola by ID, including summary, attende
| `invitees` | json | Calendar event invitee emails |
| `transcript` | json | Meeting transcript entries \(only if requested\) |
| ↳ `speaker` | string | Speaker source \(microphone or speaker\) |
| ↳ `speakerLabel` | string | Diarization label for the speaker \(e.g., Speaker A\) |
| ↳ `text` | string | Transcript text |
| ↳ `startTime` | string | Segment start time |
| ↳ `endTime` | string | Segment end time |

### `granola_list_folders`

Lists folders from Granola, sorted alphabetically, with pagination.

#### Input

| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Yes | Granola API key |
| `cursor` | string | No | Pagination cursor from a previous response |
| `pageSize` | number | No | Number of folders per page \(1-30, default 10\) |

#### Output

| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `folders` | json | List of folders |
| ↳ `id` | string | Folder ID |
| ↳ `name` | string | Folder name |
| ↳ `parentFolderId` | string | Parent folder ID, or null for top-level folders |
| `hasMore` | boolean | Whether more folders are available |
| `cursor` | string | Pagination cursor for the next page |


2 changes: 1 addition & 1 deletion apps/docs/content/docs/en/tools/greptile.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
type="greptile"
color="#5DE195"
color="#181C1E"
/>

{/* MANUAL-CONTENT-START:intro */}
Expand Down
Loading
Loading