Portals (Accountants)Read-only

List Portals

list_portals

List every client portal under a top-level workspace. Returns each portal's id, name, icon, status counts (banks/feeds/members/invitations), portalConfig, and lastActivityAt. Use the portal id as a workspaceId in any other tool. Accountants only.

Parameters

ParameterTypeRequiredDescription
workspaceIdstringrequiredParent workspace ID — must be top-level (NOT a portal). Get from list_workspaces (entries WITHOUT a parentWorkspaceId).

Example call

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

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

Use this tool in

Related Portals (Accountants) tools