Skip to main content
Glama
simantaturja

apple-notes-mcp

by simantaturja

update_note

Update the content of an Apple Note by replacing the entire body or appending new text. Optionally rename the note when using replace mode.

Instructions

Update an Apple Note: replace its body or append to it. Locate by id (preferred) or exact title.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoNote id from list_notes/search_notes (short or full)
titleNoExact note title (used if id not given)
bodyYesContent to write — plain text or HTML
modeNo'replace' the whole body, or 'append' to the endreplace
new_titleNoRename the note (replace mode only)
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only mentions the two update modes but does not cover authentication requirements, idempotency, error conditions, or any side effects beyond the mentioned behavior.

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 sentences with no redundancy. The verb and resource are front-loaded, making the purpose immediately clear.

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?

With 5 parameters, no output schema, and no annotations, the description is adequate but leaves gaps: no mention of return value, error behavior, or prerequisites (e.g., note existence). It covers the core function but not the full context.

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?

Schema descriptions cover 100% of parameters. The description adds clarity on how to locate notes ('by id (preferred) or exact title') and the two update modes, providing value beyond the schema's individual parameter descriptions.

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 ('Update') and resource ('Apple Note'), and distinguishes between 'replace' and 'append' modes. It clearly states how to locate the note, differentiating it from siblings like create_note or get_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 for modifying existing notes but does not explicitly state when to use it vs alternatives like create_note or delete_note. No when-not-to-use or exclusion criteria are provided.

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

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