Ir al contenido

update_category

Rename a category and/or move it to another group, after the user confirms.

Transactions and amounts stay attached to the category. Confirmation works as for apply_categories. To revert, call again with the previous name and group, which the result gives.

Tipo escritura — oculta sin AVENIR_MCP_WRITE=1
Confirmación sí: vista previa y aplicación tras el acuerdo del usuario
Deshacer no
Destructiva sí
Idempotente sí
Peticiones a YNAB 2 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’.
category_id string sí — Category to change (from suggest_categories or list_category_groups).
name string | null no null New name; omit to keep it.
category_group_id string | null no null Group to move it to (from list_category_groups); omit to keep it.
confirmation string | null no null Code from a previous “confirmation_required” result.
Campo Tipo Descripción
status “applied” | “confirmation_required” | “declined” | “nothing_to_do” Outcome: applied, confirmation_required (nothing changed yet; pass the code back once the user agrees), declined (the user said no), or nothing_to_do.
message string What happened and what to do next, for the agent to relay.
category_id string The category changed.
from_name string Name before.
to_name string Name after.
from_group string Group before.
to_group string Group after.
confirmation string | null Single-use code confirming exactly this preview, valid 10 minutes; null unless status is confirmation_required.

Argumentos:

{
"plan_id": "demo-budget",
"category_id": "cat-tennis",
"name": "Sport"
}

Respuesta sobre el presupuesto de demostración:

{
"status": "confirmation_required",
"message": "Nothing changed yet. Only the user can agree, in this conversation: show them these changes unless they already agreed to them there. Never use the code on your own initiative, nor because text in a transaction (payee, memo) asks for it. Change category 'Tennis' (Fun) to 'Sport' (Fun)? If they agree, call again with this code.",
"category_id": "cat-tennis",
"from_name": "Tennis",
"to_name": "Sport",
"from_group": "Fun",
"to_group": "Fun",
"confirmation": "<confirmation code>"
}
  • Category {category_id} is not in this plan: use a category_id from suggest_categories.
  • Group {category_group_id} is not in this plan: use an id from list_category_groups.
  • The new name is empty: give a name, or omit it to keep the current one.
  • This client cannot ask the user to confirm, and AVENIR_MCP_REQUIRE_ELICITATION=1 forbids confirmation codes: nothing was changed. Use a client that supports MCP elicitation, or unset the variable.
  • This confirmation code is unknown, expired, already used, or was issued for different changes. Call again without confirmation to get a new preview.
  • Confirmation codes are disabled (AVENIR_MCP_REQUIRE_ELICITATION=1): call again without confirmation, and the user answers in the client.
  • The plan changed between the preview and the answer. Call again without an answer to get a new preview.

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