Account DataRead-only

List Accounts

list_accounts

Fetch live accounts for a bank connection directly from the institution — not cached. Returns accountId, accountType, balance, and currency.

Try asking

List all accounts on my Chase connection.

Parameters

ParameterTypeRequiredDescription
workspaceIdstringrequiredWorkspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces).
bankIdstringrequiredBank connection ID — get from list_banks

Example call

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

{
"tool": "list_accounts",
"arguments": {
"workspaceId": "workspaceId_123",
"bankId": "bankId_123"
}
}

Use this tool in

Related Account Data tools