Skip to main content
Glama
M4F-S

Mnemosyne

by M4F-S

memory_remind_me

Schedule a future reminder or recurring task with a title, optional content, and trigger time. Choose daily, weekly, or monthly recurrence to stay on track.

Instructions

Schedule a future reminder or recurring task

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
contentNo
recurringNo
trigger_atYes
Behavior2/5

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

Because no annotations are provided, the description carries the full burden of behavioral disclosure. It only states the basic scheduling action and omits important traits such as trigger_at format, how recurrence is applied, side effects when the reminder fires, and whether a memory entry is also created.

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

Conciseness4/5

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

The description is a single efficient, front-loaded sentence with no wasted words. However, its brevity comes at the cost of necessary parameter and behavior details, so it is concise but not fully appropriately sized.

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

Completeness2/5

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

For a tool with four parameters, no annotations, schema description coverage of 0%, and no output schema, this description is too thin. An agent cannot confidently determine how to provide trigger_at or how recurring should behave, so the definition is materially incomplete.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it names no parameters directly. It only hints at 'future' and 'recurring', leaving title, content, trigger_at format, and the relationship between recurring and trigger_at undocumented.

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

Purpose5/5

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

The description uses a specific verb ('Schedule') and identifies the resource ('future reminder or recurring task'). This clearly distinguishes it from retrospective siblings like memory_recall, memory_timeline, and memory_history, and from memory_remember which implies storage rather than scheduling.

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

Usage Guidelines3/5

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

The phrase 'Schedule a future reminder or recurring task' implies the core use case, but no explicit guidance is given about when to choose this over alternatives. There are no prerequisites, no exclusions, and no mention of sibling tools that might be more appropriate.

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/M4F-S/gomaa'

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