set_reminder
Set a reminder. Use when someone says remind me, do not forget, follow up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| type | No | ||
| remind_at | Yes | When to remind ISO8601 or natural language |
Set a reminder. Use when someone says remind me, do not forget, follow up.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| type | No | ||
| remind_at | Yes | When to remind ISO8601 or natural language |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only restates the basic action without discussing side effects, authentication needs, recurrence behavior, or what 'set' entails (e.g., creating a record, scheduling a notification).
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 two short sentences, front-loaded with the core action. Every word earns its place, and there is no unnecessary verbosity.
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?
Despite the tool's low complexity (3 simple parameters), the description is incomplete for a mutation tool with no annotations and no output schema. It lacks parameter guidance, prerequisites, and any explanation of post-setting behavior, making it difficult for an agent to invoke correctly without relying on external knowledge.
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 only 33% (only remind_at has a description). The description adds no information about the text or type parameters, nor does it elaborate on remind_at beyond what the schema already states. It fails to compensate for the low schema coverage.
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 'Set a reminder' uses a specific verb and resource, clearly distinguishing it from sibling tools like get_reminders and dismiss_reminder. It unambiguously states the tool's function.
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 description explicitly states when to use the tool ('Use when someone says remind me, do not forget, follow up'), providing clear context. However, it does not mention when not to use it or name alternatives, so it lacks exclusions.
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.