Search accounts
Searches the chart of accounts by number or name. Returns matching accounts with number, name and type.
search_accounts
Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token in the OAuth flow. Scopes
journal:read
Parameters
query string required Search term (account number or name)
limit number optional Maximum results (default: 20)
Response
200
Success
MCP
JSON search_accounts {
"tool": "search_accounts",
"params": {
"query": "<string>"
}
} 200 Response
JSON [
{
"number": "<string>",
"name": "<string>",
"type": "<string>"
}
]