Skip to main content
Glama
tszaks
by tszaks

notes_create_note

Create a new note in Apple Notes with optional title, plain text or HTML body, and folder or account selection. Use this tool to add notes directly to Apple Notes from any MCP client.

Instructions

Create a note in Apple Notes. Supports plain text or HTML body and optional title.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
titleNo
folder_idNo
account_idNo
body_formatNo
folder_nameNo
account_nameNo

Schema Changelog

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

  1. First observedv1.0.0

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral disclosure burden. It discloses supported body formats but doesn't explain what happens when no account or folder is specified, whether existing data is touched, whether the note body is required despite all parameters being optional, or what the result of creation looks like.

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, front-loaded sentence with no filler. Both clauses earn their place: the primary action and the key format/title options. It is appropriately concise for the simplicity it conveys.

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?

Given seven parameters, no annotations, and no output schema, the description is too thin to fully support correct invocation. It doesn't explain destination resolution when folder/account params are omitted, parameter precedence, requiredness of body, or return behavior, leaving significant ambiguity for an agent.

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. It does clarify body, title, and body_format by mentioning plain/HTML text, but it completely omits the four folder/account parameters (folder_id, account_id, folder_name, account_name), which are needed to control where the note is created. It also fails to clarify whether body is mandatory.

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 action ('Create a note in Apple Notes') and adds the key capability of plain text or HTML body with optional title. It is specific enough to identify the tool's purpose, though it doesn't explicitly contrast it with sibling tools like notes_update_note or notes_append_to_note.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus the many siblings, such as notes_update_note, notes_append_to_note, or notes_move_note. The 'create' wording implies new-note usage, but there are no explicit conditions, exclusions, or alternatives mentioned.

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