Google Keep
List, opret og slet Keep-noter og administrer samarbejdspartnere på Google Workspace Enterprise-konti.
Overblik
Forbind Google Keep for at give AI-klienter adgang til noter på Google Workspace Enterprise-konti — list, læs, opret og slet noter, download vedhæftninger, og administrér samarbejdstilladelser.
Integrationen bruger det officielle Google Keep REST API. Personlige @gmail.com-konti understøttes ikke på cloud hub'en; en fremtidig desktop bridge kan tilføje support for personlige konti.
Forudsætninger
- En Google Workspace Enterprise-konto med Google Keep aktiveret
- En stackgate.ai-konto
- En Workspace super admin, der kan allowliste stackgate.ai OAuth-klienten for Keep-scopes i Google Admin Console
Credentials
- Bed din Workspace super admin om at:
- Aktivere Google Keep API i stackgate.ai Google Cloud-projektet (eller jeres organisations allowlisted projekt)
- Allowliste stackgate.ai OAuth client ID for
https://www.googleapis.com/auth/keepunder Admin Console → Security → Access and data control → API controls
- Gå til Mine integrationer → Google Keep i stackgate.ai.
- Klik Aktivér, og derefter Forbind Google Keep.
- Gennemfør Google OAuth med din Workspace-konto.
Hvis OAuth fejler med en invalid scope-fejl, er admin allowlisting-trinnet ikke fuldført.
Brug med AI-klienter
- Dedikeret endpoint:
POST /mcp/google-keep - Private gateway:
google-keep__*-værktøjer (for eksempelgoogle-keep__list_notes)
Se Dokumentation for HTTP-autentificering og opsætning af private gateway.
Typisk workflow: list noter → hent notedetaljer → opret eller slet noter → administrér tilladelser efter behov.
Fejlfinding
- Invalid scope / OAuth error — din Workspace-admin skal allowliste Keep-scopes for stackgate.ai OAuth-klienten.
- 403 or access denied — bekræft at din konto er på en Workspace Enterprise-plan med Keep aktiveret.
- Personal Gmail does not work — det officielle Keep API er kun til enterprise på dette cloud-endpoint.
- Cannot edit an existing note — Keep API har intet update-endpoint; opret en ny note, eller slet den gamle.
Tilgængelige værktøjer
-
list_notes
List Google Keep notes for the connected Workspace account. Supports pagination and AIP filters such as trashed=true or createTime filters.
-
get_note
Get a Google Keep note by resource name, including body, attachments metadata, and permissions.
-
create_note
Create a new Google Keep note. The official API does not support updating existing notes.
-
delete_note
Permanently delete a Google Keep note. Requires OWNER role on the note.
-
download_attachment
Download a Google Keep note attachment. Returns metadata plus embedded binary content for files under 10 MB, or a resource_link for larger files.
-
batch_create_note_permissions
Add WRITER collaborators to a Google Keep note. Only WRITER permissions can be created via the API.
-
batch_delete_note_permissions
Remove collaborators from a Google Keep note. OWNER permissions cannot be deleted.
MCP-endpoint:
https://stackgate.ai/mcp/google-keep
(HTTP) eller via
private gateway.