Get reconciliation suggestions
Returns automatically computed reconciliation suggestions for open bank transactions — sorted by match quality.
get_reconciliation_suggestions
Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token in the OAuth flow. Scopes
bank:read
Parameters
bank_account_id string (uuid) required ID of the bank account
limit number optional Maximum suggestions (default: 20)
Response
No response schema defined.
MCP
JSON get_reconciliation_suggestions {
"tool": "get_reconciliation_suggestions",
"params": {
"bank_account_id": "<string>"
}
}