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 Calendar /

GOOGLECALENDAR_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 Calendar /

GOOGLECALENDAR_DUPLICATE_CALENDAR

Remote

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

Google Calendar /

GOOGLECALENDAR_EVENTS_INSTANCES

Remote

Returns instances of the specified recurring event.

Google Calendar /

GOOGLECALENDAR_EVENTS_LIST

Remote

Returns events on the specified calendar.

Google Calendar /

GOOGLECALENDAR_EVENTS_MOVE

Remote

Moves an event to another calendar, i.e., changes an event's organizer.

Google Calendar /

GOOGLECALENDAR_EVENTS_WATCH

Remote

Watch for changes to Events resources.

Google Calendar /

GOOGLECALENDAR_FIND_EVENT

Remote

Finds events in a specified Google Calendar using text query, time ranges (event start/end, last modification), and event types; ensure `timeMin` is not chronologically after `timeMax` if both are provided.

Google Calendar /

GOOGLECALENDAR_FIND_FREE_SLOTS

Remote

Finds both free and busy time slots in Google Calendars for specified calendars within a defined time range (defaults to the current day UTC if `time_min`/`time_max` are omitted). Returns busy intervals enriched with event details and calculates free slots by finding gaps between busy periods; `time_min` must precede `time_max` if both are provided. This action retrieves free and busy time slots for the specified calendars over a given time period. It analyzes the busy intervals from the calendars and provides calculated free slots based on the gaps in the busy periods.

Google Calendar /

GOOGLECALENDAR_FREE_BUSY_QUERY

Remote

Returns free/busy information for a set of calendars.

Google Calendar /

GOOGLECALENDAR_GET_CALENDAR

Remote

Retrieves a specific Google Calendar, identified by `calendar_id`, to which the authenticated user has access.

Google Calendar /

GOOGLECALENDAR_GET_CURRENT_DATE_TIME

Remote

Gets the current date and time, allowing for a specific timezone offset.

Google Calendar /

GOOGLECALENDAR_LIST_ACL_RULES

Remote

Retrieves the list of access control rules (ACLs) for a specified calendar, providing the necessary 'rule_id' values required for updating specific ACL rules.

Google Calendar /

GOOGLECALENDAR_LIST_CALENDARS

Remote

Retrieves a paginated list of calendars from the user's calendar list, with optional filtering and sync capabilities.

Google Calendar /

GOOGLECALENDAR_PATCH_CALENDAR

Remote

Partially updates (PATCHes) an existing Google Calendar, modifying only the fields provided; `summary` is mandatory and cannot be an empty string, and an empty string for `description` or `location` clears them.

Google Calendar /

GOOGLECALENDAR_PATCH_EVENT

Remote

Update specified fields of an existing event in a Google Calendar using patch semantics (array fields like `attendees` are fully replaced if provided); ensure the `calendar_id` and `event_id` are valid and the user has write access to the calendar.

Google Calendar /

GOOGLECALENDAR_QUICK_ADD

Remote

Parses natural language text to quickly create a basic Google Calendar event with its title, date, and time, suitable for simple scheduling; does not support direct attendee addition or recurring events, and `calendar_id` must be valid if not 'primary'.

Google Calendar /

GOOGLECALENDAR_REMOVE_ATTENDEE

Remote

Removes an attendee from a specified event in a Google Calendar; the calendar and event must exist.

Google Calendar /

GOOGLECALENDAR_SETTINGS_LIST

Remote

Returns all user settings for the authenticated user.

Google Calendar /

GOOGLECALENDAR_SETTINGS_WATCH

Remote

Watch for changes to Settings resources.

Google Calendar /

GOOGLECALENDAR_SYNC_EVENTS

Remote

Synchronizes Google Calendar events, performing a full sync if no `sync_token` is provided or if a 410 GONE error (due to an expired token) necessitates it, otherwise performs an incremental sync for events changed since the `sync_token` was issued.

Google Calendar /

GOOGLECALENDAR_UPDATE_ACL_RULE

Remote

Updates an access control rule for the specified calendar.

Google Calendar /

GOOGLECALENDAR_UPDATE_EVENT

Remote

Updates an existing event by `event_id` in a Google Calendar; this is a full PUT replacement, so provide all desired fields as unspecified ones may be cleared or reset.

Google Docs /

GOOGLEDOCS_COPY_DOCUMENT

Remote

Tool to create a copy of an existing Google Document. Use this to duplicate a document, for example, when using an existing document as a template. The copied document will have a default title (e.g., 'Copy of [original title]') if no new title is provided, and will be placed in the user's root Google Drive folder.

Google Docs /

GOOGLEDOCS_CREATE_DOCUMENT

Remote

Creates a new Google Docs document using the provided title as filename and inserts the initial text at the beginning if non-empty, returning the document's ID and metadata (excluding body content).

Google Docs /

GOOGLEDOCS_CREATE_DOCUMENT_MARKDOWN

Remote

Creates a new Google Docs document, optionally initializing it with a title and content provided as Markdown text.

Google Docs /

GOOGLEDOCS_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 Docs /

GOOGLEDOCS_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 Docs /

GOOGLEDOCS_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 Docs /

GOOGLEDOCS_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 Docs /

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