Ir al contenido

get_category_balances

Budgeted, spent (activity) and available (balance) per category for a month.

Amounts in currency units; activity is negative for spending. Hidden and internal categories are left out, and so are categories with nothing budgeted, spent or available unless include_empty is true. Use get_budget_vs_actual for the share of each budget consumed.

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" ‘YYYY-MM-01’ or ‘current’.
include_empty boolean no false Also list categories with no amount at all.

array of object

Campo Tipo Descripción
category_id string YNAB id of the category.
name string Category name.
group string Name of the category’s group.
budgeted number Amount assigned to the category this month.
activity number Amount spent (negative) or received in the category this month.
balance number Available at the end of the month: carried over, plus budgeted, plus activity.

Argumentos:

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

Respuesta sobre el presupuesto de demostración:

[
{
"category_id": "cat-rent",
"name": "Rent",
"group": "Bills",
"budgeted": 950.0,
"activity": -950.0,
"balance": 0.0
},
{
"category_id": "cat-power",
"name": "Electricity",
"group": "Bills",
"budgeted": 70.0,
"activity": 0.0,
"balance": 70.0
},
{
"category_id": "cat-phone",
"name": "Phone",
"group": "Bills",
"budgeted": 20.0,
"activity": -19.99,
"balance": 0.01
},
{
"category_id": "cat-groceries",
"name": "Groceries",
"group": "Everyday",
"budgeted": 400.0,
"activity": 0.0,
"balance": 400.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