overdue_tasks
Tasks past their due date and not completed. Use for 'overdue tasks', 'what's slipping'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tasks past their due date and not completed. Use for 'overdue tasks', 'what's slipping'.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish readOnlyHint=true and openWorldHint=false, so the safety profile is covered. The description adds the meaningful scope constraint that results are a filtered subset (past due, incomplete), but says nothing about ordering, volume, or return shape. Some added context, but modest.
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?
Two short sentences, zero waste, with the definition front-loaded before the usage hint. Nothing could be removed without losing signal.
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, parameterless read tool with no output schema, the description covers what an agent needs to select it: what it returns (a filtered task set) and when to reach for it. It does not describe the fields returned per task, which is the only remaining gap.
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?
This tool takes zero parameters, so there is nothing for the description to disambiguate; the baseline for a no-parameter tool is 4. Nothing in the description suggests configuration that isn't there.
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 states a specific resource (tasks) with two precise filters: past due date and not completed. That is enough for an agent to distinguish it from a generic task list, though it never names a sibling such as todays_schedule or broken_promises to anchor the contrast.
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?
It offers trigger phrases ('overdue tasks', 'what's slipping'), which is real usage guidance. However, it gives no when-not guidance or alternatives, and the first phrase is essentially a restatement of the tool name, so the routing value is only implied.
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.