Ir al contenido

list_plans

List all YNAB plans accessible with the current API key.

A plan is what YNAB now calls a budget, and what users may still call their budget. Use the plan id in subsequent tool calls. ‘last-used’ also works, but names whichever plan was last opened in YNAB: with several plans, pass the id.

Tipo solo lectura
Confirmación no
Deshacer no
Idempotente sí
Peticiones a YNAB 1 para el ejemplo de abajo, con la caché vacía

ninguno.

array of object

Campo Tipo Descripción
id string YNAB id of the budget, to pass as plan_id.
name string Budget name.
first_month string | null First month with data, YYYY-MM-01; null for an empty budget.
last_month string | null Last month with data, YYYY-MM-01; null for an empty budget.

Argumentos:

{}

Respuesta sobre el presupuesto de demostración:

[
{
"id": "demo-budget",
"name": "Demo household",
"first_month": "2026-06-01",
"last_month": "2026-09-01"
}
]

Esta herramienta no lanza errores propios; los errores 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