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

Gmail#

ToolCategoryDescription
gmail_read_emailreadRead a specific email by ID
gmail_search_emailsreadSearch emails with Gmail query syntax
gmail_list_labelsreadList all Gmail labels in the account
gmail_send_emailwriteSend a new email
gmail_create_draftwriteCreate a draft email without sending
gmail_modify_labelswriteAdd or remove labels on an email
gmail_delete_emaildeleteMove email to trash

Google Calendar#

ToolCategoryDescription
calendar_list_eventsreadList upcoming events from a calendar
calendar_get_eventreadGet details of a specific event by ID
calendar_list_calendarsreadList all calendars in the account
calendar_create_eventwriteCreate a new calendar event
calendar_update_eventwriteUpdate an existing calendar event
calendar_delete_eventdeleteDelete a calendar event

Google Contacts#

ToolCategoryDescription
contacts_listreadList contacts in the Google Contacts directory
contacts_getreadGet a specific contact by resource name
contacts_searchreadSearch contacts by name, email, or phone
contacts_createwriteCreate a new contact
contacts_updatewriteUpdate fields on an existing contact
contacts_add_labelwriteAdd a label (group) to a contact
contacts_deletedeletePermanently delete a contact

Google Drive#

ToolCategoryDescription
drive_list_filesreadList files and folders in Drive
drive_get_filereadDownload or read a file by ID
drive_searchreadSearch files using Drive query syntax
drive_create_folderwriteCreate a new folder in Drive
drive_upload_filewriteUpload a new file to Drive
drive_update_filewriteUpdate the content of an existing file
drive_move_filewriteMove a file to a different folder
drive_delete_filedeleteMove a file to Drive Trash

Slack#

ToolCategoryDescription
slack_list_channelsreadList channels the user is a member of
slack_read_messagesreadRead messages from a channel or thread
slack_searchreadFull-text search across messages and files
slack_list_usersreadList workspace users and their profiles
slack_post_messagewritePost a message to a channel or DM
slack_set_topicwriteUpdate a channel topic or purpose
slack_add_reactionwriteAdd an emoji reaction to a message
slack_upload_filewriteUpload a file to a channel

Discord#

ToolCategoryDescription
discord_list_serversreadList servers the bot is a member of
discord_list_channelsreadList channels in a server
discord_read_messagesreadRead recent messages from a channel
discord_send_messagewriteSend a message to a channel
discord_send_dmwriteSend a direct message to a user
discord_add_reactionwriteAdd an emoji reaction to a message
discord_delete_messagedeleteDelete a message from a channel

GitHub#

ToolCategoryDescription
github_list_reposreadList repositories for the authenticated user or org
github_search_codereadSearch code across GitHub
github_get_filereadRetrieve file contents from a repo at a given ref
github_list_issuesreadList issues in a repository
github_list_prsreadList pull requests in a repository
github_create_issuewriteCreate a new issue in a repository
github_create_prwriteOpen a pull request between two branches
github_create_commentwritePost a comment on an issue or PR
github_manage_labelswriteCreate, update, or delete repository labels
github_delete_repodeletePermanently delete a repository

Linear#

ToolCategoryDescription
linear_list_issuesreadList issues with optional status filter
linear_get_issuereadGet a specific issue by ID
linear_list_teamsreadList teams in the workspace
linear_create_issuewriteCreate a new issue in a team
linear_update_issuewriteUpdate status, priority, or assignee of an issue
linear_add_commentwriteAdd a comment to an issue
linear_create_projectwriteCreate a new project in a team
linear_archive_issuedeleteArchive an issue (soft delete)

Jira#

ToolCategoryDescription
jira_list_projectsreadList all projects in the Jira instance
jira_search_issuesreadSearch issues using JQL
jira_get_issuereadGet details of a specific issue by key
jira_create_issuewriteCreate a new issue in a project
jira_update_issuewriteUpdate fields on an existing issue
jira_add_commentwriteAdd a comment to an issue
jira_transition_issuewriteMove an issue through its workflow
jira_delete_issuedeleteDelete an issue permanently

Notion#

ToolCategoryDescription
notion_list_pagesreadList pages in a workspace or database
notion_get_pagereadGet the content of a specific page
notion_searchreadSearch across all Notion content
notion_create_pagewriteCreate a new page in a database or as a child
notion_update_pagewriteUpdate page properties or content
notion_append_blockwriteAppend content blocks to a page
notion_archive_pagedeleteArchive (soft delete) a page

Trello#

ToolCategoryDescription
trello_list_boardsreadList boards the user is a member of
trello_list_cardsreadList cards on a board or in a list
trello_get_cardreadGet details of a specific card
trello_create_cardwriteCreate a new card in a list
trello_update_cardwriteUpdate card title, description, or due date
trello_move_cardwriteMove a card to a different list or board
trello_archive_carddeleteArchive (close) a card

Asana#

ToolCategoryDescription
asana_list_projectsreadList projects in a workspace
asana_list_tasksreadList tasks in a project or section
asana_get_taskreadGet details of a specific task
asana_create_taskwriteCreate a new task in a project
asana_update_taskwriteUpdate task fields including assignee and due date
asana_add_commentwriteAdd a comment to a task
asana_complete_taskwriteMark a task as complete
asana_delete_taskdeletePermanently delete a task

Dropbox#

ToolCategoryDescription
dropbox_list_folderreadList files and folders in a Dropbox path
dropbox_get_filereadDownload a file from Dropbox
dropbox_searchreadSearch files by name or content
dropbox_upload_filewriteUpload a file to Dropbox
dropbox_create_folderwriteCreate a new folder
dropbox_movewriteMove or rename a file or folder
dropbox_deletedeleteDelete a file or folder (moves to trash)

HubSpot#

ToolCategoryDescription
hubspot_list_contactsreadList CRM contacts with optional filters
hubspot_get_contactreadGet a specific contact by ID
hubspot_list_dealsreadList deals in the CRM pipeline
hubspot_create_contactwriteCreate a new contact in HubSpot CRM
hubspot_update_contactwriteUpdate properties on a contact
hubspot_create_dealwriteCreate a new deal in the pipeline
hubspot_update_dealwriteUpdate a deal stage or properties
hubspot_delete_contactdeletePermanently delete a contact