Skip to main content
Glama
tszaks
by tszaks

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
notes_list_accountsA

List all Apple Notes accounts available on this Mac.

notes_list_foldersA

List folders across Apple Notes. Optionally scope by account_id or account_name.

notes_list_notesC

List notes with optional scoping by account/folder and optional full body output.

notes_get_recent_notesB

List recently modified notes from the last N days.

notes_get_noteA

Get a specific note by note_id with full HTML + text body.

notes_search_notesB

Search notes by keyword across title, body, folder path, and account. Optionally scoped to account/folder.

notes_create_folderB

Create a folder in Apple Notes. You can target an account and optionally create it inside a parent folder.

notes_delete_folderA

Delete a folder (destructive). Requires confirm=true and reason. Can be targeted by folder_id or folder_name (+ account scope).

notes_create_noteC

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

notes_update_noteA

Update an existing note by note_id. You can set title, body, or both. Body supports plain text or HTML.

notes_append_to_noteB

Append content to an existing note by note_id. Supports plain text or HTML append mode.

notes_move_noteB

Move a note to another folder by note_id + target_folder_id/target_folder_name.

notes_delete_noteA

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

notes_list_attachmentsA

List metadata for all attachments in a specific note.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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