🧰 Tools
Full reference for all 18 Google Keep tools — notes, list items, labels, and collaborators.
mcp-google-keep exposes 18 tools across four groups. Destructive tools
(delete_note, delete_label) require an explicit confirm: true before they
act.
📒 Notes
| Tool | Description |
|---|---|
list_notes | List / search notes — filter by text query, labels, colours, pinned / archived / trashed |
get_note | Fetch a single note by ID |
create_text_note | Create a plain-text note with optional title |
create_list_note | Create a checklist note with initial items |
update_note | Update title, text, pin, archive, colour, or add / remove labels |
restore_note | Restore a trashed note |
delete_note | Move to trash — requires confirm: true |
Colour values
update_note and the colors filter on list_notes accept these values:
DEFAULT, RED, ORANGE, YELLOW, GREEN, TEAL, BLUE, CERULEAN,
PURPLE, PINK, BROWN, GRAY.
☑️ List items
| Tool | Description |
|---|---|
add_list_item | Append a single item to an existing checklist |
update_list_items | Replace all items in a checklist (full state replacement) |
sort_list_items | Sort checklist items alphabetically |
indent_list_item | Nest a list item under a parent item |
dedent_list_item | Remove indentation from a nested list item |
For indent_list_item and dedent_list_item, pass item IDs obtained from
list_notes or get_note.
🏷️ Labels
| Tool | Description |
|---|---|
list_labels | List all labels |
create_label | Create a new label |
rename_label | Rename an existing label |
delete_label | Delete a label and remove it from all notes — requires confirm: true |
👥 Collaborators
| Tool | Description |
|---|---|
add_collaborator | Share a note with another user by email |
remove_collaborator | Remove a collaborator from a note by email |
Total: 18 tools — 7 notes, 5 list items, 4 labels, 2 collaborators.