Capability reference

Every tool your agent can run

The connectors on the integrations page are the toolsets. This is the layer underneath: the actual tools inside each one, plus the built-ins — every action an agent can take, each flagged read-only or write. Writes are approval-gated and off by default; and with the tool-call audit in v0.24.0, every call an agent makes is shown and logged.

268Connectors with tools
1344Callable tools
1041Read-only
303Write · gated

Built-in tools · always available, no setup
Built-inCore4 tools
get_current_timeGet the current date and time on the local machine.read-only
calculateEvaluate an arithmetic expression and return the numeric result. Use this for any math instead of computing it yourself.read-only
get_system_infoReport the local GPU and the model this agent is currently running on.read-only
web_searchSearch the web (DuckDuckGo) for current information and return titles, URLs, and snippets. Use this when you need up-to-date facts or sources to cite.read-only
AI · 6 connectors
AssemblyAIAI4 tools1 write
get_transcriptGet a transcript object by id (status, text, metadata).read-only
get_transcript_textGet a transcript broken into sentences (text + timestamps).read-only
list_transcriptsList recent transcripts.read-only
transcribe_urlSubmit an audio URL for transcription (CONSUMES PAID CREDITS); returns the job id.write · gated
DeepgramAI4 tools1 write
get_balancesList outstanding balances for a Deepgram project.read-only
list_modelsList all latest public Deepgram models.read-only
list_projectsList the Deepgram projects associated with the API key.read-only
transcribe_urlTranscribe audio from a URL via Deepgram (consumes credits); returns the transcript.write · gated
ElevenLabsAI5 tools1 write
get_userGet the current user's account info, subscription and usage (read-only).read-only
historyList generated speech history items (read-only).read-only
list_modelsList available ElevenLabs models and their model_ids (read-only).read-only
list_voicesList available ElevenLabs voices and their voice_ids (read-only).read-only
text_to_speechSynthesize speech from text with a given voice. WRITE: consumes ElevenLabs credits. Returns a short note (byte/base64 length), not the raw audio.write · gated
Hugging FaceAI6 tools1 write
get_modelGet metadata for a single Hugging Face model by id (read-only).read-only
list_model_filesList the files in a Hugging Face model repo (main branch, read-only).read-only
search_datasetsSearch the Hugging Face Hub for datasets by name/keyword (read-only).read-only
search_modelsSearch the Hugging Face Hub for models by name/keyword (read-only).read-only
whoamiShow the authenticated user/org for the configured token (read-only).read-only
run_inferenceRun serverless inference on a model via the HF Inference API (incurs usage).write · gated
ReplicateAI5 tools1 write
get_modelGet a single Replicate model by owner/name (read-only).read-only
get_predictionGet a single prediction by id (read-only).read-only
list_modelsList public models available on Replicate (read-only).read-only
list_predictionsList recent predictions for the authenticated account (read-only).read-only
create_predictionCreate a prediction by running a model version (INCURS COST).write · gated
Stability AIAI4 tools1 write
get_accountGet the Stability AI account profile (read-only).read-only
get_balanceGet the remaining credit balance for the account (read-only).read-only
list_enginesList the engines/models available to the account (read-only).read-only
generate_imageGenerate an image from a text prompt via Stable Image Core. CONSUMES CREDITS (real cost). Returns a note + base64 length, not raw bytes.write · gated
Analytics · 15 connectors
Amazon QuickSightAnalytics5 tools1 write
describe_dashboardDescribe a single QuickSight dashboard by id.read-only
list_analysesList analyses in the QuickSight AWS account.read-only
list_dashboardsList dashboards in the QuickSight AWS account.read-only
list_datasetsList datasets in the QuickSight AWS account.read-only
create_ingestionRefresh a SPICE dataset by starting a new ingestion (QuickSight CreateIngestion).write · gated
Amazon RedshiftAnalytics4 toolsread-only
list_databasesList databases on the Redshift cluster.read-only
list_schemasList schemas in a database.read-only
list_tablesList tables, optionally filtered by schema pattern.read-only
run_sqlRun a read-only SQL query (SELECT/SHOW/DESCRIBE) on Redshift.read-only
DomoAnalytics3 toolsread-only
get_dataset_schemaGet a Domo dataset's metadata, including its column schema.read-only
list_datasetsList Domo datasets the client can access.read-only
query_datasetRun a read-only SQL query (SELECT/SHOW/DESCRIBE) against a Domo dataset. The dataset is aliased as `table`, e.g. SELECT * FROM table.read-only
IBM CognosAnalytics5 toolsread-only
get_contentGet metadata for a single Cognos content object by id.read-only
list_contentList the items in a Cognos content folder (empty folder_id = store root).read-only
list_reportsList the reports in a Cognos content folder.read-only
run_reportRun a Cognos report synchronously and return its output data (read-only).read-only
search_contentSearch the Cognos content store for objects matching a query.read-only
LookerAnalytics5 toolsread-only
list_dashboardsList dashboards.read-only
list_looksList saved Looks.read-only
list_modelsList LookML models and their explores.read-only
run_inline_queryRun an inline query against a model/explore (read-only).read-only
run_lookRun a saved Look and return its rows (read-only).read-only
MicroStrategyAnalytics7 tools1 write
get_cube_dataFetch a cube's grid data (rows of attributes + metric values). Read-only, capped.read-only
get_report_dataFetch a report's grid data (rows of attributes + metric values). Read-only, capped.read-only
get_report_definitionGet a report's definition (grid attributes and metrics).read-only
list_projectsList the MicroStrategy projects the signed-in user can access.read-only
list_reportsList reports (search restricted to type 3) by optional name.read-only
search_objectsSearch metadata objects by name (default type 3 = Report) in a project.read-only
refresh_cubeTrigger a re-publish/refresh of an intelligent cube (POST /v2/cubes/{id}).write · gated
ModeAnalytics4 tools1 write
get_reportGet a single Mode report by its token.read-only
list_queriesList the queries defined in a Mode report.read-only
list_reportsList reports in a Mode space (collection).read-only
run_reportTrigger a run of a Mode report; returns the run token.write · gated
Oracle AnalyticsAnalytics5 toolsread-only
get_itemGet one catalog item's details by its type and id via GET /catalog/{type}/{id}.read-only
list_by_typeList catalog items of a single type via GET /catalog/{type}.read-only
list_catalogBrowse the Oracle Analytics catalog (folders, workbooks, analyses, dashboards, reports, datasets, …). Use 'search' and/or 'type' to filter.read-only
list_dashboardsList dashboards in the catalog.read-only
list_reportsList reports in the catalog.read-only
Power BIAnalytics5 tools2 write
list_datasetsList datasets in a Power BI workspace.read-only
list_reportsList reports in a Power BI workspace.read-only
list_workspacesList Power BI workspaces (groups) the service principal can access.read-only
execute_queriesRun a DAX query against a Power BI dataset (executeQueries).write · gated
refresh_datasetTrigger a refresh of a Power BI dataset.write · gated
Qlik CloudAnalytics5 tools1 write
get_appGet a single Qlik app by id.read-only
list_appsList Qlik apps.read-only
list_datasetsList Qlik data assets (datasets).read-only
list_spacesList Qlik spaces.read-only
reload_appTrigger a reload of a Qlik app; returns the reload id.write · gated
SAP Analytics CloudAnalytics4 toolsread-only
export_fact_dataRead fact (transaction) data from a model's FactData entity set (read-only).read-only
export_master_dataRead master data (members/attributes) from a model's MasterData entity set.read-only
get_model_metadataGet a model's metadata (dimensions/measures) from the SAC Data Export API.read-only
list_modelsList the models (Providers) available for export in this SAC tenant.read-only
SAS ViyaAnalytics7 tools1 write
get_report_contentFetch the content (definition) of a report by id.read-only
list_cas_serversList CAS servers.read-only
list_cas_tablesList tables in a caslib on a CAS server.read-only
list_caslibsList caslibs (libraries) on a CAS server.read-only
list_foldersList SAS content folders.read-only
list_reportsList SAS Visual Analytics reports.read-only
run_jobSubmit a SAS job for execution via the Job Execution service; returns the new job id and state.write · gated
SigmaAnalytics4 tools1 write
get_workbookGet a single Sigma workbook by id.read-only
list_datasetsList Sigma datasets.read-only
list_workbooksList Sigma workbooks.read-only
export_elementExport a workbook element to CSV/JSON and return the data.write · gated
SisenseAnalytics4 tools1 write
list_dashboardsList Sisense dashboards.read-only
list_datamodelsList Sisense data models / ElastiCubes.read-only
run_jaqlRun a read-only JAQL query against a datasource and return rows.read-only
build_elasticubeTrigger an ElastiCube build (admin token required).write · gated
ThoughtSpotAnalytics3 toolsread-only
list_answersList ThoughtSpot saved answers.read-only
list_liveboardsList ThoughtSpot liveboards.read-only
search_dataRun a ThoughtSpot search query against a worksheet/table (read-only).read-only
Cloud · 9 connectors
AWSCloud8 tools4 write
ec2_describe_instancesList EC2 instances (instanceId, instanceType, state).read-only
s3_list_bucketsList all S3 buckets (Name and CreationDate).read-only
s3_list_objectsList objects in an S3 bucket (Key, Size, LastModified).read-only
sts_caller_identityReturn the AWS account, ARN, and user id for the current credentials.read-only
ec2_start_instancesStart one or more EC2 instances (comma-separated ids).write · gated
ec2_stop_instancesStop one or more EC2 instances (comma-separated ids).write · gated
s3_create_bucketCreate an S3 bucket.write · gated
s3_put_objectUpload an object to an S3 bucket.write · gated
AzureCloud8 tools4 write
list_resource_groupsList resource groups in a subscription.read-only
list_resourcesList resources in a subscription.read-only
list_storage_accountsList storage accounts in a subscription.read-only
list_subscriptionsList Azure subscriptions visible to the service principal.read-only
create_resource_groupCreate (or update) a resource group in a subscription.write · gated
start_vmStart a virtual machine.write · gated
stop_vmPower off (stop) a virtual machine.write · gated
tag_resourceReplace the tags on an ARM resource (full ARM resource id).write · gated
DigitalOceanCloud6 tools2 write
get_dropletGet a single Droplet by id.read-only
list_appsList DigitalOcean App Platform apps.read-only
list_databasesList DigitalOcean managed database clusters.read-only
list_dropletsList DigitalOcean Droplets (virtual machines).read-only
create_dropletCreate a new Droplet; requires name, region, size, image.write · gated
delete_dropletDelete a Droplet by id (irreversible).write · gated
Google CloudCloud8 tools4 write
list_bucketsList Cloud Storage buckets in a project.read-only
list_datasetsList BigQuery datasets in a project.read-only
list_instancesList Compute Engine instances in a project/zone.read-only
list_projectsList GCP projects visible to the token.read-only
gcs_create_bucketCreate a Cloud Storage bucket in a project.write · gated
gcs_upload_objectUpload an object to a Cloud Storage bucket (text/plain).write · gated
start_instanceStart a Compute Engine instance.write · gated
stop_instanceStop a Compute Engine instance.write · gated
IBM Db2Cloud4 tools1 write
list_schemasList non-system schemas in the database.read-only
list_tablesList tables and views in a schema.read-only
queryRun a read-only SQL query (SELECT/VALUES/WITH/DESCRIBE) against the Db2 database.read-only
run_write_sqlRun a single INSERT/UPDATE/DELETE statement against Db2. DDL (DROP/CREATE/ALTER) is rejected; UPDATE/DELETE without a WHERE clause is blocked.write · gated
Oracle Cloud (OCI)Cloud3 toolsread-only
get_namespaceGet the OCI Object Storage namespace for the tenancy.read-only
list_bucketsList OCI Object Storage buckets (needs namespace from get_namespace).read-only
list_instancesList OCI compute instances in the configured compartment.read-only
SAP HANACloud7 tools3 write
countCount rows in a SAP HANA OData entity set, with optional $filter.read-only
get_metadataFetch the OData $metadata (EDMX) document: entity types, properties and key fields.read-only
list_entity_setsList the OData entity sets (exposed HANA tables/views) from the service document.read-only
odata_queryRead rows from a SAP HANA OData entity set (table/view) via a read-only GET, with optional OData $filter/$select/$orderby/$top/$skip.read-only
create_entityCreate an entity in a SAP HANA OData entity set via POST (standard OData v2 write; requires the xsodata service to permit writes).write · gated
delete_entityDelete an entity by key from a SAP HANA OData entity set via DELETE (standard OData v2 write; requires the xsodata service to permit writes).write · gated
update_entityUpdate an entity by key in a SAP HANA OData entity set via PUT (standard OData v2 write; requires the xsodata service to permit writes).write · gated
TeradataCloud4 tools1 write
list_databasesList Teradata databases.read-only
list_tablesList tables and views in a database.read-only
run_sqlRun a read-only SQL query (SELECT/SHOW/HELP/EXPLAIN) on the Teradata system via Query Service.read-only
run_write_sqlRun a single INSERT/UPDATE/DELETE statement on the Teradata system. DDL (DROP/CREATE/ALTER/TRUNCATE/...) is rejected, and UPDATE/DELETE without a WHERE clause is blocked.write · gated
VercelCloud4 tools1 write
list_deploymentsList Vercel deployments (optionally filtered to a project).read-only
list_domainsList Vercel domains.read-only
list_projectsList Vercel projects.read-only
create_deploymentTrigger a deployment by redeploying an existing deployment id.write · gated
Communication · 6 connectors
Cisco WebexCommunication4 tools1 write
list_messagesList messages in a Webex room.read-only
list_peopleList Webex people (org-wide queries need an email or display_name filter).read-only
list_roomsList Webex rooms (spaces).read-only
post_messagePost a message to a Webex room or person.write · gated
Microsoft TeamsCommunication5 tools2 write
list_channelsList the channels in a team.read-only
list_messagesList recent messages in a team channel.read-only
list_teamsList the teams the signed-in user has joined.read-only
post_messagePost a new message to a team channel.write · gated
reply_to_messageReply to a message in a team channel.write · gated
RingCentralCommunication4 tools1 write
list_call_logList the current extension's RingCentral call log.read-only
list_extensionsList RingCentral extensions (users) on the account.read-only
list_messagesList the current extension's RingCentral message store.read-only
send_smsSend an SMS from an SMS-enabled number on the extension.write · gated
SlackCommunication5 tools1 write
get_channel_historyRead recent messages from a channel (read-only).read-only
list_channelsList Slack channels (read-only).read-only
list_usersList workspace users (read-only).read-only
search_messagesSearch messages across the workspace (read-only; needs search scope).read-only
post_messagePost a message to a channel.write · gated
WhatsAppCommunication4 tools2 write
get_business_profileGet the WhatsApp Business profile.read-only
get_phone_numberGet the WhatsApp phone number info (display number / verified name / quality rating).read-only
send_messageSend a plain text WhatsApp message.write · gated
send_templateSend a pre-approved WhatsApp message template.write · gated
ZoomCommunication4 tools1 write
list_meetingsList a Zoom user's meetings.read-only
list_recordingsList a Zoom user's cloud recordings.read-only
list_usersList Zoom users on the account.read-only
create_meetingCreate a Zoom meeting (type 1=instant, 2=scheduled).write · gated
DevOps · 15 connectors
Ansible Automation PlatformDevOps6 tools1 write
get_jobGet a single Ansible job by id (read-only).read-only
list_inventoriesList Ansible inventories (read-only).read-only
list_job_templatesList Ansible job templates (read-only).read-only
list_jobsList Ansible jobs (read-only).read-only
list_projectsList Ansible projects (read-only).read-only
launch_job_templateLaunch a job template by id, optionally with extra_vars; runs automation.write · gated
AppDynamicsDevOps3 toolsread-only
get_metric_dataRead metric data for an application over the last N minutes.read-only
list_applicationsList business applications on the AppDynamics controller.read-only
list_business_transactionsList business transactions for an application (name or id).read-only
Argo CDDevOps4 tools1 write
get_applicationGet a single application by name (full spec + status).read-only
list_applicationsList Argo CD applications with sync and health status.read-only
list_projectsList Argo CD projects.read-only
sync_applicationTrigger a sync of an Argo CD application.write · gated
BuildkiteDevOps5 tools1 write
get_buildGet a single build by its number within a pipeline (read-only).read-only
list_agentsList the organization's connected Buildkite agents (read-only).read-only
list_buildsList builds for a pipeline (read-only).read-only
list_pipelinesList the organization's Buildkite pipelines (read-only).read-only
create_buildCreate (trigger) a new build on a pipeline; returns the new build number.write · gated
DynatraceDevOps4 tools1 write
list_entitiesList monitored entities by entitySelector (e.g. type(HOST)).read-only
list_problemsList Dynatrace problems (defaults to the last 2 hours).read-only
query_metricQuery a Dynatrace metric timeseries.read-only
close_problemClose a Dynatrace problem by id.write · gated
HarnessDevOps4 tools1 write
list_executionsList recent pipeline executions in an org/project.read-only
list_pipelinesList Harness pipelines in an org/project.read-only
list_servicesList services in an org/project.read-only
run_pipelineTrigger a Harness pipeline execution.write · gated
HoneycombDevOps4 toolsread-only
list_columnsList columns for a dataset.read-only
list_datasetsList Honeycomb datasets in the environment.read-only
list_triggersList triggers for a dataset (use '__all__' for env-wide).read-only
run_queryRun a query against a dataset and return results (read-only).read-only
JFrog ArtifactoryDevOps4 toolsread-only
aql_searchRun an AQL items.find(...) read query.read-only
get_item_infoGet storage/metadata info for a folder or artifact.read-only
list_buildsList CI builds known to Artifactory.read-only
list_repositoriesList Artifactory repositories (optional type filter).read-only
LaunchDarklyDevOps5 tools1 write
get_flagGet a single feature flag's configuration.read-only
list_environmentsList environments in a project.read-only
list_flagsList feature flags in a project.read-only
list_projectsList LaunchDarkly projects.read-only
toggle_flagTurn a feature flag on or off in an environment. WARNING: changes production behavior.write · gated
New RelicDevOps4 toolsread-only
list_alert_policiesList alert policies for the account.read-only
list_apm_appsList APM application entities for the account.read-only
list_open_issuesList open AI issues/incidents for the account (experimental).read-only
run_nrqlRun an NRQL query against the New Relic account (read-only).read-only
Octopus DeployDevOps7 tools2 write
list_deploymentsList Octopus Deploy deployments.read-only
list_environmentsList Octopus Deploy deployment environments.read-only
list_projectsList Octopus Deploy projects (space-scoped when a space id is configured).read-only
list_releasesList Octopus Deploy releases.read-only
list_spacesList Octopus Deploy spaces (instance-level).read-only
create_deploymentDeploy an Octopus Deploy release to an environment; returns the deployment Id.write · gated
create_releaseCreate an Octopus Deploy release; returns the new release Id.write · gated
OpsgenieDevOps6 tools3 write
list_alertsList Opsgenie alerts (optional search query).read-only
list_incidentsList incidents (Standard/Enterprise plan).read-only
list_schedulesList on-call schedules.read-only
ack_alertAcknowledge an alert.write · gated
close_alertClose an alert.write · gated
create_alertCreate a new alert.write · gated
PrometheusDevOps4 toolsread-only
list_metricsList metric names known to the server.read-only
list_targetsList scrape targets (active, dropped, or any).read-only
queryRun an instant PromQL query.read-only
query_rangeRun a range PromQL query over a time window.read-only
RancherDevOps6 tools2 write
list_clustersList Rancher-managed clusters (read-only).read-only
list_nodesList nodes across clusters (read-only).read-only
list_projectsList projects across clusters (read-only).read-only
list_workloadsList workloads in a project (read-only).read-only
redeploy_workloadRedeploy a workload (restarts its pods). Affects a live cluster.write · gated
scale_workloadScale a workload to a replica count. Affects a live cluster.write · gated
Sonatype NexusDevOps5 tools1 write
get_componentGet details about a single component by its id (read-only).read-only
list_componentsList components contained in a given repository (read-only).read-only
list_repositoriesList all repositories configured on the Nexus instance (read-only).read-only
search_componentsSearch components by keyword, optionally scoped to a repository (read-only).read-only
delete_componentDelete a component by its id (DESTRUCTIVE — removes the component and all its assets).write · gated
Developer · 27 connectors
AirbyteDeveloper6 tools1 write
get_connectionGet details for a single Airbyte connection.read-only
list_connectionsList Airbyte connections.read-only
list_jobsList Airbyte jobs.read-only
list_sourcesList Airbyte sources.read-only
list_workspacesList Airbyte workspaces.read-only
trigger_syncTrigger a sync job for an Airbyte connection.write · gated
AirflowDeveloper6 tools2 write
get_dagGet a single DAG by dag_id.read-only
get_import_errorsList DAG import errors.read-only
list_dag_runsList recent runs for a DAG.read-only
list_dagsList Airflow DAGs.read-only
set_dag_pausedPause or unpause a DAG.write · gated
trigger_dagTrigger a new DAG run.write · gated
Amazon DynamoDBDeveloper8 tools3 write
describe_tableDescribe a DynamoDB table (key schema, indexes, item count, status).read-only
get_itemGet a single item from a DynamoDB table by its primary key.read-only
list_tablesList DynamoDB table names in the region.read-only
queryRun a read-only DynamoDB Query against a table or index.read-only
scanScan a DynamoDB table (read-only), optionally with a filter expression.read-only
delete_itemDelete an item from a DynamoDB table by primary key (DeleteItem).write · gated
put_itemCreate or replace an item in a DynamoDB table (PutItem).write · gated
update_itemUpdate an item in a DynamoDB table by primary key (UpdateItem).write · gated
Apache CassandraDeveloper5 tools1 write
cqlRun a read-only SELECT CQL query (requires a Stargate CQL-over-REST endpoint).read-only
get_rowsRead rows from a table, optionally filtered by a Stargate JSON 'where' clause.read-only
list_keyspacesList all keyspaces in the Cassandra cluster.read-only
list_tablesList tables in a keyspace.read-only
write_cqlRun a data-mutating CQL statement (INSERT/UPDATE/DELETE only; DROP/TRUNCATE/CREATE/ALTER and other DDL are rejected).write · gated
Azure Cosmos DBDeveloper6 tools3 write
list_containersList containers (collections) in a database.read-only
list_databasesList databases in the Cosmos DB account.read-only
query_documentsRun a read-only SQL (SELECT) query against a container's documents.read-only
create_documentCreate a document in a container; returns the new document id.write · gated
delete_documentDelete a document by id.write · gated
replace_documentReplace an existing document by id.write · gated
Azure DevOpsDeveloper6 tools2 write
list_pipelinesList pipelines in a project.read-only
list_projectsList projects in the Azure DevOps organization.read-only
list_reposList Git repositories in a project.read-only
query_workitemsQuery work items via WIQL (read-only).read-only
comment_prAdd a comment to a pull request.write · gated
create_work_itemCreate a work item in a project.write · gated
BitbucketDeveloper6 tools2 write
get_pullrequestGet a single pull request by id.read-only
list_issuesList issues in a repository.read-only
list_pullrequestsList pull requests in a repository.read-only
list_reposList repositories in the Bitbucket workspace.read-only
approve_prApprove a pull request.write · gated
comment_prAdd a comment to a pull request.write · gated
BrowserDeveloper5 toolsread-only
browser_backNavigate back to the previous page.read-only
browser_clickClick an element by CSS selector or visible text, then return the resulting page.read-only
browser_navigateOpen an http(s) URL in a headless browser and return the page's visible text and links.read-only
browser_snapshotReturn the current page's visible text and links without navigating.read-only
browser_typeType text into an input field by CSS selector; set submit=true to press Enter.read-only
CouchbaseDeveloper4 tools1 write
list_bucketsList buckets in the cluster.read-only
list_keyspacesList keyspaces (buckets, scopes, collections) in the cluster.read-only
queryRun a read-only N1QL/SQL++ query (SELECT/WITH/EXPLAIN) on the Couchbase cluster.read-only
write_n1qlRun a DML N1QL/SQL++ statement (INSERT/UPSERT/UPDATE/DELETE/MERGE); destructive DDL is rejected.write · gated
DatadogDeveloper4 toolsread-only
get_monitorGet a single Datadog monitor by id.read-only
list_dashboardsList Datadog dashboards (id/title).read-only
list_monitorsList Datadog monitors (id/name/type/overall_state).read-only
search_eventsSearch the Datadog event stream over a time window.read-only
dbt CloudDeveloper6 tools1 write
get_jobGet a single dbt Cloud job by id.read-only
get_runGet a single dbt Cloud run by id (status/job/timing).read-only
list_jobsList dbt Cloud jobs.read-only
list_projectsList dbt Cloud projects.read-only
list_runsList recent dbt Cloud runs (most recent first).read-only
trigger_jobTrigger a dbt Cloud job run.write · gated
ElasticsearchDeveloper4 toolsread-only
cluster_healthReturn cluster status, number of nodes, and active shards.read-only
get_mappingReturn field names from an index mapping.read-only
list_indicesList Elasticsearch indices with health, doc count, and store size.read-only
searchRun a read-only query_string search against an index.read-only
FivetranDeveloper6 tools2 write
get_connectorGet a single connector by id.read-only
list_connectorsList connectors in a group.read-only
list_destinationsList Fivetran destinations.read-only
list_groupsList Fivetran groups.read-only
pause_connectorPause or resume a connector.write · gated
trigger_syncTrigger a sync on a connector.write · gated
GitDeveloper5 toolsread-only
git_diffShow uncommitted changes (working-tree diff), optionally staged-only or scoped to one path.read-only
git_logShow recent commit history for the repository.read-only
list_filesList version-controlled files in the repository, optionally under a subdirectory.read-only
read_fileRead the contents of a text file in the repository, given its path relative to the repo root.read-only
searchSearch the contents of tracked files for a literal string (case-insensitive). Returns file:line matches.read-only
GitHubDeveloper8 tools3 write
list_commitsList recent commits on a repo (read-only).read-only
list_issuesList issues in a repo (read-only).read-only
list_pull_requestsList pull requests in a repo (read-only).read-only
list_reposList repositories for a user/org (or the authenticated user).read-only
search_codeSearch code across GitHub with a code-search query.read-only
add_issue_commentAdd a comment to an issue or PR by number.write · gated
create_issueCreate an issue in a repo.write · gated
merge_pull_requestMerge a pull request by number.write · gated
GitLabDeveloper6 tools2 write
list_issuesList issues in a project (read-only).read-only
list_merge_requestsList merge requests in a project (read-only).read-only
list_pipelinesList recent pipelines in a project (read-only).read-only
list_projectsList GitLab projects you belong to (read-only).read-only
create_issueCreate an issue in a project.write · gated
create_mr_noteAdd a note (comment) to a merge request.write · gated
GrafanaDeveloper4 toolsread-only
get_dashboardGet a dashboard's title and panel titles by uid.read-only
list_datasourcesList Grafana data sources.read-only
list_foldersList Grafana folders.read-only
searchSearch Grafana for dashboards by title.read-only
JenkinsDeveloper6 tools2 write
get_buildGet a build: result, timestamp, duration, building.read-only
get_build_logGet the console log of a build (last `tail` chars).read-only
get_jobGet a single job: lastBuild, healthReport, recent builds.read-only
list_jobsList Jenkins jobs (name + build status color).read-only
trigger_buildTrigger a build of a parameter-less job.write · gated
trigger_build_with_paramsTrigger a parameterized build. params_json is a JSON object of param name->value.write · gated
JiraDeveloper7 tools3 write
get_issueGet a single issue by key (read-only).read-only
list_projectsList Jira projects (read-only).read-only
list_transitionsList valid transitions for an issue (read-only).read-only
search_issuesSearch Jira issues via JQL (read-only).read-only
add_commentAdd a comment to an issue.write · gated
create_issueCreate a Jira issue.write · gated
transition_issueTransition an issue to a new status.write · gated
MetabaseDeveloper5 toolsread-only
get_cardGet a single saved question / card by id.read-only
list_cardsList saved questions / cards in Metabase.read-only
list_databasesList the databases connected to Metabase.read-only
run_cardRun a saved question / card and return its rows (read-only).read-only
searchSearch Metabase for cards, dashboards, tables, etc. by name.read-only
Neo4jDeveloper4 tools1 write
cypherRun a read-only Cypher query (MATCH/RETURN/WITH/UNWIND/read CALL) against the Neo4j database.read-only
list_labelsList all node labels in the database.read-only
list_relationship_typesList all relationship types in the database.read-only
write_cypherRun a write Cypher query (CREATE/MERGE/SET/DELETE/REMOVE) against the Neo4j database; sent with accessMode Write.write · gated
Oracle DatabaseDeveloper4 tools1 write
list_schemasList schemas (owners) visible to the user.read-only
list_tablesList tables visible to the user (optionally for a given owner schema).read-only
run_sqlRun a read-only SQL query (SELECT/WITH/DESCRIBE) on the Oracle database via ORDS.read-only
run_write_sqlExecute a write statement (INSERT/UPDATE/DELETE/MERGE, or DDL) on the Oracle database via ORDS.write · gated
PagerDutyDeveloper7 tools3 write
get_incidentGet a single PagerDuty incident by id.read-only
list_incidentsList PagerDuty incidents filtered by status.read-only
list_oncallsList current PagerDuty on-call assignments.read-only
list_servicesList PagerDuty services.read-only
acknowledge_incidentAcknowledge a PagerDuty incident.write · gated
add_noteAdd a note to a PagerDuty incident.write · gated
resolve_incidentResolve a PagerDuty incident.write · gated
SnykDeveloper3 toolsread-only
list_issuesList issues within a Snyk organization.read-only
list_orgsList Snyk organizations.read-only
list_projectsList projects within a Snyk organization.read-only
SonarQubeDeveloper3 toolsread-only
get_measuresGet measures (metrics) for a component.read-only
list_issuesList issues for a component.read-only
list_projectsList/search SonarQube projects (components).read-only
SQLiteDeveloper3 toolsread-only
describe_tableShow the column names and types of a table.read-only
list_tablesList the tables and views in the SQLite database.read-only
queryRun a read-only SQL SELECT query and return the matching rows.read-only
TeamCityDeveloper4 toolsread-only
get_buildGet details of a single build by its numeric id.read-only
list_build_typesList TeamCity build configurations (build types).read-only
list_buildsList builds, optionally filtered by a TeamCity build locator (e.g. 'buildType:Foo_Bar,status:FAILURE').read-only
list_projectsList TeamCity projects.read-only
Enterprise · 63 connectors
ActiveCampaignEnterprise9 tools4 write
list_campaignsList campaigns in the ActiveCampaign account.read-only
list_contactsList contacts in the ActiveCampaign account.read-only
list_dealsList deals in the ActiveCampaign account.read-only
list_listsList the account's contact lists.read-only
searchSearch contacts by name, organization, phone or email.read-only
create_contactCreate a contact (payload wrapped as {"contact": {...}}).write · gated
create_dealCreate a deal (payload wrapped as {"deal": {...}}).write · gated
update_contactUpdate a contact by id (payload wrapped as {"contact": {...}}).write · gated
update_dealUpdate a deal by id (payload wrapped as {"deal": {...}}).write · gated
AderantEnterprise6 tools1 write
list_billsList Aderant bills/invoices (read-only).read-only
list_clientsList Aderant clients (read-only).read-only
list_mattersList Aderant matters (read-only).read-only
list_timecardsList Aderant timecards / time entries (read-only).read-only
queryRead any Aderant resource path from your integration packet (read-only).read-only
create_recordCreate an Aderant record (requires approval).write · gated
Apollo.ioEnterprise6 tools2 write
get_contactGet a single Apollo contact by id.read-only
search_companiesSearch Apollo's organizations/companies.read-only
search_contactsSearch contacts in your Apollo account.read-only
search_peopleSearch Apollo's people database (criteria_json = Apollo search filters).read-only
create_contactCreate a contact in your Apollo account.write · gated
update_contactUpdate an Apollo contact by id.write · gated
Applied EpicEnterprise2 toolsread-only
list_clientsList Applied Epic clients / accounts (read-only).read-only
list_policiesList Applied Epic policies for a client (read-only).read-only
BoxEnterprise6 tools2 write
get_file_infoGet metadata for a Box file.read-only
get_file_textDownload a Box file and return its text content.read-only
list_folderList the items inside a Box folder (default root).read-only
searchSearch Box for files and folders.read-only
create_folderCreate a new folder in Box.write · gated
upload_text_fileUpload a new text file to Box.write · gated
CenterbaseEnterprise5 tools1 write
list_contactsList Centerbase contacts/clients (read-only).read-only
list_invoicesList Centerbase invoices (read-only).read-only
list_mattersList Centerbase matters (read-only).read-only
list_time_entriesList Centerbase time entries (read-only).read-only
create_time_entryCreate a Centerbase time entry (requires approval).write · gated
ClioEnterprise7 tools3 write
get_matterGet a single Clio matter by id.read-only
list_activitiesList Clio activities / time & expense entries (read-only).read-only
list_contactsList Clio contacts (people and companies) (read-only).read-only
list_mattersList Clio matters (read-only).read-only
create_activityCreate a Clio activity / time entry; returns the new id.write · gated
create_contactCreate a Clio contact; returns the new id.write · gated
create_matterCreate a Clio matter; returns the new id.write · gated
CloseEnterprise9 tools4 write
get_leadGet a single Close lead by id.read-only
list_contactsList Close contacts (read-only).read-only
list_leadsList Close leads (read-only).read-only
list_opportunitiesList Close opportunities (read-only).read-only
searchSearch Close leads via the query parameter.read-only
create_contactCreate a Close contact; returns the new id.write · gated
create_leadCreate a Close lead; returns the new id.write · gated
create_opportunityCreate a Close opportunity; returns the new id.write · gated
update_leadUpdate a Close lead by id.write · gated
ConfluenceEnterprise5 tools2 write
get_pageGet a Confluence page's title, space and storage-format body.read-only
list_spacesList Confluence spaces.read-only
searchSearch Confluence content via CQL (or a text query).read-only
create_pageCreate a new Confluence page in a space (storage-format body).write · gated
update_pageUpdate a Confluence page. Pass the new version number (current+1).write · gated
CopperEnterprise9 tools4 write
get_personGet a single Copper person by id.read-only
list_companiesSearch/list companies in Copper (read-only).read-only
list_leadsSearch/list leads in Copper (read-only).read-only
list_opportunitiesSearch/list opportunities in Copper (read-only).read-only
list_peopleSearch/list people in Copper (read-only).read-only
create_leadCreate a lead in Copper; returns the new id.write · gated
create_opportunityCreate an opportunity in Copper; returns the new id.write · gated
create_personCreate a person in Copper; returns the new id.write · gated
update_personUpdate a Copper person by id.write · gated
Data.govEnterprise4 toolsread-only
get_packageGet full detail (resources, tags, org) for one dataset.read-only
list_groupsList dataset groups (topic categories).read-only
list_organizationsList publishing organizations (agencies).read-only
search_packagesSearch Data.gov datasets (CKAN package_search) (read-only).read-only
DatabricksEnterprise4 toolsread-only
list_catalogsList Unity Catalog catalogs.read-only
list_schemasList schemas in a catalog.read-only
list_tablesList tables in a catalog.schema.read-only
run_sqlRun a read-only SQL query (SELECT/SHOW/DESCRIBE) on the Databricks SQL warehouse.read-only
DISCOEnterprise5 toolsread-only
data_usage_changesReport data-usage changes (ingest/promotion/cull, bytes) between two dates.read-only
dataset_metadataList the metadata fields available for a DISCO usage dataset (read-only).read-only
list_datasetsList available DISCO usage datasets (read-only).read-only
list_metricsList supported DISCO usage metrics (read-only).read-only
reviewdb_sizeReport the total size (bytes) of each review database at a point in time.read-only
DocuSignEnterprise4 tools1 write
get_envelopeGet an envelope's status/subject and recipients summary.read-only
list_envelopesList envelopes changed since a date (optionally by status).read-only
list_recipientsList the signers on an envelope.read-only
send_envelopeSend an envelope for signature (one signer, one PDF).write · gated
Duck CreekEnterprise4 toolsread-only
get_claimGet a single Duck Creek claim by id.read-only
get_policyGet a single Duck Creek policy by id.read-only
list_claimsList Duck Creek claims (read-only).read-only
list_policiesList Duck Creek policies (read-only).read-only
Dynamics 365 F&OEnterprise4 tools2 write
list_entitiesList available D365 F&O OData entity sets.read-only
query_entityRead records from a D365 F&O OData entity set with optional $filter/$select.read-only
create_entityCreate a record in a D365 F&O OData entity set.write · gated
update_entityUpdate a record in a D365 F&O OData entity set by key predicate.write · gated
Esri ArcGISEnterprise5 tools1 write
geocodeGeocode an address or place name via the ArcGIS World Geocoding Service.read-only
layer_infoGet fields, geometry type and extent for a feature layer.read-only
query_layerQuery a feature layer with a SQL where-clause and optional bounding box (read-only).read-only
search_itemsSearch ArcGIS content items (web maps, layers, services) in the org.read-only
edit_featuresAdd, update or delete features on a feature layer (applyEdits).write · gated
EverlawEnterprise6 tools1 write
get_documentFetch a single document by id from a project (read-only).read-only
list_bindersList binders (saved document collections) in a project (read-only).read-only
list_databasesList Everlaw databases (case data containers) you can access (read-only).read-only
list_projectsList Everlaw projects you can access (read-only).read-only
search_documentsRun a search in a project and return the matching documents (read-only).read-only
create_metadata_fieldCreate a metadata field in a project (requires DATA_WRITE scope).write · gated
FreshdeskEnterprise7 tools3 write
get_ticketGet a single ticket by id.read-only
list_contactsList recent contacts.read-only
list_ticketsList recent tickets.read-only
search_ticketsSearch tickets with a Freshdesk filter query.read-only
add_replyAdd a reply to a ticket.write · gated
create_ticketCreate a new ticket.write · gated
update_ticketUpdate a ticket with the given fields.write · gated
FreshsalesEnterprise9 tools4 write
list_accountsList sales accounts, optionally from a saved view.read-only
list_contactsList contacts, optionally from a saved view.read-only
list_dealsList deals, optionally from a saved view.read-only
lookupLook up a record by an exact field value (e.g. contact by email).read-only
searchFull-text search across the CRM (contacts, accounts, deals).read-only
create_contactCreate a contact; returns the new contact id.write · gated
create_dealCreate a deal; returns the new deal id.write · gated
update_contactUpdate a contact by id.write · gated
update_dealUpdate a deal by id.write · gated
FrontEnterprise5 tools2 write
list_contactsList Front contacts.read-only
list_conversationsList Front conversations (read-only).read-only
list_messagesList messages in a Front conversation.read-only
comment_conversationAdd an internal comment to a Front conversation.write · gated
reply_conversationReply to a Front conversation (sends an outbound message).write · gated
GainsightEnterprise4 tools1 write
query_companiesQuery Gainsight Company records (read-only).read-only
query_ctasQuery Gainsight Call To Action (CTA) records (read-only).read-only
query_personsQuery Gainsight Person records (read-only).read-only
create_ctaCreate a Gainsight CTA. Requires company_id, name, type_id, owner_id.write · gated
GleanEnterprise4 toolsread-only
chatAsk the Glean assistant a question grounded in your company's content.read-only
get_documentFetch metadata for a document by Glean doc id or by URL.read-only
list_datasourcesList the data sources observed in a sample of indexed content.read-only
searchSearch the Glean index across your connected apps (permission-aware).read-only
GongEnterprise5 toolsread-only
get_callGet a single Gong call by id (read-only).read-only
get_transcriptsGet Gong call transcripts for a time window or specific call ids (read-only).read-only
list_callsList Gong calls in a time window (read-only).read-only
list_usersList Gong users (read-only).read-only
list_workspacesList Gong workspaces (read-only).read-only
GovInfo (GPO)Enterprise4 toolsread-only
get_packageGet the summary/metadata for one published package by id.read-only
list_collectionsList all GovInfo collections (Federal Register, CFR, Bills, US Code, etc.) (read-only).read-only
list_packagesList new/updated packages in a collection since an ISO8601 start date.read-only
searchFull-text search across GovInfo published content.read-only
GuidewireEnterprise6 tools1 write
get_claimGet a single Guidewire claim by id (e.g. 'cc:102').read-only
get_policyGet a single Guidewire policy by id (e.g. 'pc:33').read-only
list_accountsList Guidewire PolicyCenter accounts (read-only).read-only
list_claimsList Guidewire ClaimCenter claims (read-only).read-only
list_policiesList Guidewire PolicyCenter policies (read-only).read-only
add_claim_noteAdd a note to a Guidewire claim (ClaimCenter).write · gated
Help ScoutEnterprise4 tools1 write
list_conversationsList Help Scout conversations, optionally filtered (read-only).read-only
list_customersList Help Scout customers (read-only).read-only
list_mailboxesList Help Scout mailboxes (read-only).read-only
reply_conversationReply to a Help Scout conversation (adds a reply thread).write · gated
HighQEnterprise8 tools2 write
get_file_metadataGet metadata for a single HighQ file by id (read-only).read-only
get_isheet_itemsList the rows/items of a HighQ iSheet by id (read-only).read-only
list_filesList files in a HighQ site, optionally within a folder (read-only).read-only
list_foldersList folders in a HighQ site's file system (read-only).read-only
list_isheetsList iSheets (data tables) in a HighQ site (read-only).read-only
list_sitesList HighQ sites accessible to the token (read-only).read-only
create_folderCreate a folder in a HighQ site (write).write · gated
upload_fileUpload a file into a HighQ folder (write).write · gated
HubSpotEnterprise5 tools2 write
get_objectGet a single CRM object by id (read-only).read-only
list_objectsList HubSpot CRM objects (contacts/deals/companies/tickets), read-only.read-only
search_objectsFull-text search CRM objects (read-only).read-only
create_objectCreate a CRM object.write · gated
update_objectUpdate a CRM object by id.write · gated
IcertisEnterprise4 toolsread-only
get_agreementGet a single agreement (contract) record by ICI instance id.read-only
get_masterdataList records of a masterdata entity (e.g. 'Supplier', 'LegalEntity').read-only
list_agreementsList agreements (contracts) in Icertis ICI.read-only
list_obligationsList contract obligations, optionally scoped to one agreement.read-only
iManage WorkEnterprise5 tools1 write
get_documentGet a single iManage document profile by id.read-only
list_librariesList iManage Work libraries (databases) for the customer.read-only
list_workspacesList/search workspaces in a library (read-only).read-only
search_documentsSearch documents in a library by name/number (read-only).read-only
upload_documentUpload a text document into a folder (best-effort, plain-text only).write · gated
InsightlyEnterprise9 tools4 write
list_contactsList Insightly contacts (read-only).read-only
list_leadsList Insightly leads (read-only).read-only
list_opportunitiesList Insightly opportunities (read-only).read-only
list_organisationsList Insightly organisations (read-only).read-only
searchSearch Insightly contacts by an exact field value (read-only).read-only
create_contactCreate an Insightly contact; returns the new CONTACT_ID.write · gated
create_leadCreate an Insightly lead; returns the new LEAD_ID.write · gated
create_opportunityCreate an Insightly opportunity; returns the new OPPORTUNITY_ID.write · gated
update_contactUpdate an Insightly contact (JSON must include CONTACT_ID).write · gated
IntappEnterprise6 tools1 write
get_conflicts_resultGet results of a previous conflicts search by id (read-only). PARTNER-GATED: requires Intapp API access.read-only
get_matterGet a single Intapp matter by id (read-only). PARTNER-GATED: requires Intapp API access.read-only
list_clientsList Intapp clients (read-only). PARTNER-GATED: requires Intapp API access.read-only
list_mattersList Intapp matters (read-only). PARTNER-GATED: requires Intapp API access.read-only
search_conflictsRun an Intapp conflicts search for a name/term (read-only). PARTNER-GATED: requires Intapp API access.read-only
submit_intakeSubmit a new business-intake request (write). PARTNER-GATED: requires Intapp API access.write · gated
IntercomEnterprise6 tools2 write
get_conversationGet a single Intercom conversation by id.read-only
list_contactsList Intercom contacts.read-only
list_conversationsList recent Intercom conversations.read-only
search_contactsSearch Intercom contacts by email substring.read-only
add_noteAdd an internal note to an Intercom conversation (as an admin).write · gated
reply_conversationAdd a private note reply to an Intercom conversation (as an admin).write · gated
IroncladEnterprise5 tools1 write
get_recordGet a single Ironclad record by id.read-only
get_workflowGet a single Ironclad workflow by id.read-only
list_recordsList Ironclad records (the contract repository) (read-only).read-only
list_workflowsList Ironclad workflows (read-only).read-only
launch_workflowLaunch an Ironclad workflow from a template; returns the new id.write · gated
Jira Service ManagementEnterprise8 tools3 write
get_requestGet a single request by issue key or id (includes status).read-only
get_request_slaGet the SLA information for a request by issue key or id.read-only
list_request_typesList request types for a service desk (gives requestTypeId for creation).read-only
list_requestsList customer requests, optionally scoped to a service desk and status.read-only
list_service_desksList service desk projects.read-only
add_commentAdd a comment to a request (public by default).write · gated
create_requestCreate a customer request; returns the new issue key.write · gated
transition_requestTransition a request to a new status by transition id.write · gated
KeapEnterprise8 tools3 write
get_contactGet a single Keap contact by id.read-only
list_companiesList Keap companies (read-only).read-only
list_contactsList Keap contacts (read-only).read-only
list_opportunitiesList Keap opportunities (read-only).read-only
list_ordersList Keap orders (read-only).read-only
create_contactCreate a Keap contact; returns the new id.write · gated
create_opportunityCreate a Keap opportunity; returns the new id.write · gated
update_contactUpdate a Keap contact by id (partial update).write · gated
KlaviyoEnterprise6 tools2 write
get_campaignsGet Klaviyo campaigns for a channel (email/sms/mobile_push).read-only
get_listsGet Klaviyo lists (read-only).read-only
get_metricsGet Klaviyo metrics (read-only).read-only
get_profilesGet Klaviyo profiles (read-only).read-only
create_listCreate a Klaviyo list.write · gated
create_profileCreate a Klaviyo profile (JSON:API attributes object).write · gated
LexisNexisEnterprise4 toolsread-only
get_citationLook up a LexisNexis document by legal citation. PARTNER-GATED: requires LexisNexis API access.read-only
get_documentRetrieve a LexisNexis document by id. PARTNER-GATED: requires LexisNexis API access.read-only
list_sourcesList available LexisNexis content sources. PARTNER-GATED: requires LexisNexis API access.read-only
searchSearch LexisNexis legal content. PARTNER-GATED: requires LexisNexis API access.read-only
LiteraEnterprise5 tools1 write
get_comparisonGet a single comparison (redline) result/status by id (read-only).read-only
get_documentGet metadata for a single Litera document by id (read-only).read-only
list_comparisonsList document comparisons (read-only).read-only
list_documentsList documents available in the Litera workspace (read-only).read-only
create_comparisonCreate a comparison (redline) between two documents (write).write · gated
MailchimpEnterprise6 tools2 write
get_reportGet the report for a campaign (opens, clicks, etc.).read-only
list_audiencesList Mailchimp audiences/lists (read-only).read-only
list_campaignsList Mailchimp campaigns (read-only).read-only
list_membersList members of a Mailchimp audience/list (read-only).read-only
add_memberAdd a member to a Mailchimp audience/list.write · gated
create_campaignCreate a Mailchimp campaign.write · gated
MarketoEnterprise6 tools2 write
get_leadGet a single lead by id.read-only
get_leadsGet leads by a filter (filter_type + comma-separated filter_values).read-only
list_campaignsList campaigns (read-only).read-only
list_programsList programs (read-only).read-only
trigger_campaignTrigger (request) a campaign for a set of lead ids.write · gated
upsert_leadsCreate or update leads (createOrUpdate); leads_json is a JSON array of lead objects.write · gated
Microsoft Dynamics 365Enterprise5 tools2 write
get_recordGet a single Dataverse row by GUID.read-only
list_opportunitiesList opportunities (convenience for the 'opportunities' entity set).read-only
list_recordsList rows from a Dataverse entity set (e.g. accounts, contacts, leads, opportunities).read-only
create_recordCreate a row in a Dataverse entity set.write · gated
update_recordUpdate a Dataverse row by GUID (only changed fields).write · gated
NetDocumentsEnterprise5 tools1 write
get_cabinetGet a NetDocuments cabinet's info by id.read-only
get_documentGet a NetDocuments document's info / attributes by id.read-only
list_cabinetsList NetDocuments cabinets for the current user.read-only
search_documentsSearch documents within a NetDocuments cabinet (read-only).read-only
create_documentCreate a plain-text NetDocuments document (best-effort); returns the new id.write · gated
NetSuiteEnterprise5 tools2 write
get_recordGet a single NetSuite record by internal id.read-only
list_recordsList record ids of a NetSuite record type.read-only
suiteqlRun a read-only SuiteQL (SQL) query against NetSuite.read-only
create_recordCreate a NetSuite record; returns the new internal id.write · gated
update_recordUpdate a NetSuite record by internal id.write · gated
NutshellEnterprise7 tools3 write
find_accountsSearch accounts (companies) in Nutshell CRM (read-only).read-only
find_contactsSearch contacts in Nutshell CRM (read-only).read-only
find_leadsSearch leads in Nutshell CRM (read-only).read-only
get_leadGet a single lead by id from Nutshell CRM (read-only).read-only
create_contactCreate a contact in Nutshell CRM.write · gated
create_leadCreate a lead in Nutshell CRM.write · gated
edit_leadEdit an existing lead in Nutshell CRM.write · gated
Oracle Fusion ERPEnterprise5 tools2 write
get_resourceGet a single Fusion record by its REST id.read-only
list_ledgersList General Ledger ledgers.read-only
query_resourceRead records from a Fusion Financials REST resource (GL/AP/AR objects), e.g. 'invoices', 'ledgers', 'receivablesInvoices'.read-only
create_resourceCreate a record in a Fusion Financials REST resource.write · gated
update_resourceUpdate a Fusion record by its REST id.write · gated
OutreachEnterprise6 tools2 write
list_accountsList Outreach accounts (read-only).read-only
list_mailingsList Outreach mailings (read-only).read-only
list_prospectsList Outreach prospects (read-only).read-only
list_sequencesList Outreach sequences (read-only).read-only
create_prospectCreate an Outreach prospect (JSON:API attributes object).write · gated
update_prospectUpdate an Outreach prospect by id.write · gated
Palantir FoundryEnterprise5 toolsread-only
get_datasetGet metadata for a Foundry dataset by rid.read-only
get_objectGet one ontology object by primary key.read-only
list_object_typesList object types defined in an ontology.read-only
list_objectsList objects of an object type in an ontology.read-only
list_ontologiesList Foundry ontologies available to the token (read-only).read-only
PipedriveEnterprise8 tools3 write
get_dealGet a single Pipedrive deal by id.read-only
list_dealsList Pipedrive deals (optionally filtered by status).read-only
list_organizationsList Pipedrive organizations.read-only
list_personsList Pipedrive persons (contacts).read-only
search_dealsSearch Pipedrive deals by term.read-only
add_noteAdd a note to a Pipedrive deal.write · gated
create_dealCreate a new Pipedrive deal.write · gated
update_dealUpdate a Pipedrive deal with the given fields.write · gated
Regulations.govEnterprise5 toolsread-only
get_docketGet one docket by its id.read-only
get_documentGet one document by its id.read-only
search_commentsSearch public comments by search term.read-only
search_docketsSearch federal rulemaking dockets by term (read-only).read-only
search_documentsSearch rulemaking documents (proposed/final rules, notices) by term.read-only
RelativityEnterprise3 toolsread-only
list_saved_searchesList saved searches in a Relativity workspace (read-only).read-only
list_workspacesList Relativity workspaces visible to a group (read-only).read-only
query_documentsQuery documents in a Relativity workspace (read-only).read-only
SalesloftEnterprise6 tools2 write
list_accountsList Salesloft accounts (read-only).read-only
list_cadencesList Salesloft cadences (read-only).read-only
list_call_activitiesList Salesloft call activities (read-only).read-only
list_peopleList Salesloft people (read-only).read-only
create_accountCreate a Salesloft account (needs 'name').write · gated
create_personCreate a Salesloft person (needs a unique field like email_address).write · gated
SAM.govEnterprise4 toolsread-only
get_entityGet full registration detail for one entity by UEI.read-only
search_entitiesSearch federal entity registrations by name or look up by UEI (read-only).read-only
search_exclusionsSearch the exclusions list (debarred / ineligible parties) by name.read-only
search_opportunitiesSearch federal contract opportunities (solicitations) by title and posted-date window.read-only
ServiceNowEnterprise6 tools3 write
get_recordGet a single ServiceNow record by sys_id.read-only
list_incidentsList ServiceNow incidents (convenience for the 'incident' table).read-only
list_recordsList records from a ServiceNow table (read-only).read-only
add_commentAdd a comment to a ServiceNow record by sys_id.write · gated
create_recordCreate a record in a ServiceNow table; returns the new sys_id.write · gated
update_recordUpdate a record in a ServiceNow table by sys_id.write · gated
SnowflakeEnterprise4 toolsread-only
list_databasesList Snowflake databases.read-only
list_schemasList schemas, optionally within a database.read-only
list_tablesList tables in a database.schema.read-only
run_sqlRun a read-only SQL query (SELECT/SHOW/DESCRIBE) against Snowflake.read-only
SugarCRMEnterprise5 tools2 write
get_recordsList records from a module (e.g. Accounts, Contacts, Leads, Opportunities), optionally filtered.read-only
list_modulesList the modules available on this SugarCRM instance.read-only
searchGlobal full-text search across SugarCRM modules.read-only
create_recordCreate a record in a SugarCRM module; returns the new record id.write · gated
update_recordUpdate a record in a SugarCRM module by id.write · gated
Thomson Reuters Elite 3EEnterprise6 tools1 write
get_recordGet a single 3E record by resource and id (read-only).read-only
list_clientsList 3E clients (read-only).read-only
list_costList 3E cost entries / WIP costs (read-only).read-only
list_mattersList 3E matters (read-only).read-only
list_timeList 3E time entries / WIP timecards (read-only).read-only
create_recordCreate a 3E record (requires approval and matching process security).write · gated
US Census BureauEnterprise4 toolsread-only
acs5ACS 5-Year Estimates query (convenience for dataset acs/acs5).read-only
decennialDecennial Census redistricting (dec/pl) query.read-only
get_dataRun a Census data query for any dataset/year (read-only).read-only
list_variablesList available variables for a dataset/year (capped sample).read-only
USAspending.govEnterprise4 toolsread-only
get_awardGet detail for one award by its generated unique award id.read-only
search_awardsSearch federal awards by keyword, type and date window (Spending by Award, read-only).read-only
search_recipientsSearch federal award recipients by name.read-only
spending_by_agencyTop awarding-agency spending breakdown for a fiscal year.read-only
WestlawEnterprise4 toolsread-only
get_citationLook up a Westlaw document by legal citation. PARTNER-GATED: requires Thomson Reuters API access.read-only
get_documentRetrieve a Westlaw document by id. PARTNER-GATED: requires Thomson Reuters API access.read-only
list_jurisdictionsList available Westlaw jurisdictions / content sets. PARTNER-GATED: requires Thomson Reuters API access.read-only
searchSearch Westlaw legal content (cases, statutes, secondary sources). PARTNER-GATED: requires Thomson Reuters API access.read-only
ZendeskEnterprise7 tools3 write
get_ticketGet a single ticket by id.read-only
get_userGet a single user by id.read-only
list_ticketsList recent tickets.read-only
searchSearch Zendesk (tickets, users, organizations).read-only
add_commentAdd a comment to a ticket.write · gated
create_ticketCreate a new ticket.write · gated
update_ticketUpdate a ticket's status and/or priority.write · gated
Zoho CRMEnterprise5 tools2 write
get_recordGet a single Zoho CRM record by id.read-only
list_recordsList records from a Zoho CRM module (Leads, Contacts, Accounts, Deals, etc.).read-only
search_recordsSearch records in a Zoho CRM module by criteria, email, or word.read-only
create_recordCreate a record in a Zoho CRM module; returns the new id.write · gated
update_recordUpdate a record in a Zoho CRM module by id.write · gated
Finance · 22 connectors
Alpha VantageFinance5 toolsread-only
get_company_overviewGet company fundamentals/overview for a stock symbol.read-only
get_dailyGet the daily OHLCV time series for a stock symbol.read-only
get_fx_dailyGet the daily FX exchange-rate time series for a currency pair.read-only
get_quoteGet the latest price/volume quote for a stock symbol.read-only
search_symbolSearch for stock symbols by keyword.read-only
Bill.comFinance7 tools2 write
list_billsList Bill.com bills (accounts payable).read-only
list_customersList Bill.com customers.read-only
list_invoicesList Bill.com invoices (accounts receivable).read-only
list_vendorsList Bill.com vendors.read-only
read_recordRead a single Bill.com record by id (entity = Bill/Vendor/Invoice/Customer).read-only
create_billCreate a bill; fields_json is a JSON object (vendorId, invoiceNumber, billLineItems, ...).write · gated
create_vendorCreate a vendor; fields_json is a JSON object ('name' required).write · gated
BrexFinance8 tools3 write
get_userGet a single user by id ('me' for the token's own user).read-only
list_budgetsList budgets.read-only
list_card_transactionsList settled card transactions across all card accounts.read-only
list_cardsList issued cards.read-only
list_usersList team members / users (optionally filter by email).read-only
create_budgetCreate a budget; body is a JSON object (name, limit, period_type, ...).write · gated
create_cardCreate a card; body is a JSON object (owner_id, card_name, spend_controls, ...).write · gated
set_card_statusLock or unlock a card by id (status = 'lock' or 'unlock').write · gated
CoupaFinance7 tools2 write
get_resourceGet a single Coupa resource by id (resource=requisitions/purchase_orders/invoices/suppliers).read-only
list_invoicesList Coupa invoices.read-only
list_purchase_ordersList Coupa purchase orders.read-only
list_requisitionsList Coupa requisitions.read-only
list_suppliersList Coupa suppliers.read-only
create_requisitionCreate a requisition; body is a JSON object (requisition-lines, ...).write · gated
create_supplierCreate a supplier; body is a JSON object (name, ...).write · gated
Exchange RatesFinance2 toolsread-only
convertConvert an amount from one currency to another (ECB reference rates).read-only
ratesList current exchange rates for a base currency (ECB reference rates).read-only
ExpensifyFinance4 tools1 write
export_reportsExport Expensify report data (two-step file→download); returns report content.read-only
export_reports_by_dateExport Expensify reports filtered by a submit-date range (YYYY-MM-DD).read-only
get_reportExport a single Expensify report by ID.read-only
create_expenseCreate an expense for an employee (amount in integer cents).write · gated
FactSetFinance3 toolsread-only
get_fundamentalsGet fundamental metrics (e.g. FF_SALES) for security ids.read-only
get_pricesGet end-of-day prices (OHLC, volume) for security ids over a date range.read-only
search_entitiesResolve/look up FactSet identifiers and entities by symbol, name or ticker.read-only
FinnhubFinance5 toolsread-only
get_company_newsGet company news for a symbol over a date range.read-only
get_company_profileGet the company profile for a stock symbol.read-only
get_financialsGet reported financial statements for a symbol.read-only
get_quoteGet the real-time quote for a stock symbol.read-only
symbol_searchSearch for symbols by name or ticker.read-only
FREDFinance5 toolsread-only
get_categoryGet a FRED category and its child categories (default root 0).read-only
get_category_seriesList the data series within a FRED category.read-only
get_observationsGet the data values (observations) for a FRED series, newest first.read-only
get_seriesGet metadata for a FRED economic data series.read-only
search_seriesSearch FRED for data series by keyword.read-only
Modern TreasuryFinance5 tools1 write
get_payment_orderGet a single payment order by id (read-only).read-only
list_counterpartiesList Modern Treasury counterparties (read-only).read-only
list_ledger_accountsList Modern Treasury ledger accounts (read-only).read-only
list_payment_ordersList Modern Treasury payment orders (read-only).read-only
create_payment_orderCreate a payment order (JSON body of MT payment_order fields).write · gated
Nasdaq Data LinkFinance4 toolsread-only
get_dataset_dataGet the time-series rows for a dataset (newest first).read-only
get_dataset_metadataGet metadata for a time-series dataset.read-only
get_tableGet rows from a datatable, optionally filtered by ticker.read-only
search_databasesSearch for available time-series databases by keyword.read-only
OpenFIGIFinance4 toolsread-only
map_cusipMap a CUSIP to FIGI records.read-only
map_idMap a third-party identifier to FIGI records.read-only
map_isinMap an ISIN to FIGI records.read-only
searchSearch OpenFIGI for securities by free-text keyword.read-only
PlaidFinance4 toolsread-only
get_accountsList the accounts associated with a linked Plaid Item.read-only
get_balancesGet real-time balances for the accounts of a linked Item.read-only
get_itemGet metadata about a linked Plaid Item.read-only
get_transactionsGet transactions for a linked Item over a date range.read-only
Polygon.ioFinance5 toolsread-only
get_aggregatesGet aggregate OHLCV bars for a ticker over a date range.read-only
get_prev_closeGet the previous trading day's OHLCV for a ticker.read-only
get_ticker_detailsGet reference details for a single ticker.read-only
get_ticker_newsGet recent market news, optionally filtered by ticker.read-only
list_tickersList or search reference tickers.read-only
QuickBooks OnlineFinance6 tools1 write
get_entityGet a single QBO object by entity type and id.read-only
list_accountsList QBO chart-of-accounts entries.read-only
list_customersList QBO customers.read-only
list_invoicesList QBO invoices.read-only
queryRun a read-only QBO query (SELECT ... FROM <Entity>), e.g. "SELECT * FROM Invoice WHERE TxnDate > '2026-01-01'".read-only
create_entityCreate a QBO object (e.g. Invoice, Customer); returns the new Id.write · gated
RampFinance8 tools2 write
get_transactionGet a single Ramp transaction by id.read-only
list_billsList Ramp bills.read-only
list_cardsList Ramp cards.read-only
list_reimbursementsList Ramp reimbursements.read-only
list_transactionsList Ramp card transactions.read-only
list_usersList Ramp users.read-only
create_billCreate a bill; body is a JSON object. Requires bills:write scope.write · gated
update_billUpdate a bill by id; body is a JSON object. Requires bills:write scope.write · gated
Refinitiv (LSEG)Finance3 toolsread-only
get_news_headlinesGet recent news headlines matching a query (RDP News service).read-only
get_pricingGet a real-time pricing snapshot for one or more instruments (RICs).read-only
search_instrumentsSearch for instruments / symbology by name or identifier.read-only
Sage IntacctFinance5 toolsread-only
get_objectGet a single Intacct record by key/RECORDNO.read-only
list_ap_billsList Accounts Payable bills (APBILL).read-only
list_ar_invoicesList Accounts Receivable invoices (ARINVOICE).read-only
list_gl_accountsList General Ledger accounts (GLACCOUNT).read-only
read_by_queryRead records from an Intacct object via readByQuery (read-only).read-only
SAP AribaFinance4 toolsread-only
get_purchase_orderGet a single Ariba purchase order by id.read-only
list_invoicesList Ariba invoices (SCAFFOLDED — requires a confirmed --invoice-path).read-only
list_purchase_ordersList Ariba purchase orders (Purchase Orders Buyer API).read-only
list_suppliersList Ariba suppliers (Supplier Data API with pagination, v4).read-only
SAP ConcurFinance5 tools2 write
get_reportGet a single Concur expense report by ID.read-only
list_entriesList Concur expense entries, optionally for one report (reportID).read-only
list_reportsList Concur expense reports (user = login id or 'ALL').read-only
approve_reportApprove an expense report via the v1.1 workflow action.write · gated
submit_reportSubmit an expense report (v1.1); report_key = report ID, user_id = owner login.write · gated
SEC EDGARFinance4 toolsread-only
full_text_searchFull-text search across SEC EDGAR filings.read-only
get_company_conceptGet the time series of one XBRL concept (e.g. us-gaap/Revenues) for a company.read-only
get_company_factsList all XBRL financial concepts disclosed by a company (companyfacts).read-only
get_submissionsGet a company's recent SEC filing history by CIK.read-only
XeroFinance5 tools1 write
get_invoiceGet a single Xero invoice by InvoiceID or InvoiceNumber.read-only
list_accountsList Xero chart-of-accounts entries (read-only).read-only
list_contactsList Xero contacts (customers/suppliers) (read-only).read-only
list_invoicesList Xero invoices (read-only). Supports Xero 'where'/'order'/'page'.read-only
create_recordsCreate Xero records (e.g. Invoices, Contacts) via POST.write · gated
HR · 18 connectors
ADP Workforce NowHR3 toolsread-only
get_workerGet a single ADP worker by Associate OID (aoid).read-only
list_work_assignmentsGet the work assignments (job/pay summary) for a worker by aoid.read-only
list_workersList ADP workers (supports $select / $filter).read-only
AshbyHR6 tools2 write
get_candidateGet a single candidate by id (read-only).read-only
list_applicationsList applications in the Ashby organization (read-only).read-only
list_candidatesList candidates in the Ashby organization (read-only).read-only
list_jobsList open, closed, and archived jobs (read-only).read-only
add_candidate_noteAdd a note to a candidate by id (write).write · gated
create_candidateCreate a candidate in Ashby; returns the new candidate id.write · gated
BambooHRHR7 tools3 write
get_employeeGet a single BambooHR employee by id with a comma-separated field list.read-only
list_employeesList employees from the BambooHR company directory.read-only
list_fieldsList the available BambooHR employee field definitions.read-only
list_time_off_requestsList time-off requests, optionally filtered by date range, employee or status.read-only
add_employeeAdd a new employee; returns the new employee id.write · gated
create_time_off_requestCreate a time-off request for an employee.write · gated
update_employeeUpdate an existing employee by id.write · gated
DayforceHR4 toolsread-only
get_employeeGet a single employee's HR details by XRefCode.read-only
get_employee_payGet an employee's pay/earnings summary by XRefCode.read-only
get_employment_statusGet an employee's employment status history by XRefCode.read-only
list_employeesList employees (XRefCodes); optional client-side name filter.read-only
DeelHR4 toolsread-only
get_personGet a single Deel person by id.read-only
list_contractsList Deel contracts.read-only
list_invoicesList Deel invoices (defaults to paid; pass status='all' for all).read-only
list_peopleList Deel people (workers).read-only
GreenhouseHR7 tools2 write
get_candidateGet a single Greenhouse candidate by id.read-only
list_applicationsList Greenhouse applications.read-only
list_candidatesList Greenhouse candidates.read-only
list_jobsList Greenhouse jobs.read-only
list_usersList Greenhouse users.read-only
add_candidate_noteAdd a note to a candidate's activity feed.write · gated
advance_applicationAdvance an application to the next stage.write · gated
GustoHR4 toolsread-only
get_companiesGet the authenticated user and the companies they can access (GET /v1/me).read-only
get_companyGet a single Gusto company by id.read-only
list_employeesList employees of a Gusto company.read-only
list_payrollsList payrolls of a Gusto company.read-only
HiBobHR5 tools2 write
get_personGet a single employee by ID (GET /people/{id}).read-only
list_listsGet company named lists (GET /company/named-lists), or one list by name.read-only
list_peopleList employees (GET /people, or POST /people/search when 'search_json' is given).read-only
create_personCreate a new employee (POST /people); returns the new id.write · gated
update_personUpdate an employee's fields (PUT /people/{id}).write · gated
LeverHR5 tools1 write
get_opportunityGet a single Lever opportunity (candidate) by id.read-only
get_postingGet a single Lever job posting by id.read-only
list_opportunitiesList Lever opportunities (candidates), optionally filtered by stage or posting.read-only
list_postingsList Lever job postings, optionally filtered by state.read-only
add_opportunity_noteAdd a note to a Lever opportunity (candidate).write · gated
PaycomHR4 toolsread-only
get_direct_depositGet an employee's direct-deposit metadata by EE code.read-only
get_employeeGet a single employee's record by EE code.read-only
get_payrollGet an employee's payroll / earnings history by EE code.read-only
list_employeesList employees in the Paycom directory.read-only
PaylocityHR2 toolsread-only
get_employeeGet a single Paylocity employee by id.read-only
list_employeesList all Paylocity employees for the configured company.read-only
PersonioHR5 tools1 write
get_employeeGet a single employee by id (read-only).read-only
list_absencesList absence (time-off) periods, optionally filtered by date range (read-only).read-only
list_attendancesList attendance periods, optionally filtered by date range (read-only).read-only
list_employeesList employees (read-only).read-only
update_employeeUpdate an employee's attributes by id.write · gated
RipplingHR3 toolsread-only
get_companyGet the current Rippling company.read-only
get_employeeGet a single Rippling employee by id.read-only
list_employeesList Rippling employees (optionally including terminated).read-only
SAP SuccessFactorsHR5 tools1 write
list_employmentsList SuccessFactors EmpEmployment (employment) records.read-only
list_jobsList SuccessFactors EmpJob (job information) records.read-only
list_usersList SuccessFactors User entities.read-only
query_entityRun a generic OData v2 GET against any entity set (e.g. PerPerson).read-only
upsertUpsert (insert-or-update) one or more records via /odata/v2/upsert.write · gated
SmartRecruitersHR4 tools1 write
list_applicationsList candidates/applications for a specific job (read-only).read-only
list_candidatesList SmartRecruiters candidates (read-only).read-only
list_jobsList SmartRecruiters jobs (read-only).read-only
create_candidateCreate a candidate; assigns to a job if job_id given, else adds to talent pool.write · gated
UKG ProHR4 toolsread-only
get_person_detailsGet UKG Pro person-detail record(s) for a single employee id.read-only
list_compensation_detailsGet UKG Pro compensation-detail record(s) for a single employee id.read-only
list_employment_detailsList UKG Pro employment-detail records.read-only
list_person_detailsList UKG Pro person-detail records.read-only
WorkableHR5 tools1 write
get_candidateGet a single candidate by id.read-only
get_jobGet a single job by its shortcode.read-only
list_candidatesList candidates, optionally scoped to a job shortcode (read-only).read-only
list_jobsList jobs in the Workable account (read-only).read-only
create_candidateCreate a candidate on a job; returns the new candidate id.write · gated
WorkdayHR5 tools1 write
get_workerGet a single Workday worker by id.read-only
list_workersList Workday workers via the Staffing API.read-only
rest_getGET an arbitrary Workday REST path under the tenant (e.g. an organizations resource).read-only
wql_queryRun a Workday Query Language (WQL) query, e.g. 'SELECT ... FROM allWorkers'.read-only
rest_postPOST a JSON body to an arbitrary Workday REST create/update path under the tenant.write · gated
Healthcare · 9 connectors
athenahealthHealthcare5 tools1 write
get_encountersList chart encounters for a patient.read-only
get_patientGet a single athenahealth patient by id.read-only
list_appointmentsList booked appointments (optionally by department / date range / patient).read-only
search_patientsSearch athenahealth patients by name / date of birth.read-only
create_appointmentBook an open appointment slot for a patient. Requires --write.write · gated
ClinicalTrials.govHealthcare2 toolsread-only
get_studyFetch a single study by NCT id (condensed: NCT id, title, status, phase, conditions).read-only
search_studiesSearch ClinicalTrials.gov studies by term. Returns condensed records (NCT id, title, status, phase, conditions) unless 'fields' is given.read-only
Epic (FHIR)Healthcare7 tools1 write
get_conditionsSearch Condition resources (problems/diagnoses) for a patient.read-only
get_encountersSearch Encounter resources (visits) for a patient.read-only
get_medication_requestsSearch MedicationRequest resources (prescriptions) for a patient.read-only
get_observationsSearch Observation resources (vitals, labs) for a patient.read-only
get_resourceRead a single FHIR resource by type and id.read-only
search_patientsSearch Epic Patient resources by name / birthdate / identifier.read-only
create_resourceCreate a FHIR resource (e.g. DocumentReference). Requires --write.write · gated
FHIR R4 (generic)Healthcare5 tools2 write
capabilitiesRead the server's CapabilityStatement (supported resources & versions).read-only
get_resourceRead a single FHIR resource by type and id.read-only
searchSearch any FHIR resource type with raw search params.read-only
create_resourceCreate a FHIR resource. Requires --write.write · gated
update_resourceUpdate (PUT) a FHIR resource by id. Requires --write.write · gated
Health Gorilla (FHIR)Healthcare5 toolsread-only
get_conditionsSearch Condition resources (problems/diagnoses) for a patient.read-only
get_diagnostic_reportsSearch DiagnosticReport resources (lab/imaging reports) for a patient.read-only
get_observationsSearch Observation resources (vitals, labs) for a patient.read-only
get_resourceRead a single FHIR resource by type and id.read-only
search_patientsSearch Health Gorilla Patient resources by name / birthdate / identifier.read-only
MedplumHealthcare4 tools2 write
read_resourceRead a single FHIR resource by id (read-only).read-only
search_resourceSearch a FHIR resource type, e.g. Patient/Observation/Encounter (read-only).read-only
create_resourceCreate a FHIR resource; returns the new id.write · gated
update_resourceUpdate a FHIR resource by id.write · gated
NPI RegistryHealthcare2 toolsread-only
get_providerLook up a single provider by NPI number. Returns condensed provider info (NPI, name, taxonomy, address).read-only
search_providersSearch the NPPES NPI Registry by provider/org name, NPI, state, and/or taxonomy. Returns condensed provider info (NPI, name, taxonomy, address).read-only
Oracle Health / Cerner (FHIR)Healthcare7 tools1 write
get_conditionsSearch Condition resources (problems/diagnoses) for a patient.read-only
get_encountersSearch Encounter resources (visits) for a patient.read-only
get_medication_requestsSearch MedicationRequest resources (prescriptions) for a patient.read-only
get_observationsSearch Observation resources (vitals, labs) for a patient.read-only
get_resourceRead a single FHIR resource by type and id.read-only
search_patientsSearch Cerner Patient resources by name / birthdate / identifier.read-only
create_resourceCreate a FHIR resource (e.g. DocumentReference). Requires --write.write · gated
Redox (FHIR)Healthcare5 toolsread-only
get_conditionsSearch Condition resources (problems/diagnoses) for a patient.read-only
get_encountersSearch Encounter resources (visits) for a patient.read-only
get_observationsSearch Observation resources (vitals, labs) for a patient.read-only
get_resourceRead a single FHIR resource by type and id.read-only
search_patientsSearch Redox Patient resources by name / birthdate / identifier.read-only
Knowledge · 8 connectors
arXivKnowledge2 toolsread-only
arxiv_getGet one arXiv paper (full title, authors, date, abs URL, abstract) by id.read-only
arxiv_searchSearch arXiv papers by keyword (returns title, authors, id, year, summary).read-only
DictionaryKnowledge2 toolsread-only
defineDefine an English word (phonetic, parts of speech, definitions, synonyms).read-only
synonymsList synonyms for an English word.read-only
FetchKnowledge1 toolsread-only
fetch_urlFetch a web page (http/https) and return its readable text content.read-only
Hacker NewsKnowledge3 toolsread-only
hn_itemGet one Hacker News story (text + url) and its top comments by id.read-only
hn_searchFull-text search Hacker News stories by keyword.read-only
hn_topList current Hacker News stories (top, best, or new).read-only
MemoryKnowledge7 toolsread-only
add_memorySave a NEW durable fact about the user to memory. Requires user approval. tier: semantic (durable fact, default), episodic (an event), or working (current task).read-only
delete_memoryPermanently delete a memory from the GPU host. Requires approval. Prefer set_memory_active(off) to merely stop using it.read-only
get_memoryFetch one memory in full by its folder and id.read-only
list_memoryList the facts saved in local memory. Optional filter: 'all' (default), 'active' (only those used in chats), or 'pending' (agent-learned, awaiting the user's approval).read-only
search_memorySearch ALL saved memory (enabled or not) for facts relevant to a query. Hybrid semantic + keyword ranking; returns the top matches. Use this to recall what's known about the user.read-only
set_memory_activeTurn a memory on (injected into chats) or off (kept but not used). Use to approve a pending memory. Requires approval.read-only
update_memoryEdit an existing memory by folder + id. Only the fields you pass are changed. Requires user approval.read-only
RSSKnowledge1 toolsread-only
rss_readRead an RSS or Atom feed (http/https) and return its recent items (title, link, date, summary).read-only
WeatherKnowledge2 toolsread-only
get_forecastGet a multi-day daily weather forecast for a city or place name.read-only
get_weatherGet current weather conditions for a city or place name.read-only
WikipediaKnowledge2 toolsread-only
get_articleGet the summary of a Wikipedia article by its exact title.read-only
searchSearch Wikipedia for article titles matching a query.read-only
Media & Marketing · 21 connectors
Amazon AdsMedia & Marketing5 tools2 write
get_reportFetch the status/result of an existing Amazon Ads report by id.read-only
list_campaignsList Sponsored Products campaigns for a profile.read-only
list_profilesList the advertiser profiles (accounts/marketplaces) this app can access.read-only
create_campaignCreate Sponsored Products campaign(s) for a profile (POST /v2/sp/campaigns).write · gated
update_campaignUpdate Sponsored Products campaign(s) for a profile (PUT /v2/sp/campaigns); each object must include campaignId.write · gated
AmplitudeMedia & Marketing3 toolsread-only
active_usersActive or new user counts over a date range.read-only
event_segmentationEvent segmentation over a date range (counts/uniques by interval, optional group-by).read-only
session_lengthAverage session length over a date range.read-only
BrandwatchMedia & Marketing4 toolsread-only
get_mentionsGet mentions for a project (optionally one query) over a date range.read-only
get_volumeGet monthly mention volume per query for a project over a date range.read-only
list_projectsList Brandwatch projects visible to the API user.read-only
list_queriesList queries (searches) in a Brandwatch project.read-only
BrazeMedia & Marketing5 tools2 write
list_campaignsList Braze campaigns (paged, 0-indexed).read-only
list_canvasesList Braze Canvases (paged, 0-indexed).read-only
list_segmentsList Braze segments (paged, 0-indexed).read-only
send_messageSend an immediate message to specific users.write · gated
track_userTrack user attributes and/or custom events.write · gated
Google AdsMedia & Marketing4 toolsread-only
campaign_metricsPer-campaign metrics (impressions/clicks/cost_micros/conversions) over a date range.read-only
list_ad_groupsList ad groups (id, name, status, parent campaign).read-only
list_campaignsList campaigns (id, name, status, channel, budget).read-only
searchRun an arbitrary GAQL query against the Google Ads API (read-only).read-only
Google Analytics 4Media & Marketing4 toolsread-only
list_metadataList available dimensions and metrics for the GA4 property.read-only
run_reportRun a GA4 report: dimensions x metrics over a date range.read-only
top_pagesTop pages by views (pagePath x screenPageViews).read-only
traffic_by_countryActive users and sessions by country.read-only
HootsuiteMedia & Marketing4 tools1 write
get_meGet the authenticated Hootsuite member (read-only).read-only
list_messagesList scheduled messages (read-only).read-only
list_social_profilesList the social profiles of the authenticated member (read-only).read-only
schedule_messageSchedule a message to one or more social profiles.write · gated
IterableMedia & Marketing5 tools2 write
get_userFetch an Iterable user profile by email.read-only
list_campaignsList Iterable campaign metadata.read-only
list_listsList Iterable lists.read-only
track_eventTrack a custom event for an Iterable user.write · gated
update_userCreate or update an Iterable user profile.write · gated
LinkedIn AdsMedia & Marketing3 toolsread-only
analyticsAd analytics (impressions/clicks/cost) over a date range, pivoted by CAMPAIGN/CREATIVE/etc.read-only
list_ad_accountsList LinkedIn ad accounts the token can access.read-only
list_campaignsList campaigns under a LinkedIn ad account.read-only
MeltwaterMedia & Marketing4 tools1 write
get_analyticsGet summary analytics (volume, etc.) for a saved search (read-only).read-only
get_search_mentionsFetch mentions/documents for a saved search over a date range (read-only).read-only
list_searchesList the user's saved Meltwater searches (read-only).read-only
create_searchCreate (save) a Meltwater search; returns the new search id.write · gated
Meta AdsMedia & Marketing4 toolsread-only
insightsPerformance insights (impressions/clicks/spend/cpc/cpm/ctr/reach) at account|campaign|adset|ad level.read-only
list_adsList ads in the Meta ad account.read-only
list_adsetsList ad sets in the Meta ad account.read-only
list_campaignsList campaigns in the Meta ad account.read-only
MixpanelMedia & Marketing4 tools1 write
eventsEvent totals over a date range for one or more events.read-only
insightsRun a saved Insights report by its numeric bookmark id.read-only
segmentationSegmentation of a single event over a date range (optionally split by a property).read-only
import_eventImport one event into Mixpanel via the Ingestion API.write · gated
PinterestMedia & Marketing6 tools2 write
get_user_accountGet the token owner's Pinterest user account.read-only
list_ad_accountsList the ad accounts the token can access (requires an approved business app).read-only
list_boardsList the token owner's boards.read-only
list_campaignsList campaigns in an ad account (requires an approved business app).read-only
create_campaignCreate a campaign in an ad account (POST /ad_accounts/{id}/campaigns).write · gated
create_pinCreate a Pin on a board from an image URL (POST /pins).write · gated
RedditMedia & Marketing6 tools2 write
get_subredditGet a subreddit's about info (title, subscribers, description).read-only
get_userGet a Reddit user's about info (karma, account age).read-only
list_hotList hot posts from a subreddit.read-only
searchSearch Reddit posts, optionally scoped to a subreddit.read-only
submit_commentReply to a post or comment by its fullname (t3_… for a post, t1_… for a comment).write · gated
submit_postSubmit a self (text) post to a subreddit; returns the new post fullname.write · gated
SegmentMedia & Marketing4 tools1 write
get_workspaceGet the current Segment workspace.read-only
list_destinationsList Segment destinations in the workspace.read-only
list_sourcesList Segment sources in the workspace.read-only
track_eventSend a track event to the Segment Tracking API (requires SEGMENT_WRITE_KEY).write · gated
Snapchat AdsMedia & Marketing6 tools2 write
get_campaign_statsGet performance stats for a campaign.read-only
list_ad_accountsList ad accounts under an organization.read-only
list_campaignsList campaigns under an ad account.read-only
list_organizationsList organizations the authenticated user can access.read-only
create_campaignCreate a campaign under an ad account.write · gated
update_campaignUpdate a campaign under an ad account (campaign_json must include 'id').write · gated
SprinklrMedia & Marketing4 tools1 write
get_resourcesFetch resources of a given type (e.g. 'campaigns', 'assets') (read-only).read-only
list_accountsList social accounts connected to the Sprinklr environment (read-only).read-only
search_messagesSearch or list listening messages (read-only).read-only
publish_messageCreate or schedule a published post/message on Sprinklr.write · gated
Sprout SocialMedia & Marketing5 tools1 write
analytics_profilesRead profile-level analytics (impressions, reactions, etc.) for a date range.read-only
get_metadataGet customer/client metadata, including the customer_id used by the other tools.read-only
list_groupsList the profile groups for a customer.read-only
list_profilesList the social profiles owned by a customer.read-only
publish_messageCreate or schedule a published post to one or more social profiles (POST /{customer_id}/publishing/posts). CAVEAT: built to public docs, unverified; field names may differ per API version.write · gated
TalkwalkerMedia & Marketing4 toolsread-only
get_analyticsGet aggregated analytics (histograms, e.g. sentiment) for a query/topic.read-only
get_resultsGet mentions (search results) for a query or topic in a project.read-only
list_projectsList the Talkwalker projects linked to this access token.read-only
list_topicsList the topics/resources defined in a Talkwalker project.read-only
TikTok AdsMedia & Marketing3 toolsread-only
list_adgroupsList TikTok ad groups for the advertiser.read-only
list_campaignsList TikTok campaigns for the advertiser.read-only
reportIntegrated BASIC report (spend/impressions/clicks/ctr/cpc) over a date range at a data level.read-only
X (Twitter)Media & Marketing5 tools2 write
get_userLook up an X (Twitter) user by @username.read-only
get_user_tweetsRead recent tweets posted by a user (by numeric user id).read-only
search_recentSearch tweets from the last 7 days matching a query.read-only
delete_tweetDelete a tweet by id (requires a user-context token).write · gated
post_tweetPost a tweet, optionally as a reply (requires a user-context token).write · gated
Productivity · 17 connectors
AirtableProductivity5 tools2 write
list_basesList Airtable bases (read-only).read-only
list_recordsList records in a table (read-only).read-only
list_tablesList tables and their fields in a base (read-only).read-only
create_recordCreate a record in a table.write · gated
update_recordUpdate a record by id.write · gated
AsanaProductivity6 tools2 write
get_taskGet a single task by gid (read-only).read-only
list_projectsList projects in a workspace (read-only).read-only
list_tasksList tasks in a project (read-only).read-only
list_workspacesList Asana workspaces (read-only).read-only
create_taskCreate a task in a workspace (optionally in a project).write · gated
update_taskUpdate a task's name/notes/completed by gid.write · gated
BasecampProductivity6 tools1 write
get_projectGet a single Basecamp project by id.read-only
list_projectsList Basecamp projects.read-only
list_todolistsList the to-do lists in a project's to-do set (alias of list_todosets).read-only
list_todosList the to-dos in a to-do list.read-only
list_todosetsList the to-do lists in a project's to-do set.read-only
create_todoCreate a to-do in a to-do list; returns the new to-do id.write · gated
CalendlyProductivity6 tools1 write
get_current_userGet the current Calendly user (read-only).read-only
get_eventGet a single scheduled event by uuid (read-only).read-only
list_event_typesList a user's Calendly event types (read-only).read-only
list_inviteesList invitees of a scheduled event by uuid (read-only).read-only
list_scheduled_eventsList a user's scheduled events (read-only).read-only
cancel_eventCancel a scheduled event by uuid (optionally with a reason).write · gated
ClickUpProductivity7 tools2 write
get_taskGet a single task by id (read-only).read-only
list_listsList folderless lists in a space (read-only).read-only
list_spacesList spaces in a team (read-only).read-only
list_tasksList tasks in a list (read-only).read-only
list_teamsList ClickUp teams/workspaces (read-only).read-only
create_taskCreate a task in a list.write · gated
update_taskUpdate a task's name/description/status by id.write · gated
CodaProductivity4 tools1 write
list_docsList Coda docs (read-only).read-only
list_rowsList rows in a Coda table (column names + simple values).read-only
list_tablesList tables in a Coda doc.read-only
upsert_rowsInsert or update rows in a Coda table.write · gated
DropboxProductivity5 tools2 write
get_file_textDownload a Dropbox file and return its text content.read-only
list_folderList the items inside a Dropbox folder (default root).read-only
searchSearch Dropbox for files and folders.read-only
create_folderCreate a new folder in Dropbox.write · gated
upload_text_fileUpload text content to Dropbox as a new file (autorenames on conflict).write · gated
EgnyteProductivity5 tools2 write
download_fileDownload a file's content from Egnyte by path (text inline; binary base64).read-only
get_metadataGet metadata for an Egnyte file or folder by path.read-only
list_folderList files and folders inside an Egnyte folder (read-only).read-only
create_folderCreate a folder in Egnyte at the given path.write · gated
upload_fileUpload (create/overwrite) a text file in Egnyte at the given path.write · gated
FilesProductivity4 toolsread-only
list_dirList files and subdirectories under a path (relative to the allowed root folder).read-only
make_dirCreate a directory (and any parents) under the root. Requires user approval.read-only
read_fileRead the contents of a text file under the root, given its relative path.read-only
write_fileCreate or overwrite a text file under the root. Requires user approval.read-only
LinearProductivity6 tools2 write
get_issueGet a single issue by id/identifier (read-only).read-only
list_issuesList Linear issues, optionally by team (read-only).read-only
list_projectsList Linear projects (read-only).read-only
list_teamsList Linear teams (read-only).read-only
create_issueCreate an issue in a team.write · gated
update_issueUpdate an issue's title/description/state by id.write · gated
MiroProductivity5 tools2 write
get_boardGet a single Miro board by id.read-only
list_boardsList Miro boards in the account (read-only).read-only
list_itemsList items on a Miro board, optionally filtered by type.read-only
create_boardCreate a new Miro board; returns the new board id.write · gated
create_sticky_noteCreate a sticky note item on a Miro board.write · gated
Monday.comProductivity5 tools2 write
get_board_itemsGet items on a board with their column values.read-only
list_boardsList Monday.com boards (id, name, state, board_kind).read-only
list_usersList Monday.com users (id, name, email).read-only
create_itemCreate a new item on a board.write · gated
create_updatePost an update/comment on an item.write · gated
NotionProductivity5 tools2 write
get_pageGet a page's properties by id (read-only).read-only
query_databaseList rows (pages) in a database (read-only).read-only
searchSearch Notion pages and databases (read-only).read-only
create_pageCreate a page under a database or page parent.write · gated
update_pageUpdate a page's properties.write · gated
ShortcutProductivity8 tools2 write
get_storyGet a single Story by its public id.read-only
list_epicsList all Epics in the Shortcut workspace.read-only
list_membersList all Members of the Shortcut workspace.read-only
list_projectsList all Projects in the Shortcut workspace.read-only
list_workflowsList all Workflows and their states.read-only
search_storiesSearch Stories with a Shortcut search-operators query string.read-only
create_storyCreate a new Story; returns the new story id.write · gated
update_storyUpdate an existing Story by id (only supplied fields change).write · gated
SmartsheetProductivity6 tools2 write
get_sheetGet a sheet: name, columns, and first 25 rows.read-only
list_sheetsList sheets accessible to the account.read-only
list_workspacesList Smartsheet workspaces.read-only
searchSearch across Smartsheet for sheets/rows/items.read-only
add_rowAdd a row to the bottom of a sheet.write · gated
update_rowUpdate an existing row's cells.write · gated
TrelloProductivity6 tools2 write
get_cardGet a single card by id (read-only).read-only
list_boardsList your Trello boards (read-only).read-only
list_cardsList cards in a list (read-only).read-only
list_listsList the lists (columns) on a board (read-only).read-only
create_cardCreate a card in a list.write · gated
update_cardUpdate a card's name/desc/closed or move it to another list.write · gated
WrikeProductivity7 tools2 write
get_taskGet a single Wrike task by id.read-only
list_contactsList contacts (users) in the Wrike account (read-only).read-only
list_foldersList all folders in the Wrike workspace (read-only).read-only
list_projectsList Wrike projects (folders with a project property).read-only
list_tasksList tasks in the Wrike workspace (read-only).read-only
create_taskCreate a task in a Wrike folder; returns the new task id.write · gated
update_taskUpdate a Wrike task by id (title and/or description).write · gated
Security · 32 connectors
1Password ConnectSecurity5 tools2 write
get_itemGet a single item WITH its field values (surfaces secret material).read-only
list_itemsList items in a vault — metadata only, no secret field values (read-only).read-only
list_vaultsList the vaults the Connect token can access (read-only).read-only
create_itemCreate an item in a vault from a full item JSON object.write · gated
delete_itemDelete an item from a vault.write · gated
AbuseIPDBSecurity4 tools1 write
blacklistDownload the AbuseIPDB blacklist of abusive IPs at or above a confidence score.read-only
check_blockCheck a CIDR network block against the AbuseIPDB reputation database.read-only
check_ipCheck a single IP address against the AbuseIPDB reputation database.read-only
report_ipReport an abusive IP address to AbuseIPDB.write · gated
Auth0Security7 tools3 write
get_userGet a single Auth0 user by id (e.g. auth0|abc123).read-only
list_clientsList Auth0 clients (applications); read-only.read-only
list_connectionsList Auth0 connections (identity sources); read-only.read-only
list_usersList Auth0 users (read-only). 'query' is a Lucene query string.read-only
create_userCreate an Auth0 user from a JSON object ('connection' is required).write · gated
delete_userDelete an Auth0 user (irreversible).write · gated
update_userUpdate an Auth0 user (PATCH); set {"blocked": true} to block.write · gated
BeyondTrustSecurity4 toolsread-only
list_assetsList assets (read-only).read-only
list_managed_accountsList managed accounts (read-only; metadata only, never passwords).read-only
list_managed_systemsList managed systems (read-only).read-only
list_secretsList Secrets Safe secret metadata (read-only; never returns secret values).read-only
CrowdStrike FalconSecurity6 tools2 write
list_detectionsList Falcon EDR detections/alerts (read-only); 'fql' is a Falcon Query Language filter.read-only
list_hostsList hosts/devices (read-only).read-only
list_incidentsList Falcon incidents (read-only).read-only
list_iocsList custom indicators of compromise (read-only).read-only
contain_hostNetwork-contain a host (or lift containment) by device id.write · gated
update_detectionUpdate a detection's status (and optional comment).write · gated
CyberArkSecurity5 toolsread-only
get_accountGet a single account's metadata by id (never the secret value).read-only
list_accountsList privileged accounts (metadata only; secret values are NEVER retrieved).read-only
list_safe_membersList the members (users/groups with permissions) of a safe.read-only
list_safesList safes (vault containers).read-only
list_usersList vault users (metadata).read-only
DelineaSecurity4 toolsread-only
get_folderGet a single folder by id (read-only).read-only
get_secretGet a single secret's metadata/summary by id (field values NOT returned).read-only
list_foldersList folders (read-only).read-only
list_secretsList secret metadata (read-only; never returns field/password values).read-only
GreyNoiseSecurity4 toolsread-only
gnqlSearch the GreyNoise NOISE dataset with a GNQL query.read-only
ip_contextFull GreyNoise context for an IP (classification, tags, metadata).read-only
ip_quickQuick noise check for an IP (is it scanning the internet?).read-only
riotRIOT lookup: is this IP a common benign business service?read-only
HashiCorp VaultSecurity5 tools1 write
list_mountsList the secret engine mounts (read-only; needs a sudo-capable token).read-only
list_policiesList the ACL policy names (read-only).read-only
list_secretsList the keys under a KV path (read-only).read-only
read_secretRead a KV secret at <mount>/<path> (read-only).read-only
write_secretWrite a KV secret at <mount>/<path> from a JSON object.write · gated
Jamf ProSecurity4 tools1 write
list_computersList Jamf computer inventory records (read-only).read-only
list_mobile_devicesList Jamf mobile-device records (read-only).read-only
list_policiesList Jamf policies via the Classic API (read-only).read-only
send_commandSend an MDM command to a device by managementId (RESTART_DEVICE, DEVICE_LOCK, ERASE_DEVICE, etc.).write · gated
JumpCloudSecurity8 tools3 write
get_userGet a single JumpCloud system user by id.read-only
list_group_membersList the members of a JumpCloud user group (read-only).read-only
list_systemsList JumpCloud systems (managed devices); read-only.read-only
list_user_groupsList JumpCloud user groups (read-only).read-only
list_usersList JumpCloud system users (read-only).read-only
add_user_to_groupAdd a JumpCloud user to a user group.write · gated
create_userCreate a JumpCloud system user from a JSON object (email and username required).write · gated
suspend_userSuspend or un-suspend a JumpCloud system user.write · gated
Microsoft DefenderSecurity8 tools3 write
advanced_huntingRun a read-only KQL advanced hunting query (advancedqueries/run).read-only
get_alertGet a single Defender for Endpoint alert by id.read-only
list_alertsList alerts in Defender for Endpoint.read-only
list_machinesList devices (machines) onboarded to Defender for Endpoint.read-only
list_vulnerabilitiesList vulnerabilities (CVEs) known to Defender for Endpoint.read-only
isolate_machineIsolate a machine from the network (high-impact response action; --write only).write · gated
run_antivirus_scanRun an antivirus scan on a machine (high-impact response action; --write only).write · gated
unisolate_machineRelease a machine from isolation (high-impact response action; --write only).write · gated
Microsoft Entra IDSecurity8 tools3 write
get_userGet a single Entra ID user by id or userPrincipalName.read-only
list_directory_rolesList the activated Entra ID directory roles (read-only).read-only
list_groupsList Entra ID groups (read-only).read-only
list_signinsList Entra ID sign-in events (read-only; needs AuditLog.Read.All).read-only
list_usersList Entra ID users (read-only).read-only
add_member_to_groupAdd a user as a member of an Entra ID group.write · gated
create_userCreate an Entra ID user (displayName, mailNickname, userPrincipalName, passwordProfile).write · gated
disable_userDisable an Entra ID user (accountEnabled=false).write · gated
Microsoft SentinelSecurity4 tools1 write
get_incidentGet a single Sentinel incident by name/id.read-only
list_incidentsList Microsoft Sentinel incidents (read-only).read-only
run_kqlRun a KQL query against the Log Analytics workspace (read-only).read-only
update_incidentUpdate a Sentinel incident's status/severity/title.write · gated
MimecastSecurity4 toolsread-only
get_audit_eventsList admin/audit events (read-only).read-only
list_held_messagesList held / quarantine queue messages (read-only).read-only
list_ttp_url_logsList Targeted Threat Protection URL-click logs (read-only).read-only
search_messagesSearch tracked/delivered messages (message tracking) (read-only).read-only
NetskopeSecurity4 toolsread-only
list_alertsList Netskope alerts (read-only).read-only
list_clientsList Netskope Client (steering agent) installs/devices (read-only).read-only
list_eventsList Netskope events by type (application|page|audit|network|infrastructure).read-only
list_publishersList Netskope Private Access publishers (read-only).read-only
OktaSecurity9 tools4 write
get_userGet a single Okta user by id or login.read-only
list_group_membersList the users in an Okta group (read-only).read-only
list_groupsList Okta groups (read-only).read-only
list_logsList Okta System Log events (sign-ins, etc.); read-only.read-only
list_usersList Okta users (read-only).read-only
add_user_to_groupAdd an Okta user to a group.write · gated
create_userCreate an Okta user from a JSON profile (firstName, lastName, email, login).write · gated
deactivate_userDeactivate an Okta user.write · gated
reset_passwordReset an Okta user's password (returns a one-time URL unless send_email is true).write · gated
PingOneSecurity4 toolsread-only
get_userGet a single PingOne user by id.read-only
list_groupsList PingOne groups (read-only). 'filter' is a SCIM filter expression.read-only
list_user_groupsList the groups a PingOne user belongs to (read-only).read-only
list_usersList PingOne users (read-only). 'filter' is a SCIM filter expression.read-only
ProofpointSecurity4 toolsread-only
get_campaignGet full details of a single TAP campaign by id.read-only
get_threatGet forensic/threat details for a single threat id.read-only
list_campaign_idsList campaign ids in an ISO8601 time interval (read-only).read-only
list_siemList TAP SIEM threat events (delivered/blocked messages, permitted/blocked clicks) in a lookback window.read-only
QualysSecurity4 toolsread-only
list_host_detectionsList host vulnerability detections (read-only).read-only
list_hostsList scanned hosts/assets (read-only).read-only
list_scansList VM scans (read-only).read-only
list_vulnsList vulnerabilities from the Qualys KnowledgeBase (read-only).read-only
Rapid7 InsightVMSecurity4 toolsread-only
get_assetGet a single asset by id.read-only
list_assetsList assets/devices known to the InsightVM console (read-only).read-only
list_scansList scans run by the console (read-only).read-only
list_vulnerabilitiesList vulnerabilities for an asset (if 'asset_id' given) or the full catalog (read-only).read-only
SailPointSecurity6 tools2 write
get_identityGet a single identity by id (read-only).read-only
list_access_profilesList access profiles (read-only).read-only
list_accountsList source accounts (read-only).read-only
list_identitiesList identities (read-only).read-only
request_accessSubmit an access request to grant/revoke access (provision) for an identity.write · gated
submit_certification_decisionSubmit a certification decision (approve/revoke) for a campaign item (certify).write · gated
SentinelOneSecurity6 tools2 write
get_agentGet a single agent by id.read-only
get_threatGet a single threat by id.read-only
list_agentsList agents/endpoints (read-only).read-only
list_threatsList threats/detections (read-only).read-only
disconnect_agentDisconnect a host from the network (or reconnect) by agent id.write · gated
mitigate_threatApply a mitigation action (kill/quarantine/remediate/rollback) to a threat.write · gated
ShodanSecurity6 tools1 write
account_profileGet information about the Shodan account tied to the API key.read-only
dns_domainGet subdomains and DNS records Shodan knows for a domain.read-only
dns_resolveResolve hostnames to IP addresses.read-only
host_infoReturn all services Shodan has found on the given host IP.read-only
searchSearch Shodan using the website's query syntax.read-only
request_scanRequest Shodan to scan the given IPs/netblocks on-demand (uses scan credits).write · gated
SplunkSecurity5 tools1 write
get_resultsFetch results for a completed search job by sid.read-only
list_indexesList Splunk indexes.read-only
list_saved_searchesList saved searches / reports with their SPL.read-only
run_searchRun an SPL search and return matching events (read-only, row-capped).read-only
create_saved_searchCreate a saved search.write · gated
Sumo LogicSecurity4 toolsread-only
get_collectorGet a single collector by id (read-only).read-only
get_search_recordsFetch result records from an existing search job by id (read-only).read-only
list_collectorsList data collectors (read-only).read-only
run_searchRun a Sumo Logic search query (creates a job, polls to completion, returns records). Read-only.read-only
TaniumSecurity4 toolsread-only
get_saved_questionGet a saved question by id or name; set with_results=true to fetch current result data.read-only
list_actionsList actions / deployment history (read-only; never creates or runs an action).read-only
list_endpointsList managed endpoints / client system status (read-only).read-only
list_saved_questionsList saved questions (read-only).read-only
TenableSecurity5 tools1 write
get_scanGet a scan's details and host vulnerability summary (read-only).read-only
list_assetsList assets (read-only).read-only
list_pluginsList plugin families, or plugins within a family if 'family_id' is given (read-only).read-only
list_scansList configured scans (read-only).read-only
launch_scanLaunch a configured scan by id.write · gated
VeracodeSecurity4 toolsread-only
get_applicationGet a single application profile by GUID (read-only).read-only
get_summary_reportGet the summary report (scores / policy status) for an application (read-only).read-only
list_applicationsList application profiles (read-only).read-only
list_findingsList security findings for an application (read-only).read-only
VirusTotalSecurity7 tools2 write
get_domain_reportGet the VirusTotal report for a domain.read-only
get_file_reportGet the VirusTotal analysis report for a file by MD5/SHA-1/SHA-256 hash.read-only
get_ip_reportGet the VirusTotal report for an IP address.read-only
get_url_reportGet the VirusTotal analysis report for a URL.read-only
searchSearch VirusTotal for files, URLs, domains, IPs or other intelligence.read-only
add_commentAdd a comment to a VirusTotal file, url, domain or ip_address.write · gated
submit_urlSubmit a URL to VirusTotal for scanning.write · gated
WizSecurity4 toolsread-only
list_cloud_resourcesList cloud inventory resources (read-only).read-only
list_issuesList Wiz security issues (read-only).read-only
list_vulnerabilitiesList Wiz vulnerability findings (read-only).read-only
run_graphqlRun an arbitrary read-only GraphQL query against the Wiz API (mutations rejected).read-only
ZscalerSecurity4 toolsread-only
get_statusGet ZIA admin session / config activation status (read-only).read-only
list_url_categoriesList URL categories (custom + predefined) (read-only).read-only
list_url_filtering_rulesList URL filtering policy rules (read-only).read-only
list_usersList ZIA users (read-only).read-only
Upstream connectors · tools defined by the external MCP server

50 more connectors run an upstream/community MCP server, so their tool set is defined there rather than in our source: Apify, Axiom, BigQuery, Brave Search, CircleCI, ClickHouse, Cloudflare, CockroachDB, Discord, Docker, DuckDB, DuckDuckGo Search, EverArt, Everything, Exa, Figma, Firecrawl, Google Calendar, Google Drive, Google Maps, Heroku, Home Assistant, Kubernetes, Microsoft 365, Microsoft SQL Server, MongoDB, MySQL, Neon, Netlify, Obsidian, openFDA, PayPal, Perplexity, Postgres, Redis, Salesforce, SAP, Sentry, Sequential Thinking, Shopify, SingleStore, Square, Stripe, Supabase, Tableau, Tavily, Telegram (user), Terraform, Todoist, Twilio.