ordinance_watch_get
Get an ordinance detail plus full event timeline. Returns firstSeenAt and ledgerVerified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes |
Get an ordinance detail plus full event timeline. Returns firstSeenAt and ledgerVerified.
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes |
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 only mentions that the tool returns 'firstSeenAt' and 'ledgerVerified', but fails to disclose other important behavioral traits such as whether the operation is read-only, idempotent, requires authentication, or has any side effects. The mute scope is not indicated.
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 concise at two sentences, with the primary action front-loaded. However, it sacrifices completeness by omitting parameter explanations and usage context. It is not wasteful but could be improved by including critical details without adding length.
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?
Given the simple input schema and no output schema, the description provides the tool's basic purpose and two return fields. However, it does not fully cover what constitutes 'ordinance detail' or clarify the parameter's role. An agent might struggle to use the tool correctly without additional inference.
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 schema coverage is 0% and the description does not explain the meaning of 'itemId'. The agent must infer that 'itemId' is the ordinance identifier, but no confirmation or format details are given. The description adds no value beyond the schema's parameter list.
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 clearly states the tool retrieves an ordinance detail plus a full event timeline, using a specific verb ('Get') and resource. It distinguishes itself from sibling tools like 'ordinance_watch_timeline' by indicating it provides both detail and timeline.
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 provides no guidance on when to use this tool versus alternatives. For example, it does not clarify that 'ordinance_watch_timeline' should be used if only the timeline is needed, or that this tool is the primary choice for full details. No exclusions or prerequisites are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.