intent_due
Retrieve active intentions whose deadline has arrived, so you can take action on items that are now due.
Instructions
List active intentions whose deadline has arrived.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Retrieve active intentions whose deadline has arrived, so you can take action on items that are now due.
List active intentions whose deadline has arrived.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. 'List' implies a read-only operation, but the description does not explicitly state that it has no side effects, how results are ordered, or what fields are returned. It adds minimal behavioral context beyond the core purpose.
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 sentence with a front-loaded verb and no redundant words. Every word contributes to the meaning.
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 tool's simplicity (one optional parameter, no output schema), the description adequately states what it returns and under what condition. It could be enriched by mentioning limit semantics or ordering, but these are not critical for basic usage.
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?
There is one parameter ('limit') with 0% schema description coverage, and the tool description does not mention it. The parameter name is somewhat self-explanatory, but the description fails to compensate for the missing schema documentation with default values, range, or behavior.
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 ('List') plus a resource ('active intentions') and a clear condition ('deadline has arrived'). This distinguishes it from sibling tools like intent_complete, intent_cancel, and intent_report.
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?
No guidance is given on when to use this tool versus alternatives. There are no exclusions, prerequisites, or references to related tools such as intent_report or review_due; the usage context is only implied by the purpose.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/liyexiaoyi/Mnemosis'
If you have feedback or need assistance with the MCP directory API, please join our Discord server