contract_expiry
Upcoming contract expirations and renewal deadlines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_ahead | No | Lookahead window (default 180 days) |
Upcoming contract expirations and renewal deadlines.
| Name | Required | Description | Default |
|---|---|---|---|
| days_ahead | No | Lookahead window (default 180 days) |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. It implies a read-only query for upcoming dates, but does not describe return format, how 'upcoming' is determined beyond the schema default, or whether only active contracts are included.
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 extremely concise—a single short phrase with no filler or redundant content—making the tool's core purpose immediately visible.
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 simple one-parameter read tool, the description is minimal but adequate. However, the lack of an output schema and no explanation of the return shape or relationship to sibling tools leaves some ambiguity for an agent deciding when and how to invoke it.
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 already documents the single parameter (days_ahead) with full coverage and a default value. The description adds no additional meaning beyond what the schema provides, so the baseline 3 applies.
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 identifies a distinct resource (upcoming contract expirations and renewal deadlines) and differentiates it from siblings like list_contracts and contract_gaps, but uses a noun phrase rather than an explicit verb such as 'list' or 'get', so it falls short of a 5.
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 wording implies the tool is for retrieving upcoming expirations and renewal deadlines, but it provides no explicit guidance on when to choose this tool over alternatives or any exclusion criteria.
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.