What are Tools?
Tools enable agents to access external APIs, services, and data sources, going beyond conversation to retrieve real-time information, perform actions, and integrate with existing systems.
Tool Types
REST API Tools
Configure HTTP requests to external APIs and web services
MCP Servers
Connect to Model Context Protocol servers for dynamic tool discovery
API Request Tools
Configure HTTP requests to any external API: Configuration: HTTP method (GET, POST, PUT, DELETE, etc.), request URL with variable substitution, headers (including auth), query parameters, request body (JSON), input schema (JSON Schema format). Input schema example:https://api.example.com/search?q={{search_query}}), headers (Authorization: Bearer {{api_token}}), and request bodies.