[ agent capabilities ]

The MCP tool directory.

Each row is one tool from one provider. Tools sharing a name across providers (e.g. search) are listed separately because they aren't interchangeable.

[ 3134 tools indexed ]

[ all tools ]

30 / 3134

Google Sheets /

GOOGLESHEETS_SHEET_FROM_JSON

remote  ]

Creates a new Google Spreadsheet and populates its first worksheet from `sheet_json`, which must be non-empty as its first item's keys establish the headers.

Google Sheets /

GOOGLESHEETS_SPREADSHEETS_SHEETS_COPY_TO

remote  ]

Tool to copy a single sheet from a spreadsheet to another spreadsheet. Use when you need to duplicate a sheet into a different spreadsheet.

Google Sheets /

GOOGLESHEETS_SPREADSHEETS_VALUES_APPEND

remote  ]

Tool to append values to a spreadsheet. Use when you need to add new data to the end of an existing table in a Google Sheet.

Google Sheets /

GOOGLESHEETS_SPREADSHEETS_VALUES_BATCH_CLEAR

remote  ]

Tool to clear one or more ranges of values from a spreadsheet. Use when you need to remove data from specific cells or ranges while keeping formatting and other properties intact.

Google Sheets /

GOOGLESHEETS_SPREADSHEETS_VALUES_BATCH_CLEAR_BY_DATA_FILTER

remote  ]

Clears one or more ranges of values from a spreadsheet using data filters. The caller must specify the spreadsheet ID and one or more DataFilters. Ranges matching any of the specified data filters will be cleared. Only values are cleared -- all other properties of the cell (such as formatting, data validation, etc..) are kept.

Google Sheets /

GOOGLESHEETS_SPREADSHEETS_VALUES_BATCH_GET_BY_DATA_FILTER

remote  ]

Tool to return one or more ranges of values from a spreadsheet that match the specified data filters. Use when you need to retrieve specific data sets based on filtering criteria rather than entire sheets or fixed ranges.

Google Sheets /

GOOGLESHEETS_UPDATE_SHEET_PROPERTIES

remote  ]

Tool to update properties of a sheet (worksheet) within a Google Spreadsheet, such as its title, index, visibility, tab color, or grid properties. Use this when you need to modify the metadata or appearance of a specific sheet.

Google Sheets /

GOOGLESHEETS_UPDATE_SPREADSHEET_PROPERTIES

remote  ]

Tool to update properties of a spreadsheet, such as its title, locale, or auto-recalculation settings. Use when you need to modify the overall configuration of a Google Sheet.

Google Sheets /

GOOGLESHEETS_UPSERT_ROWS

remote  ]

Upsert rows - update existing rows by key, append new ones. Automatically handles column mapping and partial updates. Use for: CRM syncs (match Lead ID), transaction imports (match Transaction ID), inventory updates (match SKU), calendar syncs (match Event ID). Features: - Auto-adds missing columns to sheet - Partial column updates (only update Phone + Status, preserve other columns) - Column order doesn't matter (auto-maps by header name) - Prevents duplicates by matching key column Example inputs: - Contact update: keyColumn='Email', headers=['Email','Phone','Status'], data=[['[email protected]','555-0101','Active']] - Inventory sync: keyColumn='SKU', headers=['SKU','Stock','Price'], data=[['WIDGET-001',50,9.99],['GADGET-002',30,19.99]] - CRM lead update: keyColumn='Lead ID', headers=['Lead ID','Score','Status'], data=[['L-12345',85,'Hot']] - Partial update: keyColumn='Email', headers=['Email','Phone'] (only updates Phone, preserves Name/Address/etc)

Google Super /

GOOGLESUPER_ACL_PATCH

remote  ]

Updates an access control rule for a calendar using patch semantics (partial update). This allows modifying specific fields without affecting other properties. Note: 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.

Google Super /

GOOGLESUPER_ADD_ENRICHMENT

remote  ]

Adds an enrichment at a specified position in a defined album.

Google Super /

GOOGLESUPER_ADD_FILE_SHARING_PREFERENCE

remote  ]

Modifies sharing permissions for an existing Google Drive file, granting a specified role to a user, group, domain, or 'anyone'.

Google Super /

GOOGLESUPER_ADD_LABEL_TO_EMAIL

remote  ]

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).

Google Super /

GOOGLESUPER_ADD_OR_REMOVE_TO_CUSTOMER_LIST

remote  ]

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.

Google Super /

GOOGLESUPER_ADD_SHEET

remote  ]

Adds a new sheet (worksheet) to a spreadsheet. Use this tool to create a new tab within an existing Google Sheet, optionally specifying its title, index, size, and other properties. IMPORTANT: - Always provide the spreadsheetId. Use 'Search Spreadsheets' action if you need to find it by name - Sheet names must be unique within the spreadsheet - For tab colors, use EITHER rgbColor OR themeColor, never both - Index must be less than or equal to the current number of sheets - CONCURRENCY WARNING: Do not use 'index' when creating multiple sheets in parallel - this causes 'index is too high' errors. For parallel creation, omit the index field and let sheets be added at the end Common use cases: - Add a new sheet with a specific name - Insert a sheet at a specific position - Create a sheet with custom colors and formatting

Google Super /

GOOGLESUPER_AGGREGATE_COLUMN_DATA

remote  ]

Searches for rows where a specific column matches a value and performs mathematical operations on data from another column.

Google Super /

GOOGLESUPER_APPEND_DIMENSION

remote  ]

Tool to append new rows or columns to a sheet, increasing its size. Use when you need to add empty rows or columns to an existing sheet.

Google Super /

GOOGLESUPER_BATCH_ADD_MEDIA_ITEMS

remote  ]

Adds one or more media items to an album in Google Photos.

Google Super /

GOOGLESUPER_BATCH_CREATE_MEDIA_ITEMS

remote  ]

Unified action to upload media files and create them as items in Google Photos.

Google Super /

GOOGLESUPER_BATCH_DELETE_MESSAGES

remote  ]

Tool to permanently delete multiple Gmail messages in bulk. Use when you need to efficiently remove large numbers of emails (e.g., retention enforcement, mailbox hygiene).

Google Super /

GOOGLESUPER_BATCH_GET

remote  ]

Retrieves data from specified cell ranges in a Google Spreadsheet.

Google Super /

GOOGLESUPER_BATCH_GET_MEDIA_ITEMS

remote  ]

Returns the list of media items for the specified media item identifiers.

Google Super /

GOOGLESUPER_BATCH_MODIFY_MESSAGES

remote  ]

Modify labels on multiple Gmail messages in one efficient API call. Supports up to 1,000 messages per request for bulk operations like archiving, marking as read/unread, or applying custom labels.

Google Super /

GOOGLESUPER_BATCH_RUN_REPORTS

remote  ]

Tool to return multiple analytics data reports in a batch. Use when you need to fetch multiple reports for one GA4 property in a single request.

Google Super /

GOOGLESUPER_BATCH_UPDATE

remote  ]

Updates a specified range in a Google Sheet with given values, or appends them as new rows if `first_cell_location` is omitted. Auto-expands grid for large datasets, preventing range errors. Requirements: Target sheet must exist and spreadsheet must contain at least one worksheet.

Google Super /

GOOGLESUPER_BATCH_UPDATE_VALUES_BY_DATA_FILTER

remote  ]

Tool to update values in ranges matching data filters. Use when you need to update specific data in a Google Sheet based on criteria rather than fixed cell ranges.

Google Super /

GOOGLESUPER_CALENDAR_LIST_INSERT

remote  ]

Inserts an existing calendar into the user's calendar list.

Google Super /

GOOGLESUPER_CALENDAR_LIST_UPDATE

remote  ]

Updates an existing entry on the user\'s calendar list.

Google Super /

GOOGLESUPER_CALENDARS_DELETE

remote  ]

Deletes a secondary calendar. Use calendars.clear for clearing all events on primary calendars.

Google Super /

GOOGLESUPER_CALENDARS_UPDATE

remote  ]

Updates metadata for a calendar.