NoteAgent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 15 tools
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.
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.
15 tools is appropriate for an Apple Notes assistant, covering note creation, management, organization, search, and system health. Not excessive or insufficient.
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.