# Google Super AI integration on Definable

> Google Super App combines all Google services including Drive, Calendar, Gmail, Sheets, Analytics, Ads, and more, providing a unified platform for seamless integration and management of your digital life.

## What this connects

Google Super App combines all Google services including Drive, Calendar, Gmail, Sheets, Analytics, Ads, and more, providing a unified platform for seamless integration and management of your digital life.

Vendor: https://www.google.com/

## Tools available

**400** tools available. First 12:

- `GOOGLESUPER_ACL_DELETE` — Delete ACL Rule — Deletes an access control rule from a Google Calendar. Use when you need to remove sharing permissions for a user, group, or domain.
- `GOOGLESUPER_ACL_GET` — Get ACL Rule — Retrieves a specific access control rule for a calendar. Use when you need to check permissions for a specific user, group, or domain.
- `GOOGLESUPER_ACL_INSERT` — Create ACL Rule — Creates an access control rule for a calendar. Use when you need to grant sharing permissions to a user, group, or domain.
- `GOOGLESUPER_ACL_LIST` — List ACL Rules — Retrieves the list of access control rules (ACLs) for a specified calendar, providing the necessary 'rule_id' values required for updating specific ACL rules.
- `GOOGLESUPER_ACL_PATCH` — Patch ACL Rule — Updates an existing access control rule for a calendar using patch semantics (partial update). This allows modifying specific fields without affecting other properties. IMPORTANT: The ACL rule must already exist on the calendar. This action cannot create new rules. If you receive a 404 Not Found error, the rule does not exist - use ACL insert to create it first, or use ACL list to verify available rules. Each patch request consumes three quota units. For domain-type ACL rules, if PATCH fails with 500 error, this action will automatically fallback to UPDATE method.
- `GOOGLESUPER_ACL_UPDATE` — Update ACL Rule — Updates an access control rule for the specified calendar.
- `GOOGLESUPER_ACL_WATCH` — Watch ACL Changes — Tool to watch for changes to ACL resources. Use when you need to set up real-time notifications for access control list modifications on a calendar.
- `GOOGLESUPER_ADD_ENRICHMENT` — Add Enrichment — Adds an enrichment at a specified position in a defined album.
- `GOOGLESUPER_ADD_FILE_SHARING_PREFERENCE` — Add file sharing preference (Deprecated) — DEPRECATED: Use GOOGLEDRIVE_CREATE_PERMISSION instead; use GOOGLEDRIVE_UPDATE_PERMISSION to modify existing permissions (avoids duplicate entries). Modifies sharing permissions for an existing Google Drive file, granting a specified role to a user, group, domain, or 'anyone'. Bulk calls may trigger 403 rateLimitExceeded (~100 req/100s/user); use jittered exponential backoff.
- `GOOGLESUPER_ADD_LABEL_TO_EMAIL` — Modify email labels — Adds and/or removes specified Gmail labels for a message; ensure `message_id` and all `label_ids` are valid (use 'listLabels' for custom label IDs).
- `GOOGLESUPER_ADD_OR_REMOVE_TO_CUSTOMER_LIST` — Add or remove to customer list — AddOrRemoveToCustomerList Tool will add a contact to a customer list in Google Ads. Note: It takes 6 to 12 hours for changes to be reflected in the customer list. Email addresses must comply with Google Ads policies and applicable privacy/consent laws.
- `GOOGLESUPER_ADD_PARENT` — Insert File Parent (v2) — Tool to add a parent folder for a file using Google Drive API v2. Use when you need to add a file to an additional folder.

## Auth

Auth schemes: `OAUTH2`, `API_KEY`. Managed by Definable: `OAUTH2` — no client credentials required from the user.

## How agents use Google Super

Inside a Definable workflow, Google Super is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Google Super** — the Researcher (GPT-5.5) pulls context from Google Super (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Google Super** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Google Super (create record, post message, draft email).
- **Designer / Engineer → Distributor → Google Super** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Google Super (attach file, open PR comment, post status).

The Verifier checks every Google Super call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- file management & storage — https://definable.ai/apps/category/file-management-&-storage/
- calendar — https://definable.ai/apps/category/calendar/
- spreadsheets — https://definable.ai/apps/category/spreadsheets/

## Related

- HTML page: https://definable.ai/apps/googlesuper/
- Same category (file management & storage): https://definable.ai/apps/category/file-management-&-storage/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
