get_deadlines
Return grants whose response deadline is within days_ahead days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_ahead | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Return grants whose response deadline is within days_ahead days.
| Name | Required | Description | Default |
|---|---|---|---|
| days_ahead | No |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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?
With no annotations provided, the description carries the full burden of behavioral disclosure. It implies a read-only query by saying 'Return grants,' and it adds the deadline-filter behavior. However, it does not clarify whether the window is future-only, whether the current day is included, or what the returned data looks like.
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 a single, front-loaded sentence with no filler. It states the action, resource, and condition efficiently, earning its place completely.
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 single-parameter lookup tool with an output schema and no nested objects, this description is nearly complete. The only notable gap is the slight ambiguity around the exact meaning of 'within days_ahead days' (e.g., future-only versus absolute difference), but it remains sufficient for an agent to invoke the tool correctly.
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 input schema has 0% description coverage, so the description must explain the parameter. It does: 'days_ahead' is the number of days defining the deadline window. This adds real meaning beyond the bare integer type, though it leaves minor edge cases (inclusive/exclusive, direction) implicit.
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 uses a specific verb ('Return') with a clear resource ('grants') and a concrete condition ('response deadline is within days_ahead days'). This clearly distinguishes it from sibling tools like search_grants or get_contract_details, which target different retrieval needs.
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 intended use is implied by the tool's purpose: an agent should use this when needing grants with upcoming response deadlines. However, the description provides no explicit guidance about when not to use it or how it compares to alternatives such as search_grants or match_opportunities.
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.