Skip to main content
Glama
Ronit-019

Finance Intelligence MCP

by Ronit-019

delete_budgets

Delete budgets matching criteria such as period, category, date range, or specific IDs. Combine filters to target exact budgets for removal.

Instructions

Delete budgets matching the target filters. At least one target filter must be provided. All provided filters are combined using AND.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoRecurrence period to filter target budgets.
categoryNoCategory name to filter target budgets.
end_dateNoFilter end date in YYYY-MM-DD format (delete budgets ending on or before this date; requires start_date).
budget_idsNoList of specific budget IDs to delete.
start_dateNoFilter start date in YYYY-MM-DD format (delete budgets starting on or after this date).
budget_typeNoBudget scope: 'overall', 'category', or 'subcategory'.
subcategoryNoSubcategory name to filter target budgets.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description conveys the destructive nature implicitly through 'delete' but doesn't disclose permanence, permissions, or the interaction between budget_ids and other filters. It does add the AND-combination rule, which is useful but basic.

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?

Two short sentences deliver the core action and necessary constraints, with no redundant words or repetition of schema details.

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

Completeness4/5

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

The tool has 7 parameters but full schema coverage and an output schema reduce the need for description. The description provides essential guardrails for safe deletion, though it could mention irreversibility or error behavior for missing filters.

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

Parameters4/5

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

Schema coverage is 100%, so all parameters are already described. The description adds meaningful cross-parameter behavior: 'at least one filter' and 'AND' combination, which go beyond the individual schema descriptions.

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 uses a specific verb and resource, 'Delete budgets', and clarifies the filter-based targeting. It clearly distinguishes the tool from siblings like delete_expenses and update_budgets.

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

Usage Guidelines4/5

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

The description states when to use the tool by requiring at least one filter and explains that all filters are combined with AND. It doesn't explicitly mention alternatives but the context is clear.

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/Ronit-019/Finance-Intelligence-MCP'

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