Skip to main content
Glama
tszaks
by tszaks

notes_delete_note

Delete a note permanently by providing confirmation and a reason to prevent accidental data loss.

Instructions

Delete a note (destructive). Requires confirm=true and reason.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonYes
confirmYes
note_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are present, so the description carries the full burden. It does disclose that the operation is destructive and that confirm=true and a reason are required, which is valuable safety context. Yet it does not state whether deletion is permanent, what side effects occur, or whether special permissions are needed.

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 with no filler. It front-loads the action and destructive nature, then states the key requirement, making it easy for an agent 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?

For a destructive tool with no annotations and no output schema, the description provides the essential safety context: deletion, confirm=true, and reason. It is minimally viable but lacks detail about deletion permanence, side effects, or authorization requirements, leaving clear gaps.

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 description coverage is 0%, so the description must compensate. It adds the important qualifier that confirm must be true, and it notes that reason is required. However, it does not explain what the reason should capture or what note_id refers to, leaving part of the parameter semantics to inference.

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 operation: 'Delete a note' and explicitly flags it as destructive. It is unambiguous about the resource and action, but it does not explicitly distinguish itself from sibling tools like notes_delete_folder or notes_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 Guidelines3/5

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

The description implies the tool is used when a note needs to be deleted and communicates the required preconditions of confirm=true and a reason. However, it does not explicitly state when to use this tool over alternatives, nor does it mention exclusions or reversibility.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/tszaks/apple-notes-mcp'

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