What problem does it solve?
Agents connected to multiple MCP servers need a unified way to find the right tool, understand its schema, and call it correctly without guessing at arguments or server configurations.
Core Features & Use Cases
- Tool Discovery and Search: List connected MCP servers, browse their tools, and run ranked hybrid, vector, or full-text search across tool schemas.
- Schema Inspection and Invocation: Retrieve a tool's complete input schema, then call it with inline JSON arguments or file-based payloads for large inputs.
- Troubleshooting Guidance: Diagnose missing servers, unsynced tools, stale credentials, ambiguous server names, and duplicate tool names with concrete remediation steps.
- Use Case: An agent needs to create a calendar event but doesn't know which tool to use. It runs a search for "calendar event", inspects the top-ranked tool's schema, and calls it with the correct JSON arguments.
Quick Start
Ask the agent to search its connected MCP servers for a tool matching your task and then invoke that tool with the appropriate arguments.