cypher_find_airline_flights
Find airline routes between two cities (named-tool smoke test).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | ||
| to_city | Yes | ||
| from_city | Yes | ||
| dpop_token | No |
Find airline routes between two cities (named-tool smoke test).
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | ||
| to_city | Yes | ||
| from_city | Yes | ||
| dpop_token | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It implies a read operation but does not confirm safety, auth requirements, or side effects. Parameters like npub and dpop_token hint at auth but are unexplained.
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?
Extremely short, but includes unnecessary 'named-tool smoke test' which adds no value. Front-loaded with the action, but could be cleaner.
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?
Despite simplicity, description is incomplete. No output schema or return format mentioned. Authentication parameters are unexplained. Essential context for an agent to use this tool correctly is missing.
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 description must compensate. It only mentions 'two cities' but does not clarify expected format (e.g., airport codes vs city names) or explain npub/dpop_token. No added value over parameter names.
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?
Description clearly states 'Find airline routes between two cities', a specific verb+resource. The smoke test note is noisy but does not obscure purpose. Sibling tools are mostly unrelated, so no confusion.
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?
No explicit guidance on when to use this tool versus alternatives. No mention of prerequisites, limitations, or when not to use it. The description only states what it does, not context.
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.