Portals (Accountants)Read-only

Get Family Usage

get_family_usage

Get the accountant's plan usage rolled up across the parent workspace plus every portal under it. Returns total counts (banks, feeds, integrations, members, portals) and the effective family limits. Useful for answering 'how close am I to my plan cap?' across all clients in one call.

Try asking

What's my current usage against my plan limits?

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": "get_family_usage",
"arguments": {
"workspaceId": "workspaceId_123"
}
}

Use this tool in

Related Portals (Accountants) tools