WorkspaceRead-only

List Integrations

list_integrations

List connected destination integrations (Notion, Google Sheets, Airtable, Excel) for a workspace. Returns integrationId needed when configuring a feed destination. Pass scope='family' on an accountant's parent workspace to also include integrations from every portal under it. Provider auth tokens are stripped from all responses.

Parameters

ParameterTypeRequiredDescription
workspaceIdstringrequiredWorkspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces).
scope'self' | 'family'optionalOptional. `self` (default) returns this workspace only. `family` includes every portal under it — for accountants who want a single view across all clients. Each row in a family response gains a `portal: { id, name, icon } | null` badge and a `workspaceId` field. Requires admin+ role and is only valid on a top-level workspace.

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "list_integrations",
"arguments": {
"workspaceId": "workspaceId_123"
}
}

Use this tool in

Related Workspace tools