Get chart of accounts
Lists the full active chart of accounts of the tenant with number, name, type, category and system flag.
list_accounts
Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token in the OAuth flow. Scopes
journal:read
Response
200
Success
MCP
JSON list_accounts {
"tool": "list_accounts"
} 200 Response
JSON [
{
"number": "<string>",
"name": "<string>",
"type": "<string>",
"category": "<string>",
"is_system": true
}
]