Nearby resorts
nearby_resortsFind nearby resorts from the local EM Snow resort index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| resort | Yes |
nearby_resortsFind nearby resorts from the local EM Snow resort index.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| resort | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and non-destructive behavior, so the safety profile is covered. The description adds only that results come from the 'local EM Snow resort index', which is minor but useful context; it does not describe rate limits, data freshness, or output shape.
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 front-loaded sentence with no wasted words. It is efficient, though its extreme brevity contributes to gaps in other dimensions rather than adding value.
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 two-parameter retrieval tool, the description omits essential guidance: it does not explain the 'resort' input, the 'limit' capability, or when to choose this tool over similar siblings. Annotations cover the safety profile, but the description is still too thin for correct invocation.
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 0%, so the description carries the burden of explaining both parameters. It does not clarify that 'resort' is the reference point for proximity or what format it expects, and it ignores 'limit' entirely. The word 'resort' appears but only incidentally, providing minimal semantic guidance.
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 and resource: 'Find nearby resorts'. However, it does not distinguish this tool from siblings like search_resorts or suggest_resort, and 'nearby' is left relative to an unspecified reference.
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 gives no indication of when to use this tool versus alternatives such as search_resorts or suggest_resort. It merely states what the tool does, leaving context entirely implicit.
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.