[ 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 Super /

GOOGLESUPER_CREATE_PARAGRAPH_BULLETS

remote  ]

Tool to add bullets to paragraphs within a specified range in a Google Document. Use when you need to format a list or a set of paragraphs as bullet points.

Google Super /

GOOGLESUPER_CREATE_REPLY

remote  ]

Tool to create a reply to a comment in Google Drive. Use when you need to respond to an existing comment on a file.

Google Super /

GOOGLESUPER_CREATE_ROLLUP_PROPERTY

remote  ]

Tool to create a GA4 Roll-up Property and optionally initial source links.

Google Super /

GOOGLESUPER_CREATE_SHORTCUT_TO_FILE

remote  ]

Tool to create a shortcut to a file or folder in Google Drive. Use when you need to link to an existing Drive item from another location without duplicating it.

Google Super /

GOOGLESUPER_CREATE_SPREADSHEET_COLUMN

remote  ]

Creates a new column in a Google Spreadsheet, requiring a valid `spreadsheet_id` and an existing `sheet_id`; an out-of-bounds `insert_index` may append/prepend the column.

Google Super /

GOOGLESUPER_CREATE_SPREADSHEET_ROW

remote  ]

Inserts a new, empty row into a specified sheet of a Google Spreadsheet at a given index, optionally inheriting formatting from the row above.

Google Super /

GOOGLESUPER_CREATE_TASK_LIST

remote  ]

Creates a new task list with the specified title.

Google Super /

GOOGLESUPER_DELETE_COMMENT

remote  ]

Deletes a comment from a file. Use when you need to remove a specific comment from a Google Drive file.

Google Super /

GOOGLESUPER_DELETE_CONTENT_RANGE

remote  ]

Tool to delete a range of content from a Google Document. Use when you need to remove a specific portion of text or other structural elements within a document.

Google Super /

GOOGLESUPER_DELETE_DIMENSION

remote  ]

Tool to delete specified rows or columns from a sheet in a Google Spreadsheet. Use when you need to remove a range of rows or columns.

Google Super /

GOOGLESUPER_DELETE_DRAFT

remote  ]

Permanently deletes a specific Gmail draft using its ID; ensure the draft exists and the user has necessary permissions for the given `user_id`.

Google Super /

GOOGLESUPER_DELETE_DRIVE

remote  ]

Tool to permanently delete a shared drive. Use when you need to remove a shared drive and its contents (if specified).

Google Super /

GOOGLESUPER_DELETE_EVENT

remote  ]

Deletes a specified event by `event_id` from a Google Calendar (`calendar_id`); this action is idempotent and raises a 404 error if the event is not found.

Google Super /

GOOGLESUPER_DELETE_FOOTER

remote  ]

Tool to delete a footer from a Google Document. Use when you need to remove a footer from a specific section or the default footer.

Google Super /

GOOGLESUPER_DELETE_HEADER

remote  ]

Deletes the header from the specified section or the default header if no section is specified. Use this tool to remove a header from a Google Document.

Google Super /

GOOGLESUPER_DELETE_MESSAGE

remote  ]

Permanently deletes a specific email message by its ID from a Gmail mailbox; for `user_id`, use 'me' for the authenticated user or an email address to which the authenticated user has delegated access.

Google Super /

GOOGLESUPER_DELETE_NAMED_RANGE

remote  ]

Tool to delete a named range from a Google Document. Use when you need to remove a previously defined named range by its ID or name.

Google Super /

GOOGLESUPER_DELETE_PARAGRAPH_BULLETS

remote  ]

Tool to remove bullets from paragraphs within a specified range in a Google Document. Use when you need to clear bullet formatting from a section of a document.

Google Super /

GOOGLESUPER_DELETE_PERMISSION

remote  ]

Deletes a permission from a file by permission ID. Use when you need to revoke access for a specific user or group from a file.

Google Super /

GOOGLESUPER_DELETE_REPLY

remote  ]

Tool to delete a specific reply by reply ID. Use when you need to remove a reply from a comment on a file.

Google Super /

GOOGLESUPER_DELETE_SHEET

remote  ]

Tool to delete a sheet (worksheet) from a spreadsheet. Use when you need to remove a specific sheet from a Google Sheet document.

Google Super /

GOOGLESUPER_DELETE_TABLE

remote  ]

Tool to delete an entire table from a Google Document. Use when you have the document ID and the specific start and end index of the table element to be removed. The table's range can be found by inspecting the document's content structure.

Google Super /

GOOGLESUPER_DELETE_TABLE_COLUMN

remote  ]

Tool to delete a column from a table in a Google Document. Use this tool when you need to remove a specific column from an existing table within a document.

Google Super /

GOOGLESUPER_DELETE_TABLE_ROW

remote  ]

Tool to delete a row from a table in a Google Document. Use when you need to remove a specific row from an existing table.

Google Super /

GOOGLESUPER_DELETE_TASK

remote  ]

Deletes a specified task from a given task list in Google Tasks.

Google Super /

GOOGLESUPER_DELETE_TASK_LIST

remote  ]

Permanently deletes an existing Google Task list, identified by `tasklist_id`, along with all its tasks; this operation is irreversible.

Google Super /

GOOGLESUPER_DISTANCE_MATRIX_API

remote  ]

DEPRECATED: Legacy API that calculates travel distance and time for a matrix of origins and destinations. This API only works with API keys (no OAuth2 support). Use the modern 'Compute Route Matrix' action instead, which supports OAuth2 authentication. Supports different modes of transportation and options like departure/arrival times.

Google Super /

GOOGLESUPER_DOWNLOAD_FILE

remote  ]

Downloads a file from Google Drive by its ID. For Google Workspace documents (Docs, Sheets, Slides), optionally exports to a specified `mime_type`. For other file types, downloads in their native format regardless of mime_type. Examples: Export a Google Doc to plain text: {"file_id": "1N2o5xQWmAbCdEfGhIJKlmnOPq", "mime_type": "text/plain"} Download a Google Sheet as CSV: {"file_id": "1ZyXwVuTsRqPoNmLkJiHgFeDcB", "mime_type": "text/csv"}

Google Super /

GOOGLESUPER_DUPLICATE_CALENDAR

remote  ]

Creates a new, empty Google Calendar with the specified title (summary).

Google Super /

GOOGLESUPER_EDIT_FILE

remote  ]

Updates an existing Google Drive file by overwriting its entire content with new text (max 10MB). This action allows users to change the content of a Drive file, ensuring that the latest updates are saved and available without creating a new file. Users can specify different MIME types for the content being uploaded, facilitating various file formats.