Skip to main content

Tool Catalog

The Tool node lets your agent take real-world actions — send a message, call an API, look something up, write to a spreadsheet, and more. Instead of one node per integration, a single Tool node exposes a catalog of 46 tools you can pick from.

This page is the full catalog, grouped by category. Nine of the most-used tools have a full guide (linked below); the rest are listed for reference and will get their own pages over time.

How to read this page

Pick the category that matches what you want to do, then choose a tool. If a tool has a link, open it for setup steps, inputs, and examples. If it says Reference page coming soon, you can still add it from the Tool node — the in-app description explains each field.

Choosing a tool from the catalog in the Tool node

Search & Web

ToolWhat it doesStatus
Brave SearchWeb search via the Brave Search API.Reference page coming soon
Exa SearchNeural/semantic web search via Exa.Reference page coming soon
Google SearchWeb search via the Google Custom Search API.Reference page coming soon
SearchApiMulti-engine search results via SearchApi.Reference page coming soon
SearxngSearch through a self-hosted SearXNG instance.Reference page coming soon
SerpAPIGoogle search results via SerpAPI.Reference page coming soon
SerperFast Google search results via Serper.Reference page coming soon
TavilyWeb search built for AI agents.Reference page coming soon
Web ScraperExtract content from a specific web page.Reference page coming soon
ArxivSearch and fetch academic papers from arXiv.Reference page coming soon
Wolfram AlphaComputational answers and factual queries.Reference page coming soon

Google Workspace

ToolWhat it doesStatus
GmailRead and send email from a connected Gmail account.Reference page coming soon
Google CalendarCreate and read calendar events.Reference page coming soon
Google DocsRead and write Google Docs.Reference page coming soon
Google DriveBrowse and manage Drive files.Reference page coming soon
Google SheetsRead and write spreadsheet values and manage sheets.Full guide

Microsoft

ToolWhat it doesStatus
Microsoft OutlookRead and send email from Outlook / Microsoft 365.Reference page coming soon
Microsoft TeamsPost messages to Microsoft Teams.Reference page coming soon

CRM & Business

ToolWhat it doesStatus
Zoho CRMRead and write Zoho CRM records (Leads, Contacts, Deals, and more).Full guide
StripeLook up customers, payments, and invoices in Stripe.Reference page coming soon
JiraCreate and update Jira issues.Reference page coming soon
ComposioConnect hundreds of apps through Composio.Reference page coming soon

Messaging & Social

ToolWhat it doesStatus
InstagramSend DMs, reply to comments, and manage Instagram interactions.Full guide
WhatsAppSend text, media, and template messages via WhatsApp Business.Full guide
AWS SNSSend SMS and notifications through Amazon SNS.Reference page coming soon

Files & Documents

ToolWhat it doesStatus
Read FileRead the contents of a file.Reference page coming soon
Write FileWrite content to a file.Reference page coming soon
PDF GeneratorRender a PDF from an HTML template plus data.Full guide
JSON Path ExtractorPull a specific value out of a JSON payload.Full guide

HTTP

ToolWhat it doesStatus
Requests Get / Post / Put / DeleteCall any external HTTP API.Full guide
OpenAPI ToolkitTurn an OpenAPI spec into a set of callable tools.Reference page coming soon

Code

ToolWhat it doesStatus
Code Interpreter (E2B)Run sandboxed code to compute or transform data.Reference page coming soon
Custom ToolDefine your own tool with a schema and function.Full guide

Flow as a tool

ToolWhat it doesStatus
Agent as ToolExpose another agent as a callable tool.Reference page coming soon
Chatflow ToolCall another chatflow as a tool.Reference page coming soon

Other

ToolWhat it doesStatus
CalculatorDo exact arithmetic.Reference page coming soon
Current Date/TimeGet the current date and time.Reference page coming soon
AWS DynamoDB (KV Storage)Read and write key-value data in DynamoDB.Reference page coming soon
MCPConnect an MCP server and use its tools.Full guide
  • Tool node — how the Tool node works and how tool arguments are filled
  • Agent node — give an agent a whole toolbox to choose from
  • Variables — feed live values into tool inputs
  • Flow state — store what a tool returns for later steps