Skip to main content
Glama
oyemecarnal

monarch-mcp-ultimate

by oyemecarnal

set_budget_amount

Set or update the monthly budget amount for a specific category or group, with options to specify start date and apply to future months.

Instructions

Set the monthly budget amount for a category or category group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesBudget amount (positive number)
start_dateNoMonth start date YYYY-MM-DD (defaults to current month)
category_idNoCategory ID to budget (use get_categories)
apply_to_futureNoApply this amount to all future months too
category_group_idNoCategory group ID to budget at group level
Behavior2/5

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

With no annotations, the description carries full responsibility for behavioral disclosure, but it only says 'Set' without explaining consequences like overwriting existing budgets, permission requirements, or handling of missing category/group IDs. This is a minimal mutation description similar to the update_drive example.

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 front-loads the action and target. It contains no wasted words and is easily scannable.

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?

Despite having 5 parameters and no output schema, the description is only one sentence. It does not explain relationships between parameters (e.g., whether category_id and category_group_id are mutually exclusive), nor what the caller should expect as a response, leaving the tool incomplete for a setter.

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?

The input schema covers 100% of parameters with descriptions, so the baseline applies. The description adds marginal value by mentioning both category and category group, which aligns with category_id and category_group_id, but adds no new semantic details.

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

Purpose5/5

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

The description clearly states the tool's function with a specific verb ('Set') and resource ('monthly budget amount'), and specifies the target scope ('category or category group'). This distinguishes it from sibling getter tools like get_budget_summary.

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

Usage Guidelines3/5

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

The description provides no explicit guidance on when to use this tool versus alternatives, nor any prerequisites or exclusion criteria. It only implies usage by stating what it does, which is minimally sufficient for a straightforward setter.

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/oyemecarnal/monarch-mcp-ultimate'

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