Skip to main content
Glama
erikrubstein

monarch-mcp2

by erikrubstein

Budget Reset Budget Rollover

budget_reset_budget_rollover
Destructive

Reset budget rollover for a specific month. Optionally target a category or group to clear its rollover data.

Instructions

Reset budget rollover. This may delete, clear, reset, or otherwise remove data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monthYes
fieldsNoOptional dotted output field paths to return, such as ['id', 'merchant.name', 'category.name'].
category_idNo
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
session_pathNo
starting_balanceNo
category_group_idNo
Behavior2/5

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

Annotations already indicate destructiveHint=true, and the description echoes this with 'may delete, clear, reset, or otherwise remove data'. However, it lacks specificity about what exactly is removed, which rollovers are affected, and whether parameters like category_id scope the action.

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

Conciseness3/5

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

The description is brief (two short sentences), but the second sentence is redundant and vague. It is front-loaded but could be more informative without increasing length.

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?

Given 7 parameters, no output schema, and destructive nature, the description fails to provide sufficient context. It does not explain how parameters interact, what returns are expected, or how this differs from sibling tools.

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?

The description adds no value to the input schema. With only 29% schema description coverage, the required parameter 'month' and key parameters like 'category_id' have no explanation in the description. The tool's core behavior is left vague.

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 'Reset budget rollover', clearly indicating the action and resource. It differentiates from siblings like 'budget_reset_budget' which resets the entire budget, but does not elaborate on what exactly 'reset' means, leaving some ambiguity.

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?

No explicit guidance on when to use this tool versus alternatives like 'budget_set_budget_rollover' or 'budget_reset_budget'. The description implies use for resetting rollovers but does not provide usage context or exclusions.

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

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