Skip to main content
Glama

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
create_noteB

Create a new note in Apple Notes

get_noteA

Get a note's content by title or ID

update_noteC

Update a note's content (replace, append, or prepend)

delete_noteC

Delete a note by title or ID

list_notesB

List notes in a folder or account

move_noteC

Move a note to a different folder

create_folderB

Create a new folder in Apple Notes

delete_folderB

Delete a folder and all its notes from Apple Notes

list_foldersB

List all folders in Apple Notes

search_notesB

Search notes by keyword in title

list_accountsA

List available Apple Notes accounts (iCloud, On My Mac, etc.)

get_recent_notesA

Get notes modified in the last N hours

create_dev_noteB

Create a developer-formatted note from a template (standup, debug, commit)

create_snippet_noteB

Save a code snippet as a note with language tag and context

doctorA

Check Notes.app health: installation, permissions, and access

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 15 tools

Disambiguation5/5

Each tool targets a distinct action: general note creation, developer note creation, snippet creation, folder operations, note CRUD, search, move, and a health check. No overlapping purposes.

Naming Consistency4/5

Most tools follow verb_noun snake_case pattern (e.g., create_note, delete_folder). The 'doctor' tool is the only outlier, but it's a health check command and still clear.

Tool Count5/5

15 tools is appropriate for an Apple Notes assistant, covering note creation, management, organization, search, and system health. Not excessive or insufficient.

Completeness4/5

Covers CRUD for notes and folders, plus listing, search, move, and recent notes. Minor gaps: no folder rename or undo/trash support, but core workflows are present.

Maintenance

ActivityStale
ResponsivenessNo issues