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.

2684 tools indexed

All tools

30 of 2684 shown

Google Super /

GOOGLESUPER_CREATE_DRIVE

Remote

Tool to create a new shared drive. Use when you need to programmatically create a new shared drive for collaboration or storage.

Google Super /

GOOGLESUPER_CREATE_EMAIL_DRAFT

Remote

Creates a Gmail email draft, requiring at least one of recipient_email, cc, or bcc must be provided. Atleast one of subject or body must be provided. Supports To/Cc/Bcc, subject, plain/HTML body (ensure `is_html=True` for HTML), attachments, and threading. When creating a draft reply to an existing thread (thread_id provided), leave subject empty to stay in the same thread; setting a subject will create a NEW thread instead.

Google Super /

GOOGLESUPER_CREATE_EVENT

Remote

Create a Google Calendar event using `start_datetime` plus `event_duration_hour` and `event_duration_minutes` fields to derive the end time. Requires calendar write access. The organizer is added as an attendee unless `exclude_organizer` is True. Example request to create event for 1 hour 30 minutes: { "calendar_id": "primary", "start_datetime": "2025-01-16T13:00:00", "timezone": "America/New_York", "event_duration_hour": 1, "event_duration_minutes": 30, "summary": "Client sync", "attendees": [{"email": "[email protected]"}] }

Google Super /

GOOGLESUPER_CREATE_EXPANDED_DATA_SET

Remote

Tool to create an expanded data set for a property. Use when you need to combine specific dimensions and metrics into a custom dataset after property creation.

Google Super /

GOOGLESUPER_CREATE_FILE

Remote

Creates a new file or folder with metadata. Use to create empty files or folders, or files with content by providing it in the request body (though this action primarily focuses on metadata creation).

Google Super /

GOOGLESUPER_CREATE_FILE_FROM_TEXT

Remote

Creates a new file in Google Drive from provided text content (up to 10MB), supporting various formats including automatic conversion to Google Workspace types.

Google Super /

GOOGLESUPER_CREATE_FOLDER

Remote

Creates a new folder in Google Drive, optionally within a parent folder specified by its ID or name; if a parent name is provided but not found, the action will fail.

Google Super /

GOOGLESUPER_CREATE_FOOTER

Remote

Tool to create a new footer in a Google Document. Use when you need to add a footer, optionally specifying its type and the section it applies to.

Google Super /

GOOGLESUPER_CREATE_FOOTNOTE

Remote

Tool to create a new footnote in a Google Document. Use this when you need to add a footnote at a specific location or at the end of the document body.

Google Super /

GOOGLESUPER_CREATE_GOOGLE_SHEET1

Remote

Creates a new Google Spreadsheet in Google Drive using the provided title.

Google Super /

GOOGLESUPER_CREATE_HEADER

Remote

Tool to create a new header in a Google Document. Use this tool when you need to add a header to a document, optionally specifying the section it applies to.

Google Super /

GOOGLESUPER_CREATE_LABEL

Remote

Creates a new label with a unique name in the specified user's Gmail account.

Google Super /

GOOGLESUPER_CREATE_MEET

Remote

Creates a new Google Meet space, optionally configuring its access type and entry point access controls.

Google Super /

GOOGLESUPER_CREATE_NAMED_RANGE

Remote

Tool to create a new named range in a Google Document. Use this to assign a name to a specific part of the document for easier reference or programmatic manipulation.

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.