list_destinations
Find routing destinations available for configuring a DID.
Instructions
List routing destinations available when configuring a DID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Find routing destinations available for configuring a DID.
List routing destinations available when configuring a DID.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v0.1.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden. It implies a read-only listing operation but does not explicitly state that it has no side effects or describe the return format. For a simple list tool, the implication may suffice, but explicit behavioral disclosure is lacking.
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 is direct and front-loaded. No filler or redundant phrasing.
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?
The tool is simple with no parameters, but there is no output schema. The description does not explain what a 'routing destination' is or what fields are returned in the list. An agent may need more context to interpret the response, so completeness is moderate.
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?
The tool has zero parameters, and the schema is empty with 100% coverage. Per the rubric, baseline is 4, and the description need not add parameter information.
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?
States a specific verb (list), resource (routing destinations), and context (when configuring a DID). It is clearly distinct from sibling tools like list_dids because it targets destinations, not DIDs themselves.
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?
Provides the context of when this tool is relevant ('when configuring a DID') but does not explicitly mention alternatives or exclusion criteria. The agent must infer that this is the tool for routing destination options, though there are no competing destination tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.