Ir al contenido

get_budget_vs_actual

Return a budget-vs-actual breakdown with utilisation percentage per category.

Amounts in currency units; utilization_pct above 100 means over budget.

Tipo solo lectura
Confirmación no
Deshacer no
Idempotente sí
Peticiones a YNAB 1 para el ejemplo de abajo, con la caché vacía
Nombre Tipo Obligatorio Por defecto Descripción
plan_id string sí — YNAB plan id or ‘last-used’.
month string no "current" ISO month ‘YYYY-MM-01’ or ‘current’.

array of object

Campo Tipo Descripción
id string YNAB id of the category.
name string Category name.
group string Name of the category’s group, e.g. Fun for Tennis.
budgeted number Amount assigned to the category this month.
actual number Amount spent this month, as a positive number.
balance number What is left: budgeted minus spent, plus what was carried over; negative when overspent.
utilization_pct number Spent as a share of budgeted, in percent; above 100 means overspent, 0 when nothing is budgeted.

Argumentos:

{
"plan_id": "demo-budget",
"month": "2026-09-01"
}

Respuesta sobre el presupuesto de demostración:

[
{
"id": "cat-rent",
"name": "Rent",
"group": "Bills",
"budgeted": 950.0,
"actual": 950.0,
"balance": 0.0,
"utilization_pct": 100.0
},
{
"id": "cat-power",
"name": "Electricity",
"group": "Bills",
"budgeted": 70.0,
"actual": 0.0,
"balance": 70.0,
"utilization_pct": 0.0
},
{
"id": "cat-phone",
"name": "Phone",
"group": "Bills",
"budgeted": 20.0,
"actual": 19.99,
"balance": 0.01,
"utilization_pct": 99.9
},
{
"id": "cat-groceries",
"name": "Groceries",
"group": "Everyday",
"budgeted": 400.0,
"actual": 0.0,
"balance": 400.0,
"utilization_pct": 0.0
},
"… 5 more"
]
  • month must be 'current' or the first day of a month as YYYY-MM-01, got '{month}'.

Los errores propios de YNAB llegan como Error calling tool '<tool>': YNAB <status>: <detail>.

Proyecto no oficial. «We are not affiliated, associated, or in any way officially connected with YNAB or any of its subsidiaries or affiliates.» No estamos afiliados, asociados ni conectados oficialmente con YNAB. YNAB y You Need A Budget son marcas registradas de YNAB. avenir-mcp se ofrece tal cual, sin garantía, y no es asesoramiento financiero. Aviso legal