Skip to main content
Glama
Maronato

YNAB MCP Server

by Maronato

List Undo History

list_undo_history
Read-onlyIdempotent

List undoable operations in your YNAB budget to review and track changes that can be reverted.

Instructions

List undoable operations for a budget.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum entries to return. Defaults to 20.
offsetNoEntries to skip before returning results, for paging.
budget_idNoBudget ID. Omit to use the last-used budget.
include_undoneNo
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds no additional behavioral context (e.g., data freshness, sorting, or what qualifies as 'undoable'), so it meets the baseline without enrichment.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence that clearly states the tool's purpose. Every word earns its place with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no output schema and moderate parameter count, the description is overly brief. It does not explain the return format, pagination behavior, or the meaning of 'undoable operations,' leaving gaps for the agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 75% schema coverage, the schema already describes most parameters. The description adds no parameter details, so it does not improve semantic understanding beyond what the schema provides. Baseline score is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'List undoable operations for a budget,' which clearly identifies the action and resource. It implicitly distinguishes from the sibling tool 'undo_operations' by focusing on listing rather than performing actions, but does not explicitly contrast them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like 'undo_operations.' There is no mention of prerequisites, context, or exclusions, leaving the agent to infer usage from context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Maronato/ynab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server