Attaching tools
Open a prompt’s configuration toolbar, click Tools, and add as many as you need. Each tool type has its own configuration. You can mix types freely – a prompt can have an HTTP call, a knowledge base search, and an MCP server tool all attached at once. Every tool has a name, a description (which tells the model what the tool does and when to use it), and a fail-fast toggle. When on, a failed tool call fails the entire prompt run. When off, the error is fed back to the model so it can try a different approach. Names must be unique within a prompt, andweb_search is reserved for the built-in web search tool — it is the name search reports under in a run’s transcript, so a second tool sharing it would be indistinguishable to whoever is reading.
Tool types
Prompt & Workflow
Call another prompt or trigger a workflow as a tool. Turtles all the way down.
Knowledge Search
Search a knowledge base for relevant context.
HTTP Call
Make HTTP requests to external APIs.
Script
Run custom code in a secure sandbox.
Web Search
Search the web for current information.
MCP
Connect to Model Context Protocol servers.
Emit
Return schema-validated structured data beside the prose.