Skip to main content
Glama
lapin7771n

Wallet BudgetBakers MCP

by lapin7771n

get_budgets

Fetch budgets with limits, spent amounts, and periods. Filter by ID, name, currency, or creation date to access specific budget details.

Instructions

Get all budgets with their limits, spent amounts, and periods.

Args: ctx: MCP context limit: Items per page (1-100, default 30) offset: Items to skip budget_id: Filter by exact budget ID name: Filter by budget name (use prefix: eq., contains., contains-i.) currency_code: Filter by currency (e.g. UAH, USD) created_at: Filter by creation date (e.g. "gte.2025-01-01") updated_at: Filter by last update date (e.g. "gte.2025-01-01")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
limitNo
offsetNo
budget_idNo
created_atNo
updated_atNo
currency_codeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the data returned (limits, spent amounts, periods) and explains pagination via 'limit' and 'offset' parameters. However, it does not explicitly state that the operation is read-only, nor does it describe default sorting, authentication requirements, or any side effects. The 'Get' verb implies safety, but the description lacks depth beyond that.

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 efficiently structured: a one-line summary followed by a compact parameter list. Every line provides necessary information without redundancy. The 'Args:' block is clearly organized and scannable, making it easy for an agent to parse.

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?

For a list tool with an output schema and optional filters, the description is nearly complete. It explains the tool's purpose, return content, and all filter parameters. Minor gaps include lack of default sorting order and mention of how filters combine, but the presence of an output schema reduces the need to describe return values. Overall, it provides enough context for correct invocation.

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?

The schema has 0% coverage, so the description must compensate. It does so effectively by explaining each of the 7 parameters with filter semantics, including prefix operators for 'name' (eq., contains., contains-i.) and date filtering examples for 'created_at' and 'updated_at'. This adds significant meaning beyond the schema's type/default information. It would be a 5 if it covered all possible filter operators, but it gives enough examples to be highly useful.

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 'Get all budgets with their limits, spent amounts, and periods.' This is a specific verb + resource combination that unambiguously identifies the tool's function and distinguishes it from sibling tools like get_accounts or get_categories. The added detail about what data is returned solidifies the purpose.

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 implies usage through the phrase 'Get all budgets' and the filter parameters, but it does not explicitly state when to use this tool versus alternatives or provide any exclusions. For example, there is no guidance on when to use get_budgets instead of other listing tools. This makes the usage context implied rather than explicit.

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/lapin7771n/wallet-budgetbakers-mcp'

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