Abstimmvorschläge abrufen
Gibt automatisch berechnete Abstimmvorschläge für offene Bankumsätze zurück — sortiert nach Übereinstimmungsqualität.
get_reconciliation_suggestions
Authorization
Authorization string header erforderlich API-Key im Format
ll_.... Übergabe als Bearer Token im OAuth-Flow. Scopes
bank:read
Parameter
bank_account_id string (uuid) erforderlich ID des Bankkontos
limit number optional Maximale Vorschläge (default: 20)
Antwort
Kein Antwort-Schema definiert.
MCP
JSON get_reconciliation_suggestions {
"tool": "get_reconciliation_suggestions",
"params": {
"bank_account_id": "<string>"
}
}