All Connectors Reference

Complete reference for all 70 connectors and 709tools 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

Google Sheets#

ToolCategoryDescription
sheets_list_spreadsheetsreadList Google Sheets spreadsheets in the user's Drive
sheets_get_spreadsheetreadGet metadata and sheet names for a spreadsheet
sheets_read_rangereadRead cell values from a spreadsheet range (e.g. Sheet1!A1:D10)
sheets_write_rangewriteWrite values to a spreadsheet range, overwriting existing data
sheets_append_rowswriteAppend rows to a spreadsheet after existing data
sheets_create_spreadsheetwriteCreate a new Google Sheets spreadsheet
sheets_add_sheetwriteAdd a new sheet tab to an existing spreadsheet
sheets_clear_rangewriteClear all values from a spreadsheet range
sheets_batch_updatewriteApply one or more batch update requests to a spreadsheet
sheets_delete_sheetdeleteDelete a sheet tab from a spreadsheet by sheet ID

Google Docs#

ToolCategoryDescription
googledocs_get_documentreadGet the full content and metadata of a Google Doc
googledocs_list_documentsreadList Google Docs documents in the user's Drive
googledocs_get_revisionreadGet a specific revision of a Google Doc via the Drive revisions API
googledocs_create_documentwriteCreate a new Google Docs document with an optional title
googledocs_batch_updatewriteApply one or more batch update requests to a Google Doc
googledocs_insert_textwriteInsert text at a specific index in a Google Doc
googledocs_replace_textwriteReplace all occurrences of a text pattern in a Google Doc
googledocs_delete_contentdeleteDelete a range of content from a Google Doc

Microsoft Outlook#

ToolCategoryDescription
outlook_read_emailreadRead a specific email by ID
outlook_search_emailsreadSearch emails using a query string
outlook_list_foldersreadList all mail folders
outlook_list_rulesreadList inbox message rules
outlook_get_attachmentreadGet attachments from an email message
outlook_send_emailwriteSend a new email
outlook_reply_to_emailwriteReply to an email
outlook_forward_emailwriteForward an email to new recipients
outlook_move_emailwriteMove an email to a different folder
outlook_create_folderwriteCreate a new mail folder
outlook_create_rulewriteCreate a new inbox message rule
outlook_create_draftwriteCreate a draft email
outlook_delete_emaildeleteDelete an email message
outlook_delete_ruledeleteDelete an inbox message rule

Microsoft Teams#

ToolCategoryDescription
teams_list_teamsreadList all Microsoft Teams the user has joined
teams_list_channelsreadList all channels in a team
teams_list_messagesreadList messages in a channel
teams_get_messagereadGet a specific message from a channel
teams_list_membersreadList members of a team
teams_list_chatsreadList all chats for the authenticated user
teams_send_messagewriteSend a message to a Teams channel
teams_reply_to_messagewriteReply to a message in a Teams channel
teams_create_channelwriteCreate a new channel in a team
teams_upload_filewriteUpload a file to a Teams channel
teams_send_chatwriteSend a message in a Teams chat
teams_delete_channeldeleteDelete a channel from a team

Microsoft OneDrive#

ToolCategoryDescription
onedrive_list_filesreadList files and folders in a OneDrive directory
onedrive_get_filereadGet metadata for a specific file or folder by ID
onedrive_read_filereadRead the content of a file from OneDrive
onedrive_searchreadSearch for files and folders in OneDrive
onedrive_get_share_linkreadGet a sharing link for a file or folder
onedrive_upload_filewriteUpload a file to OneDrive
onedrive_create_folderwriteCreate a new folder in OneDrive
onedrive_move_filewriteMove a file or folder to a different location in OneDrive
onedrive_copy_filewriteCopy a file or folder to a different location in OneDrive
onedrive_share_filewriteShare a file or folder with specific users or groups
onedrive_revoke_accesswriteRevoke a sharing permission from a file or folder
onedrive_delete_filedeleteDelete a file or folder from OneDrive

Microsoft OneNote#

ToolCategoryDescription
onenote_list_notebooksreadList all OneNote notebooks for the authenticated user
onenote_get_notebookreadGet details of a specific OneNote notebook
onenote_list_sectionsreadList all sections in a OneNote notebook
onenote_list_pagesreadList all pages in a OneNote section
onenote_get_pagereadGet the content of a specific OneNote page
onenote_create_notebookwriteCreate a new OneNote notebook
onenote_create_sectionwriteCreate a new section in a OneNote notebook
onenote_create_pagewriteCreate a new page in a OneNote section
onenote_update_pagewriteUpdate the content of a OneNote page
onenote_delete_pagedeleteDelete a OneNote page

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

Telegram#

ToolCategoryDescription
telegram_get_updatesreadGet updates (incoming messages and events) for the bot
telegram_get_chatreadGet information about a chat by ID
telegram_list_chat_membersreadList members of a chat or group
telegram_send_messagewriteSend a text message to a chat
telegram_send_photowriteSend a photo to a chat
telegram_send_documentwriteSend a document/file to a chat
telegram_edit_messagewriteEdit a previously sent message
telegram_pin_messagewritePin a message in a chat
telegram_set_webhookwriteSet the webhook URL for receiving bot updates
telegram_delete_messagedeleteDelete a message from a chat

WhatsApp Business#

ToolCategoryDescription
whatsapp_get_message_statusreadGet the delivery status of a sent WhatsApp message
whatsapp_list_templatesreadList all message templates for the WhatsApp Business account
whatsapp_get_business_profilereadGet the WhatsApp Business profile information
whatsapp_send_messagewriteSend a WhatsApp text message to a phone number
whatsapp_send_templatewriteSend a pre-approved WhatsApp template message
whatsapp_send_mediawriteSend a media message (image, video, document, or audio) via WhatsApp
whatsapp_create_templatewriteCreate a new WhatsApp message template for approval
whatsapp_update_business_profilewriteUpdate the WhatsApp Business profile information
whatsapp_delete_templatedeleteDelete a WhatsApp message template

Twilio#

ToolCategoryDescription
twilio_list_messagesreadList SMS/MMS messages for the Twilio account
twilio_get_messagereadGet a specific Twilio message by SID
twilio_list_numbersreadList phone numbers owned by the Twilio account
twilio_list_callsreadList calls made or received by the Twilio account
twilio_get_callreadGet a specific Twilio call by SID
twilio_send_smswriteSend an SMS or MMS message via Twilio
twilio_create_callwriteInitiate an outbound phone call via Twilio
twilio_buy_numberwritePurchase a new phone number for the Twilio account
twilio_release_numberdeleteRelease (delete) a phone number from the Twilio account

SendGrid#

ToolCategoryDescription
sendgrid_list_templatesreadList all dynamic transactional email templates
sendgrid_get_templatereadGet a specific transactional email template by ID
sendgrid_list_contactsreadList contacts in the SendGrid marketing contacts list
sendgrid_get_statsreadGet email sending statistics for a date range
sendgrid_list_suppressionsreadList suppressed (unsubscribed/bounced/spam) email addresses
sendgrid_send_emailwriteSend a transactional email via SendGrid
sendgrid_create_templatewriteCreate a new dynamic transactional email template
sendgrid_add_contactwriteAdd or update a contact in the marketing contacts list
sendgrid_delete_templatedeleteDelete a transactional email template
sendgrid_delete_contactdeleteDelete a contact from the marketing contacts list

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

Airtable#

ToolCategoryDescription
airtable_list_basesreadList all Airtable bases accessible to the user
airtable_list_tablesreadList all tables in an Airtable base
airtable_list_recordsreadList records in an Airtable table
airtable_get_recordreadGet a specific record by ID from an Airtable table
airtable_search_recordsreadSearch records in an Airtable table using a filter formula
airtable_create_recordwriteCreate a new record in an Airtable table
airtable_update_recordwriteUpdate an existing record in an Airtable table
airtable_create_tablewriteCreate a new table in an Airtable base
airtable_update_tablewriteUpdate an existing table's metadata in an Airtable base
airtable_create_fieldwriteCreate a new field in an Airtable table
airtable_delete_recorddeleteDelete a record from an Airtable table

Todoist#

ToolCategoryDescription
todoist_list_projectsreadList all Todoist projects
todoist_get_projectreadGet a specific Todoist project by ID
todoist_list_tasksreadList tasks, optionally filtered by project
todoist_get_taskreadGet a specific task by ID
todoist_list_labelsreadList all personal labels
todoist_create_projectwriteCreate a new Todoist project
todoist_create_taskwriteCreate a new task in Todoist
todoist_update_taskwriteUpdate an existing task
todoist_complete_taskwriteMark a task as complete
todoist_delete_taskdeleteDelete a task permanently

ClickUp#

ToolCategoryDescription
clickup_list_spacesreadList all spaces in a ClickUp workspace
clickup_list_foldersreadList all folders in a ClickUp space
clickup_list_listsreadList all lists in a ClickUp folder or space
clickup_list_tasksreadList tasks in a ClickUp list
clickup_get_taskreadGet a specific ClickUp task by ID
clickup_list_commentsreadList comments on a ClickUp task
clickup_create_taskwriteCreate a new task in a ClickUp list
clickup_update_taskwriteUpdate an existing ClickUp task
clickup_create_commentwriteAdd a comment to a ClickUp task
clickup_set_statuswriteChange the status of a ClickUp task
clickup_assign_taskwriteAssign a ClickUp task to a user
clickup_delete_taskdeleteDelete a ClickUp task permanently

Monday.com#

ToolCategoryDescription
monday_list_boardsreadList all Monday.com boards accessible to the user
monday_get_boardreadGet details of a specific Monday.com board
monday_list_itemsreadList items in a Monday.com board
monday_get_itemreadGet a specific item by ID from Monday.com
monday_list_updatesreadList updates (comments) on a Monday.com item
monday_create_itemwriteCreate a new item in a Monday.com board
monday_update_itemwriteUpdate the name of an existing Monday.com item
monday_create_updatewriteAdd an update (comment) to a Monday.com item
monday_change_column_valuewriteChange a column value for a Monday.com item
monday_delete_itemdeleteDelete an item from a Monday.com board

Basecamp#

ToolCategoryDescription
basecamp_list_projectsreadList all Basecamp projects accessible to the user
basecamp_get_projectreadGet details of a specific Basecamp project
basecamp_list_todosreadList todos in a Basecamp todolist
basecamp_get_todoreadGet a specific Basecamp todo by ID
basecamp_list_messagesreadList messages in a Basecamp project message board
basecamp_list_commentsreadList comments on a Basecamp recording
basecamp_create_todowriteCreate a new todo in a Basecamp todolist
basecamp_complete_todowriteMark a Basecamp todo as complete
basecamp_create_messagewriteCreate a new message in a Basecamp project message board
basecamp_create_commentwriteAdd a comment to a Basecamp recording

Confluence#

ToolCategoryDescription
confluence_list_spacesreadList all Confluence spaces accessible to the user
confluence_get_spacereadGet details of a specific Confluence space
confluence_list_pagesreadList pages in a Confluence space
confluence_get_pagereadGet the content of a specific Confluence page
confluence_searchreadSearch Confluence content using CQL (Confluence Query Language)
confluence_list_commentsreadList comments on a Confluence page
confluence_create_pagewriteCreate a new page in a Confluence space
confluence_update_pagewriteUpdate the content of an existing Confluence page
confluence_add_commentwriteAdd a comment to a Confluence page
confluence_delete_pagedeleteDelete a Confluence page

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

GitLab#

ToolCategoryDescription
gitlab_list_projectsreadList GitLab projects accessible to the authenticated user
gitlab_get_projectreadGet a specific GitLab project by ID or path
gitlab_list_issuesreadList issues for a GitLab project
gitlab_list_mrsreadList merge requests for a GitLab project
gitlab_get_mrreadGet a specific merge request by project and MR IID
gitlab_list_pipelinesreadList CI/CD pipelines for a GitLab project
gitlab_get_pipelinereadGet a specific pipeline by project and pipeline ID
gitlab_read_filereadRead a file from a GitLab repository
gitlab_search_codereadSearch for code across GitLab projects
gitlab_list_branchesreadList branches for a GitLab project
gitlab_create_issuewriteCreate a new issue in a GitLab project
gitlab_update_issuewriteUpdate an existing GitLab issue
gitlab_create_mrwriteCreate a new merge request in a GitLab project

Bitbucket#

ToolCategoryDescription
bitbucket_list_reposreadList Bitbucket repositories for the authenticated user
bitbucket_get_reporeadGet a specific Bitbucket repository by workspace and slug
bitbucket_list_prsreadList pull requests for a Bitbucket repository
bitbucket_get_prreadGet a specific pull request by repository and PR ID
bitbucket_list_issuesreadList issues for a Bitbucket repository
bitbucket_list_pipelinesreadList pipelines for a Bitbucket repository
bitbucket_read_filereadRead a file from a Bitbucket repository
bitbucket_search_codereadSearch for code in a Bitbucket workspace
bitbucket_list_branchesreadList branches for a Bitbucket repository
bitbucket_create_prwriteCreate a new pull request in a Bitbucket repository
bitbucket_create_issuewriteCreate a new issue in a Bitbucket 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

PagerDuty#

ToolCategoryDescription
pagerduty_list_incidentsreadList PagerDuty incidents
pagerduty_get_incidentreadGet a specific PagerDuty incident by ID
pagerduty_list_servicesreadList PagerDuty services
pagerduty_list_oncallsreadList current on-call entries
pagerduty_list_schedulesreadList PagerDuty on-call schedules
pagerduty_create_incidentwriteCreate a new PagerDuty incident
pagerduty_update_incidentwriteUpdate an existing PagerDuty incident
pagerduty_acknowledge_incidentwriteAcknowledge a PagerDuty incident
pagerduty_resolve_incidentwriteResolve a PagerDuty incident
pagerduty_snooze_incidentwriteSnooze a PagerDuty incident for a specified duration

Sentry#

ToolCategoryDescription
sentry_list_projectsreadList all Sentry projects for the authenticated organization
sentry_list_issuesreadList issues (error groups) for a Sentry project
sentry_get_issuereadGet a specific Sentry issue by ID
sentry_list_eventsreadList events for a specific Sentry issue
sentry_get_eventreadGet a specific event by project and event ID
sentry_list_releasesreadList releases for a Sentry project
sentry_search_issuesreadSearch for issues in a Sentry project using a query string
sentry_update_issuewriteUpdate a Sentry issue (e.g., assign, change status)
sentry_resolve_issuewriteMark a Sentry issue as resolved
sentry_delete_issuedeletePermanently delete a Sentry issue

Vercel#

ToolCategoryDescription
vercel_list_projectsreadList all Vercel projects for the authenticated team/user
vercel_get_projectreadGet a specific Vercel project by ID or name
vercel_list_deploymentsreadList deployments for a Vercel project
vercel_get_deploymentreadGet a specific Vercel deployment by ID
vercel_list_domainsreadList domains configured for a Vercel project
vercel_list_env_varsreadList environment variables for a Vercel project
vercel_create_deploymentwriteCreate a new Vercel deployment
vercel_cancel_deploymentwriteCancel an in-progress Vercel deployment
vercel_add_domainwriteAdd a custom domain to a Vercel project
vercel_remove_domaindeleteRemove a custom domain from a Vercel project

Datadog#

ToolCategoryDescription
datadog_list_monitorsreadList all Datadog monitors
datadog_get_monitorreadGet a specific Datadog monitor by ID
datadog_query_metricsreadQuery Datadog metrics for a given time range and query string
datadog_list_dashboardsreadList all Datadog dashboards
datadog_list_incidentsreadList Datadog incidents
datadog_create_monitorwriteCreate a new Datadog monitor
datadog_update_monitorwriteUpdate an existing Datadog monitor
datadog_mute_monitorwriteMute a Datadog monitor
datadog_create_incidentwriteCreate a new Datadog incident
datadog_delete_monitordeleteDelete a Datadog monitor by ID

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

Salesforce#

ToolCategoryDescription
salesforce_queryreadExecute a SOQL query against Salesforce objects
salesforce_get_recordreadGet a specific Salesforce record by object type and ID
salesforce_searchreadSearch Salesforce using SOSL (Salesforce Object Search Language)
salesforce_list_objectsreadList all available Salesforce objects (sObjects)
salesforce_describe_objectreadDescribe a Salesforce object's fields and metadata
salesforce_list_reportsreadList available Salesforce reports
salesforce_run_reportreadRun a Salesforce report by ID and return results
salesforce_list_opportunitiesreadList Salesforce opportunities, optionally filtered by stage or account
salesforce_create_recordwriteCreate a new Salesforce record for any object type
salesforce_update_recordwriteUpdate an existing Salesforce record by object type and ID
salesforce_create_leadwriteCreate a new Salesforce Lead with contact and company information
salesforce_convert_leadwriteConvert a Salesforce Lead into an Account, Contact, and optionally an Opportunity
salesforce_update_opportunitywriteUpdate a Salesforce Opportunity's stage, amount, or close date
salesforce_delete_recorddeleteDelete a Salesforce record by object type and ID

Zoho CRM#

ToolCategoryDescription
zoho_list_recordsreadList records from a Zoho CRM module
zoho_get_recordreadGet a specific Zoho CRM record by module and ID
zoho_search_recordsreadSearch Zoho CRM records within a module using criteria
zoho_list_modulesreadList all available Zoho CRM modules
zoho_get_module_fieldsreadGet field definitions for a Zoho CRM module
zoho_list_notesreadList notes associated with a Zoho CRM record
zoho_create_recordwriteCreate a new record in a Zoho CRM module
zoho_update_recordwriteUpdate an existing Zoho CRM record
zoho_create_notewriteCreate a note and attach it to a Zoho CRM record
zoho_convert_leadwriteConvert a Zoho CRM Lead into a Contact, Account, and optionally a Deal
zoho_delete_recorddeleteDelete a Zoho CRM record by module and ID

Pipedrive#

ToolCategoryDescription
pipedrive_list_dealsreadList Pipedrive deals, optionally filtered by status or pipeline
pipedrive_get_dealreadGet a specific Pipedrive deal by ID
pipedrive_list_contactsreadList Pipedrive contacts (persons)
pipedrive_list_activitiesreadList Pipedrive activities, optionally filtered by deal or user
pipedrive_searchreadSearch across Pipedrive items (deals, contacts, organizations)
pipedrive_list_pipelinesreadList all Pipedrive sales pipelines
pipedrive_create_dealwriteCreate a new Pipedrive deal
pipedrive_update_dealwriteUpdate an existing Pipedrive deal
pipedrive_create_contactwriteCreate a new Pipedrive contact (person)
pipedrive_create_activitywriteCreate a new Pipedrive activity (call, meeting, task, etc.)
pipedrive_delete_dealdeleteDelete a Pipedrive deal permanently

Freshdesk#

ToolCategoryDescription
freshdesk_list_ticketsreadList Freshdesk support tickets, optionally filtered by status or priority
freshdesk_get_ticketreadGet a specific Freshdesk ticket by ID
freshdesk_list_contactsreadList Freshdesk contacts
freshdesk_list_agentsreadList Freshdesk support agents
freshdesk_search_ticketsreadSearch Freshdesk tickets using a query string
freshdesk_create_ticketwriteCreate a new Freshdesk support ticket
freshdesk_update_ticketwriteUpdate an existing Freshdesk ticket's status, priority, or assignment
freshdesk_reply_ticketwriteReply to a Freshdesk ticket as an agent
freshdesk_create_contactwriteCreate a new Freshdesk contact
freshdesk_add_notewriteAdd a private or public note to a Freshdesk ticket
freshdesk_delete_ticketdeleteDelete a Freshdesk ticket permanently

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)

Box#

ToolCategoryDescription
box_list_filesreadList files and folders in a Box folder (defaults to root)
box_get_filereadGet metadata for a Box file by ID
box_read_filereadRead the text content of a Box file (UTF-8 text only, max 1 MB)
box_searchreadSearch for files and folders in Box by query string
box_get_share_linkreadGet the shared link for a Box file or folder
box_upload_filewriteUpload a file to a Box folder
box_create_folderwriteCreate a new folder in Box
box_move_filewriteMove a Box file or folder to a different parent folder
box_copy_filewriteCopy a Box file or folder to a destination folder
box_share_filewriteCreate or update a shared link for a Box file or folder
box_revoke_accesswriteRemove the shared link from a Box file or folder
box_delete_filedeleteDelete a file or folder from Box

Google Cloud Storage#

ToolCategoryDescription
gcs_list_bucketsreadList all GCS buckets in the project
gcs_list_objectsreadList objects in a GCS bucket with optional prefix filter
gcs_get_objectreadGet metadata for a GCS object (size, content type, ETag, updated)
gcs_read_objectreadRead the text content of a GCS object (UTF-8 text only, max 1 MB)
gcs_get_bucket_metadatareadGet metadata and configuration for a GCS bucket
gcs_upload_objectwriteUpload an object to a GCS bucket
gcs_copy_objectwriteCopy an object within or between GCS buckets
gcs_set_object_aclwriteSet the access control list (ACL) for a GCS object
gcs_delete_objectdeleteDelete an object from a GCS bucket

AWS S3#

ToolCategoryDescription
s3_list_bucketsreadList all S3 buckets in the AWS account
s3_list_objectsreadList objects in an S3 bucket with optional prefix filter
s3_get_objectreadGet metadata for an S3 object (ETag, size, content type, last modified)
s3_read_objectreadRead the text content of an S3 object (UTF-8 text only, max 1 MB)
s3_head_objectreadRetrieve metadata for an S3 object without downloading its body
s3_get_bucket_policyreadGet the bucket policy JSON for an S3 bucket
s3_presign_urlreadGenerate a pre-signed GET URL for an S3 object, valid for a specified duration
s3_put_objectwriteUpload an object to an S3 bucket
s3_copy_objectwriteCopy an object within or between S3 buckets
s3_delete_objectdeleteDelete an object from an S3 bucket

Stripe#

ToolCategoryDescription
stripe_list_customersreadList Stripe customers
stripe_get_customerreadGet a Stripe customer by ID
stripe_list_chargesreadList Stripe charges
stripe_list_invoicesreadList Stripe invoices
stripe_get_invoicereadGet a Stripe invoice by ID
stripe_list_subscriptionsreadList Stripe subscriptions
stripe_list_productsreadList Stripe products
stripe_get_balancereadGet the current Stripe account balance
stripe_create_customerwriteCreate a new Stripe customer
stripe_create_chargewriteCreate a new Stripe charge
stripe_create_invoicewriteCreate a new Stripe invoice for a customer
stripe_create_subscriptionwriteCreate a new Stripe subscription for a customer
stripe_create_refundwriteCreate a refund for a Stripe charge
stripe_create_productwriteCreate a new Stripe product
stripe_cancel_subscriptiondeleteCancel a Stripe subscription immediately

QuickBooks#

ToolCategoryDescription
quickbooks_list_invoicesreadList invoices in QuickBooks, optionally filtered by customer or status
quickbooks_get_invoicereadGet a specific QuickBooks invoice by ID
quickbooks_list_customersreadList customers in QuickBooks
quickbooks_list_paymentsreadList payments received in QuickBooks
quickbooks_list_accountsreadList chart of accounts in QuickBooks
quickbooks_get_reportreadGet a financial report from QuickBooks (e.g. ProfitAndLoss, BalanceSheet)
quickbooks_list_billsreadList bills (vendor invoices) in QuickBooks
quickbooks_queryreadRun a custom QuickBooks query using QuickBooks Query Language (SQL-like)
quickbooks_create_invoicewriteCreate a new invoice in QuickBooks
quickbooks_create_customerwriteCreate a new customer in QuickBooks
quickbooks_create_paymentwriteRecord a payment received in QuickBooks
quickbooks_create_billwriteCreate a new vendor bill in QuickBooks

Xero#

ToolCategoryDescription
xero_list_invoicesreadList invoices in Xero, optionally filtered by status or contact
xero_get_invoicereadGet a specific Xero invoice by ID
xero_list_contactsreadList contacts (customers and suppliers) in Xero
xero_list_paymentsreadList payments in Xero
xero_list_accountsreadList chart of accounts in Xero
xero_get_reportreadGet a financial report from Xero (e.g. ProfitAndLoss, BalanceSheet, TrialBalance)
xero_list_bank_transactionsreadList bank transactions in Xero
xero_create_invoicewriteCreate a new invoice in Xero
xero_create_contactwriteCreate a new contact in Xero
xero_create_paymentwriteRecord a payment against an invoice or credit note in Xero
xero_create_bank_transactionwriteCreate a bank transaction (spend or receive money) in Xero

Mailchimp#

ToolCategoryDescription
mailchimp_list_audiencesreadList all Mailchimp audiences (lists)
mailchimp_list_membersreadList members of a Mailchimp audience
mailchimp_get_memberreadGet a specific member from a Mailchimp audience by email
mailchimp_list_campaignsreadList all Mailchimp campaigns
mailchimp_get_campaignreadGet a specific Mailchimp campaign by ID
mailchimp_get_reportreadGet the report for a Mailchimp campaign
mailchimp_add_memberwriteAdd a new member to a Mailchimp audience
mailchimp_update_memberwriteUpdate an existing member in a Mailchimp audience
mailchimp_create_campaignwriteCreate a new Mailchimp campaign
mailchimp_send_campaignwriteSend a Mailchimp campaign to its audience
mailchimp_remove_memberdeleteRemove (archive) a member from a Mailchimp audience

Twitter / X#

ToolCategoryDescription
twitter_get_tweetreadGet a tweet by ID
twitter_search_tweetsreadSearch recent tweets by query string
twitter_get_userreadGet a Twitter/X user by username or ID
twitter_get_timelinereadGet the home timeline or user timeline tweets
twitter_list_followersreadList followers of a Twitter/X user
twitter_list_followingreadList accounts a Twitter/X user is following
twitter_post_tweetwritePost a new tweet
twitter_like_tweetwriteLike a tweet
twitter_unlike_tweetwriteUnlike a previously liked tweet
twitter_delete_tweetdeleteDelete a tweet by ID

BambooHR#

ToolCategoryDescription
bamboohr_list_employeesreadList all employees in BambooHR
bamboohr_get_employeereadGet a specific BambooHR employee by ID
bamboohr_list_time_offreadList time-off requests for employees
bamboohr_get_directoryreadGet the employee directory
bamboohr_list_departmentsreadList all departments in BambooHR
bamboohr_get_reportreadRun a BambooHR report by report ID
bamboohr_list_job_openingsreadList open job positions in BambooHR
bamboohr_create_employeewriteCreate a new employee record in BambooHR
bamboohr_update_employeewriteUpdate an existing employee record in BambooHR
bamboohr_request_time_offwriteSubmit a time-off request for an employee

Gusto#

ToolCategoryDescription
gusto_list_employeesreadList all employees for a Gusto company
gusto_get_employeereadGet a specific Gusto employee by ID
gusto_list_payrollsreadList payrolls for a Gusto company
gusto_get_payrollreadGet a specific Gusto payroll by ID
gusto_list_benefitsreadList company benefits in Gusto
gusto_list_departmentsreadList departments in a Gusto company
gusto_list_locationsreadList work locations for a Gusto company
gusto_list_contractorsreadList contractors for a Gusto company
gusto_create_employeewriteCreate a new employee in Gusto
gusto_update_employeewriteUpdate an existing employee in Gusto

Zoho Mail#

ToolCategoryDescription
zohomail_list_messagesreadList messages in a Zoho Mail folder
zohomail_get_messagereadGet a specific Zoho Mail message by ID
zohomail_search_messagesreadSearch Zoho Mail messages by query
zohomail_list_foldersreadList folders in a Zoho Mail account
zohomail_send_emailwriteSend a new email via Zoho Mail
zohomail_reply_to_emailwriteReply to a Zoho Mail message
zohomail_forward_emailwriteForward a Zoho Mail message to recipients
zohomail_move_messagewriteMove a Zoho Mail message to a different folder
zohomail_mark_readwriteMark a Zoho Mail message as read or unread
zohomail_delete_messagedeleteDelete a Zoho Mail message

Zoho Books#

ToolCategoryDescription
zohobooks_list_invoicesreadList invoices in Zoho Books
zohobooks_get_invoicereadGet a specific Zoho Books invoice by ID
zohobooks_list_customersreadList customers in Zoho Books
zohobooks_list_paymentsreadList payments in Zoho Books
zohobooks_list_accountsreadList chart of accounts in Zoho Books
zohobooks_list_itemsreadList items/products in Zoho Books
zohobooks_get_reportreadGet a financial report from Zoho Books
zohobooks_create_invoicewriteCreate a new invoice in Zoho Books
zohobooks_update_invoicewriteUpdate an existing Zoho Books invoice
zohobooks_create_customerwriteCreate a new customer in Zoho Books
zohobooks_create_paymentwriteRecord a payment in Zoho Books
zohobooks_delete_invoicedeleteDelete a Zoho Books invoice

Zoho Projects#

ToolCategoryDescription
zohoprojects_list_portalsreadList Zoho Projects portals accessible to the user
zohoprojects_list_projectsreadList projects in a Zoho Projects portal
zohoprojects_get_projectreadGet details for a specific Zoho Projects project
zohoprojects_list_tasksreadList tasks in a Zoho Projects project
zohoprojects_get_taskreadGet details for a specific Zoho Projects task
zohoprojects_list_milestonesreadList milestones in a Zoho Projects project
zohoprojects_list_timesheetsreadList timesheet entries for a Zoho Projects project
zohoprojects_create_taskwriteCreate a new task in a Zoho Projects project
zohoprojects_update_taskwriteUpdate an existing Zoho Projects task
zohoprojects_complete_taskwriteMark a Zoho Projects task as complete
zohoprojects_log_timewriteLog time against a Zoho Projects task

Zoho Desk#

ToolCategoryDescription
zohodesk_list_ticketsreadList support tickets in Zoho Desk
zohodesk_get_ticketreadGet details of a specific Zoho Desk ticket
zohodesk_list_contactsreadList contacts in Zoho Desk
zohodesk_list_agentsreadList agents in a Zoho Desk organization
zohodesk_search_ticketsreadSearch tickets in Zoho Desk by query
zohodesk_create_ticketwriteCreate a new support ticket in Zoho Desk
zohodesk_update_ticketwriteUpdate an existing Zoho Desk ticket
zohodesk_reply_ticketwriteReply to a Zoho Desk ticket thread
zohodesk_create_contactwriteCreate a new contact in Zoho Desk
zohodesk_add_commentwriteAdd an internal comment to a Zoho Desk ticket
zohodesk_change_statuswriteChange the status of a Zoho Desk ticket
zohodesk_delete_ticketdeleteDelete a Zoho Desk ticket

Zoho Invoice#

ToolCategoryDescription
zohoinvoice_list_invoicesreadList invoices in Zoho Invoice
zohoinvoice_get_invoicereadGet a specific Zoho Invoice invoice by ID
zohoinvoice_list_customersreadList customers in Zoho Invoice
zohoinvoice_list_paymentsreadList payments in Zoho Invoice
zohoinvoice_list_estimatesreadList estimates in Zoho Invoice
zohoinvoice_create_invoicewriteCreate a new invoice in Zoho Invoice
zohoinvoice_update_invoicewriteUpdate an existing Zoho Invoice invoice
zohoinvoice_send_invoicewriteSend a Zoho Invoice invoice to the customer via email
zohoinvoice_create_customerwriteCreate a new customer in Zoho Invoice
zohoinvoice_create_paymentwriteRecord a payment in Zoho Invoice
zohoinvoice_mark_voidwriteMark a Zoho Invoice invoice as void

Zoho Campaigns#

ToolCategoryDescription
zohocampaigns_list_campaignsreadList all campaigns in Zoho Campaigns
zohocampaigns_get_campaignreadGet details of a specific Zoho Campaigns campaign by key
zohocampaigns_list_mailing_listsreadList all mailing lists in Zoho Campaigns
zohocampaigns_list_subscribersreadList subscribers in a Zoho Campaigns mailing list
zohocampaigns_get_reportreadGet campaign performance report from Zoho Campaigns
zohocampaigns_create_campaignwriteCreate a new email campaign in Zoho Campaigns
zohocampaigns_send_campaignwriteSend or schedule an email campaign in Zoho Campaigns
zohocampaigns_add_subscriberwriteAdd a subscriber to a Zoho Campaigns mailing list
zohocampaigns_update_subscriberwriteUpdate subscriber details in a Zoho Campaigns mailing list
zohocampaigns_unsubscribewriteUnsubscribe a contact from a Zoho Campaigns mailing list

Zoho People#

ToolCategoryDescription
zohopeople_list_employeesreadList all employees in Zoho People
zohopeople_get_employeereadGet details of a specific employee by ID
zohopeople_list_attendancereadList attendance records for an employee or date range
zohopeople_list_leave_recordsreadList leave records for an employee
zohopeople_list_departmentsreadList all departments in Zoho People
zohopeople_get_employee_formreadGet form data for an employee from Zoho People
zohopeople_add_employeewriteAdd a new employee to Zoho People
zohopeople_update_employeewriteUpdate an existing employee record in Zoho People
zohopeople_mark_attendancewriteMark attendance (check-in/check-out) for an employee in Zoho People
zohopeople_apply_leavewriteApply for leave on behalf of an employee in Zoho People
zohopeople_approve_leavewriteApprove or reject a leave request in Zoho People

Zoho WorkDrive#

ToolCategoryDescription
zohoworkdrive_list_filesreadList files and folders in a Zoho WorkDrive folder
zohoworkdrive_get_filereadGet metadata for a specific file or folder in Zoho WorkDrive
zohoworkdrive_read_filereadRead/download the content of a file from Zoho WorkDrive
zohoworkdrive_searchreadSearch for files and folders in Zoho WorkDrive
zohoworkdrive_get_share_linkreadGet the share link for a file or folder in Zoho WorkDrive
zohoworkdrive_upload_filewriteUpload a file to Zoho WorkDrive
zohoworkdrive_create_folderwriteCreate a new folder in Zoho WorkDrive
zohoworkdrive_move_filewriteMove a file or folder to a different location in Zoho WorkDrive
zohoworkdrive_copy_filewriteCopy a file or folder in Zoho WorkDrive
zohoworkdrive_share_filewriteShare a file or folder with users in Zoho WorkDrive
zohoworkdrive_revoke_accesswriteRevoke access to a file or folder in Zoho WorkDrive
zohoworkdrive_delete_filedeleteDelete a file or folder from Zoho WorkDrive

Zoho Sign#

ToolCategoryDescription
zohosign_list_documentsreadList all documents in Zoho Sign
zohosign_get_documentreadGet details of a specific document in Zoho Sign
zohosign_get_signing_statusreadGet the signing status of a document in Zoho Sign
zohosign_download_documentreadDownload a completed document from Zoho Sign
zohosign_list_templatesreadList all document templates in Zoho Sign
zohosign_create_documentwriteCreate a new document for signing in Zoho Sign
zohosign_send_for_signingwriteSend a document out for signing in Zoho Sign
zohosign_create_from_templatewriteCreate a document from a template in Zoho Sign
zohosign_recall_documentwriteRecall a document that was sent for signing in Zoho Sign
zohosign_delete_documentdeleteDelete a document from Zoho Sign

Zoho Cliq#

ToolCategoryDescription
zohocliq_list_channelsreadList all channels in Zoho Cliq
zohocliq_get_channelreadGet details of a specific Zoho Cliq channel
zohocliq_list_messagesreadList messages in a Zoho Cliq channel
zohocliq_list_usersreadList all users in the Zoho Cliq organization
zohocliq_get_userreadGet details of a specific Zoho Cliq user
zohocliq_list_buddiesreadList all direct message contacts (buddies) in Zoho Cliq
zohocliq_send_messagewriteSend a message to a Zoho Cliq channel
zohocliq_send_chatwriteSend a direct message to a user in Zoho Cliq
zohocliq_create_channelwriteCreate a new channel in Zoho Cliq
zohocliq_set_statuswriteSet the status message for the current user in Zoho Cliq

Zoho Inventory#

ToolCategoryDescription
zohoinventory_list_itemsreadList items in Zoho Inventory
zohoinventory_get_itemreadGet a specific item by ID from Zoho Inventory
zohoinventory_list_ordersreadList sales orders in Zoho Inventory
zohoinventory_list_warehousesreadList warehouses in Zoho Inventory
zohoinventory_list_shipmentsreadList shipments in Zoho Inventory
zohoinventory_list_packagesreadList packages in Zoho Inventory
zohoinventory_list_invoicesreadList invoices in Zoho Inventory
zohoinventory_create_itemwriteCreate a new item in Zoho Inventory
zohoinventory_update_itemwriteUpdate an existing item in Zoho Inventory
zohoinventory_create_orderwriteCreate a new sales order in Zoho Inventory
zohoinventory_create_shipmentwriteCreate a new shipment in Zoho Inventory

Zoho Expense#

ToolCategoryDescription
zohoexpense_list_expensesreadList expenses in Zoho Expense
zohoexpense_get_expensereadGet a specific expense by ID from Zoho Expense
zohoexpense_list_reportsreadList expense reports in Zoho Expense
zohoexpense_list_categoriesreadList expense categories in Zoho Expense
zohoexpense_create_expensewriteCreate a new expense in Zoho Expense
zohoexpense_update_expensewriteUpdate an existing expense in Zoho Expense
zohoexpense_submit_expensewriteSubmit an expense for approval in Zoho Expense
zohoexpense_create_reportwriteCreate a new expense report in Zoho Expense
zohoexpense_submit_reportwriteSubmit an expense report for approval in Zoho Expense
zohoexpense_approve_reportwriteApprove an expense report in Zoho Expense

Zoho Billing#

ToolCategoryDescription
zohobilling_list_subscriptionsreadList subscriptions in Zoho Billing
zohobilling_get_subscriptionreadGet a specific subscription by ID from Zoho Billing
zohobilling_list_customersreadList customers in Zoho Billing
zohobilling_list_invoicesreadList invoices in Zoho Billing
zohobilling_list_plansreadList plans in Zoho Billing
zohobilling_list_addonsreadList addons in Zoho Billing
zohobilling_list_credit_notesreadList credit notes in Zoho Billing
zohobilling_list_transactionsreadList transactions in Zoho Billing
zohobilling_create_subscriptionwriteCreate a new subscription in Zoho Billing
zohobilling_create_customerwriteCreate a new customer in Zoho Billing
zohobilling_create_planwriteCreate a new plan in Zoho Billing
zohobilling_cancel_subscriptiondeleteCancel a subscription in Zoho Billing

Zoho Meeting#

ToolCategoryDescription
zohomeeting_list_meetingsreadList meetings in Zoho Meeting
zohomeeting_get_meetingreadGet a specific meeting by ID from Zoho Meeting
zohomeeting_list_recordingsreadList recordings in Zoho Meeting
zohomeeting_list_webinarsreadList webinars in Zoho Meeting
zohomeeting_list_registrantsreadList registrants for a Zoho Meeting webinar
zohomeeting_list_attendeesreadList attendees for a Zoho Meeting session
zohomeeting_schedule_meetingwriteSchedule a new meeting in Zoho Meeting
zohomeeting_update_meetingwriteUpdate an existing meeting in Zoho Meeting
zohomeeting_create_webinarwriteCreate a new webinar in Zoho Meeting
zohomeeting_cancel_meetingdeleteCancel a meeting in Zoho Meeting

Zoho Bookings#

ToolCategoryDescription
zohobookings_list_appointmentsreadList appointments in Zoho Bookings
zohobookings_get_appointmentreadGet a specific appointment by ID from Zoho Bookings
zohobookings_list_servicesreadList services in Zoho Bookings
zohobookings_list_staffreadList staff members in Zoho Bookings
zohobookings_list_workspacesreadList workspaces in Zoho Bookings
zohobookings_list_availabilityreadList availability slots in Zoho Bookings
zohobookings_get_availabilityreadGet available time slots for a specific date and service in Zoho Bookings
zohobookings_book_appointmentwriteBook a new appointment in Zoho Bookings
zohobookings_reschedule_appointmentwriteReschedule an existing appointment in Zoho Bookings
zohobookings_cancel_appointmentdeleteCancel an appointment in Zoho Bookings

Zoho Forms#

ToolCategoryDescription
zohoforms_list_formsreadList all forms in a Zoho Forms workspace
zohoforms_get_formreadGet details of a specific Zoho Form by ID
zohoforms_list_responsesreadList responses submitted to a Zoho Form
zohoforms_get_responsereadGet a specific response by ID from a Zoho Form
zohoforms_export_responsesreadExport all responses for a Zoho Form as CSV or JSON
zohoforms_list_fieldsreadList fields/questions defined in a Zoho Form
zohoforms_create_formwriteCreate a new Zoho Form
zohoforms_update_formwriteUpdate an existing Zoho Form
zohoforms_delete_responsedeleteDelete a specific response from a Zoho Form

Zoho Sprints#

ToolCategoryDescription
zohosprints_list_projectsreadList all projects in Zoho Sprints
zohosprints_get_projectreadGet details of a specific Zoho Sprints project by ID
zohosprints_list_sprintsreadList all sprints in a Zoho Sprints project
zohosprints_get_sprintreadGet details of a specific sprint by ID
zohosprints_list_itemsreadList work items in a Zoho Sprints sprint
zohosprints_get_itemreadGet details of a specific work item by ID
zohosprints_list_backlogreadList backlog items for a Zoho Sprints project
zohosprints_create_itemwriteCreate a new work item in a Zoho Sprints sprint or backlog
zohosprints_update_itemwriteUpdate an existing work item in Zoho Sprints
zohosprints_complete_sprintwriteMark a Zoho Sprints sprint as complete
zohosprints_log_timewriteLog time spent on a work item in Zoho Sprints

Zoho Recruit#

ToolCategoryDescription
zohorecruit_list_candidatesreadList candidates in Zoho Recruit
zohorecruit_get_candidatereadGet details of a specific candidate by ID
zohorecruit_list_jobsreadList job openings in Zoho Recruit
zohorecruit_get_jobreadGet details of a specific job opening by ID
zohorecruit_list_interviewsreadList scheduled interviews in Zoho Recruit
zohorecruit_list_clientsreadList clients in Zoho Recruit
zohorecruit_list_departmentsreadList departments in Zoho Recruit
zohorecruit_search_candidatesreadSearch candidates by criteria in Zoho Recruit
zohorecruit_create_candidatewriteCreate a new candidate record in Zoho Recruit
zohorecruit_update_candidatewriteUpdate an existing candidate record in Zoho Recruit
zohorecruit_create_jobwriteCreate a new job opening in Zoho Recruit
zohorecruit_schedule_interviewwriteSchedule an interview for a candidate in Zoho Recruit

Zoho Analytics#

ToolCategoryDescription
zohoanalytics_list_workspacesreadList all workspaces in Zoho Analytics
zohoanalytics_list_viewsreadList all views (tables/reports/dashboards) in a workspace
zohoanalytics_get_viewreadGet details of a specific view by ID
zohoanalytics_export_datareadExport data from a Zoho Analytics view as CSV or JSON
zohoanalytics_run_queryreadRun a SQL query against a Zoho Analytics workspace
zohoanalytics_get_metadatareadGet column/schema metadata for a Zoho Analytics view
zohoanalytics_list_usersreadList users with access to a Zoho Analytics workspace
zohoanalytics_get_view_urlreadGet a shareable URL for a Zoho Analytics view
zohoanalytics_list_dashboardsreadList dashboards in a Zoho Analytics workspace
zohoanalytics_share_viewwriteShare a Zoho Analytics view with users

Zoho Creator#

ToolCategoryDescription
zohocreator_list_appsreadList all applications in Zoho Creator
zohocreator_get_appreadGet details of a specific Zoho Creator application
zohocreator_list_formsreadList all forms in a Zoho Creator application
zohocreator_list_reportsreadList all reports in a Zoho Creator application
zohocreator_get_reportreadGet details of a specific report in a Zoho Creator application
zohocreator_list_recordsreadList records from a report in a Zoho Creator application
zohocreator_get_recordreadGet a specific record by ID from a Zoho Creator report
zohocreator_create_recordwriteCreate a new record in a Zoho Creator form
zohocreator_update_recordwriteUpdate an existing record in a Zoho Creator report
zohocreator_run_functionwriteExecute a custom Deluge function in a Zoho Creator application
zohocreator_delete_recorddeleteDelete a record from a Zoho Creator report