Skip to main content
Glama
dcode

monarch-mcp2-obot

by dcode

Budget Set Budget Category Rollover

budget_set_budget_category_rollover

Enable or update rollover for a budget category in Monarch Money. Control how unused funds carry over to future months by setting rollover type, frequency, and starting balance.

Instructions

Set budget category rollover. This may create or update Monarch data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoOptional dotted output field paths to return, such as ['id', 'merchant.name', 'category.name'].
enabledYes
frequencyNo
category_idYes
output_modeNoOutput shape to return. Use summary for compact CLI-style defaults, full for complete structured data without raw, and raw for complete structured data including raw payloads.summary
start_monthNo
rollover_typeNo
target_amountNo
apply_to_futureNo
starting_balanceNo
Behavior2/5

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

The description states 'This may create or update Monarch data,' which loosely reflects the openWorldHint and non-idempotent annotations, but it adds no meaningful behavioral context beyond those structured signals. It does not disclose whether existing rollover settings are overwritten, what side effects occur for budget calculations, or what data is affected. Since annotations already signal mutation and non-idempotency, the description carries minimal extra value.

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

Conciseness2/5

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

The description is short, but brevity is not the same as conciseness. The first sentence simply restates the tool name, and the second is a generic mutation warning that is already encoded in annotations. Neither sentence earns its place by adding useful information.

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

Completeness1/5

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

With 10 parameters, no output schema, and only 20% schema description coverage, this definition is far from complete. It lacks explanation of rollover behavior, the role of each parameter, expected input formats, and return values. The surrounding sibling list shows there are closely related rollover tools, but the description provides no context to choose among them.

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

Parameters1/5

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

Schema description coverage is only 20%, and the description does not compensate for the undocumented parameters. Required parameters like category_id and enabled are not explained, nor are optional ones such as frequency, rollover_type, target_amount, apply_to_future, and starting_balance. An agent cannot determine valid formats, expected date conventions, or how these parameters interact.

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 names a specific verb and resource: 'Set budget category rollover.' This distinguishes it from sibling tools like budget_set_budget_group_rollover through the 'category' qualifier, though it does not explain what rollover means or how it differs from reset_budget_rollover. It is clear enough for initial identification but lacks differentiation detail.

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?

There is no guidance about when to use this tool versus alternatives such as budget_set_budget_group_rollover, budget_set_flex_rollover_settings, or budget_reset_budget_rollover. The phrase 'This may create or update Monarch data' is a side-effect warning, not a usage condition. An agent has no basis for selecting this tool over its siblings.

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/dcode/monarch-mcp2-obot'

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