Docs Connecting Services All Connectors All Connectors Reference Complete reference for all 14 connectors and 106tools in MCPGate. Use this page to quickly look up tool names, categories, and descriptions. For OAuth scopes and guardrail recipes, see each connector's dedicated page.
Tool categories: read — retrieves data without side effects. write — creates or modifies data. delete — removes or destroys data (highest risk).
Tool Category Description gmail_read_email read Read a specific email by ID gmail_search_emails read Search emails with Gmail query syntax gmail_list_labels read List all Gmail labels in the account gmail_send_email write Send a new email gmail_create_draft write Create a draft email without sending gmail_modify_labels write Add or remove labels on an email gmail_delete_email delete Move email to trash
Tool Category Description calendar_list_events read List upcoming events from a calendar calendar_get_event read Get details of a specific event by ID calendar_list_calendars read List all calendars in the account calendar_create_event write Create a new calendar event calendar_update_event write Update an existing calendar event calendar_delete_event delete Delete a calendar event
Tool Category Description contacts_list read List contacts in the Google Contacts directory contacts_get read Get a specific contact by resource name contacts_search read Search contacts by name, email, or phone contacts_create write Create a new contact contacts_update write Update fields on an existing contact contacts_add_label write Add a label (group) to a contact contacts_delete delete Permanently delete a contact
Tool Category Description drive_list_files read List files and folders in Drive drive_get_file read Download or read a file by ID drive_search read Search files using Drive query syntax drive_create_folder write Create a new folder in Drive drive_upload_file write Upload a new file to Drive drive_update_file write Update the content of an existing file drive_move_file write Move a file to a different folder drive_delete_file delete Move a file to Drive Trash
Tool Category Description slack_list_channels read List channels the user is a member of slack_read_messages read Read messages from a channel or thread slack_search read Full-text search across messages and files slack_list_users read List workspace users and their profiles slack_post_message write Post a message to a channel or DM slack_set_topic write Update a channel topic or purpose slack_add_reaction write Add an emoji reaction to a message slack_upload_file write Upload a file to a channel
Tool Category Description discord_list_servers read List servers the bot is a member of discord_list_channels read List channels in a server discord_read_messages read Read recent messages from a channel discord_send_message write Send a message to a channel discord_send_dm write Send a direct message to a user discord_add_reaction write Add an emoji reaction to a message discord_delete_message delete Delete a message from a channel
Tool Category Description github_list_repos read List repositories for the authenticated user or org github_search_code read Search code across GitHub github_get_file read Retrieve file contents from a repo at a given ref github_list_issues read List issues in a repository github_list_prs read List pull requests in a repository github_create_issue write Create a new issue in a repository github_create_pr write Open a pull request between two branches github_create_comment write Post a comment on an issue or PR github_manage_labels write Create, update, or delete repository labels github_delete_repo delete Permanently delete a repository
Tool Category Description linear_list_issues read List issues with optional status filter linear_get_issue read Get a specific issue by ID linear_list_teams read List teams in the workspace linear_create_issue write Create a new issue in a team linear_update_issue write Update status, priority, or assignee of an issue linear_add_comment write Add a comment to an issue linear_create_project write Create a new project in a team linear_archive_issue delete Archive an issue (soft delete)
Tool Category Description jira_list_projects read List all projects in the Jira instance jira_search_issues read Search issues using JQL jira_get_issue read Get details of a specific issue by key jira_create_issue write Create a new issue in a project jira_update_issue write Update fields on an existing issue jira_add_comment write Add a comment to an issue jira_transition_issue write Move an issue through its workflow jira_delete_issue delete Delete an issue permanently
Tool Category Description notion_list_pages read List pages in a workspace or database notion_get_page read Get the content of a specific page notion_search read Search across all Notion content notion_create_page write Create a new page in a database or as a child notion_update_page write Update page properties or content notion_append_block write Append content blocks to a page notion_archive_page delete Archive (soft delete) a page
Tool Category Description trello_list_boards read List boards the user is a member of trello_list_cards read List cards on a board or in a list trello_get_card read Get details of a specific card trello_create_card write Create a new card in a list trello_update_card write Update card title, description, or due date trello_move_card write Move a card to a different list or board trello_archive_card delete Archive (close) a card
Tool Category Description asana_list_projects read List projects in a workspace asana_list_tasks read List tasks in a project or section asana_get_task read Get details of a specific task asana_create_task write Create a new task in a project asana_update_task write Update task fields including assignee and due date asana_add_comment write Add a comment to a task asana_complete_task write Mark a task as complete asana_delete_task delete Permanently delete a task
Tool Category Description dropbox_list_folder read List files and folders in a Dropbox path dropbox_get_file read Download a file from Dropbox dropbox_search read Search files by name or content dropbox_upload_file write Upload a file to Dropbox dropbox_create_folder write Create a new folder dropbox_move write Move or rename a file or folder dropbox_delete delete Delete a file or folder (moves to trash)
Tool Category Description hubspot_list_contacts read List CRM contacts with optional filters hubspot_get_contact read Get a specific contact by ID hubspot_list_deals read List deals in the CRM pipeline hubspot_create_contact write Create a new contact in HubSpot CRM hubspot_update_contact write Update properties on a contact hubspot_create_deal write Create a new deal in the pipeline hubspot_update_deal write Update a deal stage or properties hubspot_delete_contact delete Permanently delete a contact
Previous GitHubNext Managing Apps