Skip to main content
Glama

Advanced: complete XMemo legacy reminder

complete_reminder

Completes a TODO or action item by its ID, with an optional note to record completion details.

Instructions

Complete a TODO item. Alias for complete_memory_todo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoOptional completion note.
reminder_idYesThe memory TODO/action-item ID to complete.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations show readOnlyHint=false and destructiveHint=false. The description adds 'Complete a TODO item', indicating a state change, which is consistent. However, it does not add significant behavioral context beyond the annotations, such as whether the operation is reversible or requires specific permissions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise with two short sentences. It is front-loaded with the primary purpose and immediately provides the alias context. Every word serves a purpose with no verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple action with two parameters and an existing output schema, the description is nearly complete. It captures the essential function and alias relationship. A minor gap is the lack of any mention of return value behavior, but the output schema likely covers that.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both parameters. The description does not add any additional meaning beyond what the schema provides (e.g., 'reminder_id' is described as 'The memory TODO/action-item ID to complete'), maintaining the baseline score.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Complete a TODO item' which is a specific verb+resource. It also explicitly identifies itself as an alias for 'complete_memory_todo', distinguishing it from siblings. However, it does not elaborate on the scope or effect beyond completion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description only says 'Alias for complete_memory_todo', implying interchangeability but providing no explicit guidance on when to use this tool versus alternatives. No exclusions or contexts are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yonro/memory-os-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server