Skip to main content
Glama
ap311036
by ap311036

timetree_delete_memo

Delete an existing TimeTree memo permanently. Requires explicit confirmation to prevent accidental removal.

Instructions

Delete a TimeTree memo. This cannot be undone and requires confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesMust be true to authorize this real TimeTree write.
memo_uuidYes
calendar_idYes
Behavior4/5

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

With no annotations, the description carries the behavioral burden, and it handles the key risk well by stating the action cannot be undone and requires an explicit confirmation flag. It does not deep-dive into permissions or downstream effects, but for a memo delete it covers the most important destructive characteristics accurately.

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?

Two short, purposeful sentences: the first states the action, the second delivers the critical safety warning. Every word earns its place; there is no filler or redundant elaboration.

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 tool with three flat required parameters, no nested objects, and no output schema, the description plus schema provide a workable call contract. It does not explain how to source memo_uuid or calendar_id, but sibling tools and the schema cover the remaining context reasonably well.

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 only 33%, covering only the confirm parameter. The description adds no meaningful context about memo_uuid or calendar_id, and merely repeats the confirm=true requirement already present in the schema. Since the description must compensate for the low coverage but does not, this is inadequate.

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 states a specific verb ('Delete') and resource ('TimeTree memo'), making the tool's purpose immediately clear. It is easily distinguished from sibling tools like timetree_update_memo and timetree_delete_event without needing to inspect schemas.

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

Usage Guidelines4/5

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

The description gives clear usage context and a hard precondition: deletion is irreversible and requires confirm=true. It does not explicitly discuss alternatives or when not to use it, but the tool name and purpose are unambiguous enough that this is a strong guidance gap rather than a critical omission.

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/ap311036/timetree-mcp'

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