Skip to main content
Glama
tdavis10002

icloud-notes-connector

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_accountsA

Lists the Notes accounts configured on this Mac (e.g. iCloud, On My Mac). Use this first if you're not sure which account name to pass to other tools.

list_foldersB

Lists the folders within a given Notes account.

list_notesA

Lists note titles (and internal ids) in an account, optionally limited to one folder. Does not return note bodies, use read_note for that.

search_notesA

Case-insensitive search across note titles and bodies in an account. Returns matching titles with a short snippet. Note: this checks every note in the account, so it can be slow on very large note libraries.

read_noteA

Reads the full body of a note by exact title. If multiple notes share that title, the first match is returned, use list_notes to disambiguate by id if needed.

create_noteC

Creates a new note with a title and plain-text body in the given account.

move_noteA

Moves an existing note to a different folder by exact title. If multiple notes share that title, the first match is moved.

update_noteA

Updates the body of an existing note by exact title. Optionally replaces the title too. If multiple notes share that title, the first match is updated.

delete_noteA

Deletes an existing note by exact title. If multiple notes share that title, the first match is deleted. This action cannot be undone.

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/tdavis10002/icloud-notes-connector'

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