Skip to main content
Use 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. Pass format: "json" for JSON text. Learn more at toonformat.dev and Response formats.

Example call

Typical workflow

  1. Call search_tools with a task-focused query.
  2. Choose a slug from the results.
  3. Call get_tool_context for install and quickstart context.
  4. Call search_docs with the same slug and a specific docs question when you need more depth.