Aller au contenu

list_accounts

List the plan’s accounts with their current balances (in currency units).

Use it to reconcile YNAB with the bank.

Nature lecture seule
Confirmation non
Annulation non
Idempotent oui
Requêtes YNAB 1 pour l’exemple ci-dessous, cache vide
Nom Type Obligatoire Défaut Description
plan_id string oui — YNAB plan id or ‘last-used’.

array of object

Champ Type Description
id string YNAB id of the account.
name string Account name.
type string YNAB account type, e.g. checking, savings, creditCard, otherAsset.
on_budget boolean False for a tracking account, whose transactions take no category.
closed boolean True when the account is closed in YNAB.
balance number Balance of all transactions.
cleared_balance number Balance of the transactions the bank has shown.
uncleared_balance number Balance of the transactions the bank has not shown yet.

Arguments :

{
"plan_id": "demo-budget"
}

Réponse sur le budget de démonstration :

[
{
"id": "acc-checking",
"name": "Checking",
"type": "checking",
"on_budget": true,
"closed": false,
"balance": 3512.66,
"cleared_balance": 3512.66,
"uncleared_balance": 0.0
},
{
"id": "acc-savings",
"name": "Savings",
"type": "savings",
"on_budget": true,
"closed": false,
"balance": 600.0,
"cleared_balance": 600.0,
"uncleared_balance": 0.0
}
]

Cet outil ne lève pas d’erreur propre ; les erreurs de YNAB reviennent sous la forme Error calling tool '<tool>': YNAB <status>: <detail>.

Projet non officiel. « We are not affiliated, associated, or in any way officially connected with YNAB or any of its subsidiaries or affiliates. » Nous ne sommes ni affiliés, ni associés, ni liés officiellement à YNAB. YNAB et You Need A Budget sont des marques déposées de YNAB. avenir-mcp est fourni tel quel, sans garantie, et n’est pas un conseil financier. Mentions légales