List commitments
list_commitmentsList what the user owes and what the user is waiting on. Safety: Do not infer more certainty than Promise returns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| scope | No | active | |
| category | No | all |
list_commitmentsList what the user owes and what the user is waiting on. Safety: Do not infer more certainty than Promise returns.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| scope | No | active | |
| category | No | all |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate this is read-only, idempotent, and non-destructive. The description adds a useful safety instruction about not inferring more certainty than Promise returns, providing extra interpretive context beyond the annotations.
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 short and front-loaded with the core purpose, followed by a relevant safety note. It avoids fluff and is appropriately sized for a simple list tool, though it could briefly mention parameter usage without losing conciseness.
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 tool with 3 parameters and no output schema, the description omits meaning of the filter parameters (scope, category) and does not clarify how results are structured or how this differs from get_commitment. The annotations cover safety, but functional completeness is lacking.
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?
Schema description coverage is 0%, and the description provides no explanation of the limit, scope, or category parameters. With no parameter details in the schema or description, the agent has no guidance on how to filter the 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 states a specific verb and resource: it lists commitments, specifically what the user owes and is waiting on. This distinguishes it from sibling get_commitment which returns a single entity, though it doesn't explicitly name alternatives.
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?
There is no guidance on when to use this tool versus alternatives like get_commitment or get_today, nor any exclusions or prerequisites. The safety note is a behavioral caution rather than usage direction.
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.