Park a standing order (old name)
park_intentThe old v1 park. Use the park tool instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| category | No | ||
| provider | No | ||
| monthly_cap_usd | No | ||
| min_discount_pct | No |
park_intentThe old v1 park. Use the park tool instead.
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| category | No | ||
| provider | No | ||
| monthly_cap_usd | No | ||
| min_discount_pct | No |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses that this is an old v1 version and should be replaced by the park tool, which is useful deprecation context. The annotations already provide readOnlyHint=true and openWorldHint=false, so the safety profile is covered. No additional behavioral details such as side effects, errors, or return values are given, but there is no contradiction with the annotations.
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?
The description is two short, direct sentences with no filler. It front-loads the deprecation status and immediately redirects to the correct tool, which is appropriately minimal for a legacy alias.
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 deprecated alias, the description is almost complete: the agent is correctly steered away from this tool and toward the current park tool. Parameter semantics and detailed behavior are absent, but because the tool is explicitly superseded, the missing depth is less harmful than it would be for an active tool.
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% and the description offers no guidance on note, category, provider, monthly_cap_usd, or min_discount_pct. With five undocumented parameters, the description needed to compensate for the schema's silence, and it does not.
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 title identifies the tool as 'Park a standing order (old name)' and the description labels it as 'the old v1 park', so an agent can recognize it as a legacy variant of the park tool. It does not explain what parking means, but it clearly distinguishes this tool from siblings by pointing to the modern park tool.
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?
'Use the park tool instead' is explicit, unambiguous guidance that tells the agent not to select this deprecated tool and names the correct alternative. This is stronger than most usage guidance because it both excludes this tool and routes to the right sibling.
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.
Most tools target distinct actions, but join_chain and park_intent explicitly duplicate join and park as deprecated v1 versions, creating unnecessary ambiguity. Additionally, get_chain, status, and book_stats all provide overlapping chain-state information and could be confused.
Tool names mix single verbs (join, leave, park, waitlist), verb_noun patterns (get_chain, list_chains), and noun-like names (status, book_stats). The deprecated _intent and _chain suffixes add further inconsistency without a clear convention.
Ten tools is reasonable for the domain, but two are deprecated duplicates that should be removed, making the effective count eight. The remaining tools are well-scoped to the chain and waitlist workflow.
The core lifecycle is covered: discover chains, join, leave, check status, park an intent, and waitlist. Minor gaps exist around canceling a park or waitlist entry, but the surface supports the main agent workflows without dead ends.