Skip to main content
Glama

Delete note

tp_delete_note
DestructiveIdempotent

Permanently delete a calendar note and its comment thread. Requires the note ID from tp_list_notes.

Instructions

Permanently delete a calendar note and its comment thread - irreversible. Note ID from tp_list_notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
athleteNoTarget athlete name or ID (coach accounts only). Omit to use your own profile.
note_idYes
Behavior4/5

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

Annotations already include destructiveHint=true, but the description adds the critical detail that the comment thread is also deleted, which is a non-obvious side effect. It also emphasizes 'irreversible', reinforcing permanence beyond the generic destructive hint. This provides value beyond what annotations alone convey.

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 a single sentence, front-loaded with intent, plus a short second sentence for the ID source. There is no redundancy or filler. Every clause contributes critical operational information.

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?

Given that this is a destructive tool with rich annotations, the description covers the primary effect, irreversibility, and dependency on a list operation. With no output schema, it need not explain return values. It omits explicit mention of the optional athlete parameter, but that is clearly specified in the schema. Overall, it provides sufficient context for safe invocation.

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 input schema only documents the 'athlete' parameter, leaving 'note_id' undocumented. The description compensates by pointing to tp_list_notes as the source for note_id, giving it meaning. The athlete parameter's purpose is already clear from its schema description. Thus both parameters acquire adequate semantic grounding.

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 clearly states the action: 'Permanently delete a calendar note and its comment thread'. This uses a specific verb (delete), specific resource (calendar note), and adds the scope (its comment thread), distinguishing it from other note-related tools like tp_get_note or tp_update_note.

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 a concrete prerequisite: 'Note ID from tp_list_notes', which tells the agent where to obtain the required identifier. It also warns that the operation is 'irreversible', which is important usage guidance. It does not explicitly state when not to use this tool or compare to alternatives, but the purpose is unambiguous.

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/JamsusMaximus/TrainingPeaks-MCP'

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