Google Keep · Capability
Google Keep API
The Google Keep API enables enterprise administrators to manage Google Keep notes, including creating, listing, deleting, downloading attachments, and managing permissions on notes.
What You Can Do
GET
Listnotes
— List notes
/v1/notes
POST
Createnote
— Create note
/v1/notes
GET
Getattachment
— Get attachment
/v1/{name}
POST
Batchcreatepermissions
— Batch create permissions
/v1/{parent}/permissions:batchCreate
POST
Batchdeletepermissions
— Batch delete permissions
/v1/{parent}/permissions:batchDelete
MCP Tools
listnotes
List notes
read-only
idempotent
createnote
Create note
getattachment
Get attachment
read-only
idempotent
batchcreatepermissions
Batch create permissions
batchdeletepermissions
Batch delete permissions