search_tools to query the UseAgents registry with a plain-language request. This helps your agent discover real tools instead of fabricating package names or relying on stale memory.
Requires an API key. Configure the
x-api-key header when connecting the
MCP server.Parameters
Query guidance
Good queries usually include:- The problem to solve
- The language or framework
- Important constraints such as deployment model or integration surface
authentication library for Node.jspython sdk for Slack botsself-hosted feature flag service for Go
Returns
By default the tool returns results in Toon. Passformat: "json" for JSON text. Learn more at toonformat.dev and Response formats.
Each result includes:
Example call
Use this tool when
- The agent needs to recommend a library, CLI, SDK, or API
- The agent should avoid fabricating or guessing tool names
- The agent needs accurate metadata before selecting a dependency
Typical workflow
- Call
search_toolswith a task-focused query. - Review the ranked results and metadata.
- Call
get_tool_contextfor the selected slug. - Call
search_docswhen you need deeper answers from that tool’s official docs.