Skip to main content
Glama

nexo_reminder_delete

Remove a specific reminder permanently from the NEXO Brain memory system by providing its unique ID.

Instructions

Delete a reminder permanently.

Args: id: Reminder ID (e.g., R87).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states the action is 'permanent' deletion, which is useful, but doesn't cover other critical aspects: whether this requires specific permissions, if deletion is reversible, what the response looks like, or any rate limits. For a destructive operation, this leaves significant gaps.

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 and well-structured: a clear purpose statement followed by parameter documentation. Every sentence earns its place with zero wasted words, making it easy to parse quickly.

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

Completeness3/5

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

Given this is a destructive operation with no annotations but with an output schema (which handles return values), the description is minimally adequate. It covers the core action and parameter semantics but lacks important behavioral context like permissions, irreversibility warnings beyond 'permanently', or error conditions. The presence of an output schema prevents a lower score.

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

Parameters4/5

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

The description adds meaningful context for the single parameter 'id' by specifying it's a 'Reminder ID' with an example format ('e.g., R87'). Since schema description coverage is 0% and there's only one parameter, this adequately compensates by clarifying what the ID represents and its expected format.

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 the action ('Delete') and resource ('a reminder permanently'), making the purpose immediately understandable. However, it doesn't differentiate from sibling tools like 'nexo_reminder_complete' or 'nexo_reminder_update', which also operate on reminders but with different effects.

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?

No guidance is provided about when to use this tool versus alternatives. There's no mention of prerequisites (e.g., needing an existing reminder ID), when deletion is appropriate versus completion or update, or what happens after deletion. The description lacks context for decision-making.

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/wazionapps/nexo'

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