search_docs after search_tools and get_tool_context when you need deeper answers from that tool’s official docs. Pass the exact registry slug and a specific question. UseAgents resolves the tool’s docs URL from the registry, then returns query-relevant passages from that documentation host.
Parameters
Returns
By default the tool returns data in Toon. Passformat: "json" for JSON text. Learn more at toonformat.dev and Response formats.
Example call
Typical workflow
- Call
search_toolswith a task-focused query. - Choose a slug from the results.
- Call
get_tool_contextfor install and quickstart context. - Call
search_docswith the same slug and a specific docs question when you need more depth.