get_reminders
Get all pending reminders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Get all pending reminders.
| 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?
With no annotations, the description must disclose behavioral traits but only says 'Get all pending reminders.' It implies a read operation but does not clarify whether reminders are marked as read, if authentication is required, or if there are other side effects. The vague term 'pending' could lead to misjudgment about what is returned or modified.
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, direct sentence with no redundancies or fluff. It communicates the core function efficiently and earns full marks for brevity.
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?
Though the tool is simple, the lack of an output schema and annotations means the description must explain what constitutes 'pending' and the return format. It does neither, leaving significant ambiguity for a data-returning tool. Without this context, an agent may not know what to expect or how to interpret results.
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 tool has no parameters, so the schema completely covers the input. The description adds no parameter details, but none are necessary; the baseline of 4 applies for zero-parameter tools.
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 clearly states the tool retrieves pending reminders using the specific verb 'Get' and the resource 'pending reminders.' It distinguishes from sibling tools like set_reminder and dismiss_reminder by implying a read-only fetch, and the term 'pending' adds scope beyond a generic 'get reminders.'
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 provided on when to use this tool versus alternatives such as get_followups or catch_me_up. The description does not mention context, exclusions, or when-not-to-use, leaving the agent to infer usage from the name alone.
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.