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
GOOGLECALENDAR_DELETE_EVENT
RemoteDeletes 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.
GOOGLECALENDAR_DUPLICATE_CALENDAR
RemoteCreates a new, empty Google Calendar with the specified title (summary).
GOOGLECALENDAR_EVENTS_INSTANCES
RemoteReturns instances of the specified recurring event.
GOOGLECALENDAR_EVENTS_LIST
RemoteReturns events on the specified calendar.
GOOGLECALENDAR_EVENTS_MOVE
RemoteMoves an event to another calendar, i.e., changes an event's organizer.
GOOGLECALENDAR_EVENTS_WATCH
RemoteWatch for changes to Events resources.
GOOGLECALENDAR_FIND_EVENT
RemoteFinds 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.
GOOGLECALENDAR_FIND_FREE_SLOTS
RemoteFinds 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.
GOOGLECALENDAR_FREE_BUSY_QUERY
RemoteReturns free/busy information for a set of calendars.
GOOGLECALENDAR_GET_CALENDAR
RemoteRetrieves a specific Google Calendar, identified by `calendar_id`, to which the authenticated user has access.
GOOGLECALENDAR_GET_CURRENT_DATE_TIME
RemoteGets the current date and time, allowing for a specific timezone offset.
GOOGLECALENDAR_LIST_ACL_RULES
RemoteRetrieves the list of access control rules (ACLs) for a specified calendar, providing the necessary 'rule_id' values required for updating specific ACL rules.
GOOGLECALENDAR_LIST_CALENDARS
RemoteRetrieves a paginated list of calendars from the user's calendar list, with optional filtering and sync capabilities.
GOOGLECALENDAR_PATCH_CALENDAR
RemotePartially 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.
GOOGLECALENDAR_PATCH_EVENT
RemoteUpdate 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.
GOOGLECALENDAR_QUICK_ADD
RemoteParses 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'.
GOOGLECALENDAR_REMOVE_ATTENDEE
RemoteRemoves an attendee from a specified event in a Google Calendar; the calendar and event must exist.
GOOGLECALENDAR_SETTINGS_LIST
RemoteReturns all user settings for the authenticated user.
GOOGLECALENDAR_SETTINGS_WATCH
RemoteWatch for changes to Settings resources.
GOOGLECALENDAR_SYNC_EVENTS
RemoteSynchronizes 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.
GOOGLECALENDAR_UPDATE_ACL_RULE
RemoteUpdates an access control rule for the specified calendar.
GOOGLECALENDAR_UPDATE_EVENT
RemoteUpdates 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.
GOOGLEDOCS_COPY_DOCUMENT
RemoteTool 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.
GOOGLEDOCS_CREATE_DOCUMENT
RemoteCreates 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).
GOOGLEDOCS_CREATE_DOCUMENT_MARKDOWN
RemoteCreates a new Google Docs document, optionally initializing it with a title and content provided as Markdown text.
GOOGLEDOCS_CREATE_FOOTER
RemoteTool 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.
GOOGLEDOCS_CREATE_FOOTNOTE
RemoteTool 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.
GOOGLEDOCS_CREATE_HEADER
RemoteTool 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.
GOOGLEDOCS_CREATE_NAMED_RANGE
RemoteTool 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.
GOOGLEDOCS_CREATE_PARAGRAPH_BULLETS
RemoteTool 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.