Get a capability
get_capabilityList the best MCP servers that provide a capability (e.g. 'send-email', 'web-search'), ranked by trust.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Capability slug, e.g. 'send-email' |
get_capabilityList the best MCP servers that provide a capability (e.g. 'send-email', 'web-search'), ranked by trust.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Capability slug, e.g. 'send-email' |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It mentions 'ranked by trust' but does not explain the ranking criteria or any other behavioral details (e.g., data freshness, pagination). Adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single sentence that conveys the core purpose and key differentiator (ranking by trust) with no extraneous information. Highly efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read tool with one parameter and no output schema, the description covers the what and the ranking aspect. It does not describe the return format, but the context is sufficient for understanding.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% for the only parameter 'slug'. The description adds no extra meaning beyond the schema's explanation ('Capability slug, e.g. 'send-email''). Baseline score applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'List' and clearly identifies the resource as 'best MCP servers that provide a capability', with examples like 'send-email'. It distinguishes from siblings such as get_server and search_servers by focusing on ranking by trust.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly states the tool's purpose: to list servers by capability. It implies when to use it (when you need servers for a specific capability), but lacks explicit exclusions or mentions of alternatives among the sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.