Skip to main content
Glama

nexo_reminder_create

Create a new reminder by specifying a unique ID and description. Optionally set a target date, category, and owner to organize tasks, decisions, or ideas.

Instructions

Create a new reminder for the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUnique ID starting with 'R' (e.g., R90).
descriptionYesWhat needs to be done.
dateNoTarget date YYYY-MM-DD (optional).
categoryNoOne of: decisions, tasks, waiting, ideas, general.general
internalNo'1'/'true' to mark as agent bookkeeping (hidden from default user views). Leave empty to auto-classify.
ownerNo'user' | 'waiting' | 'agent' | 'shared'. Leave empty to auto-classify by description heuristic.
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states 'Create a new reminder' without revealing any side effects, error conditions, permission requirements, or what happens if an ID already exists. This is insufficient for safe tool invocation.

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

Conciseness3/5

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

The description is a single concise sentence, but it sacrifices informativeness for brevity. It does not earn its place by providing useful details beyond the tool name. Could be expanded slightly to include key behavioral notes without becoming verbose.

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

Completeness1/5

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

For a tool with 6 parameters, no output schema, and no annotations, the description is critically incomplete. It lacks any mention of return format, error handling, or success/failure conditions. The agent cannot determine what happens after creation.

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 coverage is 100%, so each parameter is already described in the input schema. The description adds no additional meaning beyond the literal wording. Baseline score of 3 is appropriate as the schema does the heavy lifting.

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 'Create a new reminder for the user' clearly states the core action and distinguishes it from sibling tools like nexo_reminder_update, nexo_reminder_delete, etc. However, it lacks specificity about the required unique ID format starting with 'R' and the auto-classification behavior for owner and internal fields.

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 provides no guidance on when to use this tool versus sibling tools. For example, it does not mention that nexo_reminder_update is for modifying existing reminders or that nexo_reminder_complete marks them as done. The agent must infer usage solely from the tool name.

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