Skip to main content
Glama
akutishevsky

LunchMoney MCP Server

get_budget_summary

Read-only

Retrieve a budget summary for a given date range, showing per-category totals and optional period-by-period breakdowns to track spending against budgets.

Instructions

Get a summary of the user's budget for a specified date range. Returns per-category totals (other_activity, recurring_activity, budgeted, available, recurring_remaining, recurring_expected). Set include_occurrences=true for a per-period breakdown matching the account's budget periodicity. (Backed by the v2 GET /summary endpoint.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_dateYesStart date in YYYY-MM-DD format. For aligned results use a valid budget period start (e.g. first day of month).
end_dateYesEnd date in YYYY-MM-DD format. For aligned results use a valid budget period end (e.g. last day of month).
include_exclude_from_budgetsNoInclude categories that have the 'Exclude from Budgets' flag set in the returned categories array.
include_occurrencesNoInclude an `occurrences` array on each category, with one entry per budget period in the range.
include_past_budget_datesNoInclude the three budget occurrences prior to start_date in `occurrences`. Ignored unless include_occurrences is also true.
include_totalsNoInclude a top-level `totals` section summarizing inflow and outflow across all transactions in the range.
include_rollover_poolNoInclude a `rollover_pool` section summarizing the current rollover pool balance and previous adjustments.
Behavior4/5

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

The description adds value beyond the readOnlyHint annotation by specifying the underlying endpoint (v2 GET /summary) and mentioning that include_occurrences returns a per-period breakdown. It does not contradict the annotation, and while it doesn't discuss rate limits or auth, the read-only nature is already indicated.

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 very concise (two sentences) and front-loaded with the core purpose. Every sentence contributes useful information, with no redundant or wasted words.

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?

Given the tool's complexity (7 parameters, no output schema), the description covers the main functionality and hints at return structure via field listings. However, it could be more complete by explaining the response format (e.g., top-level structure). Since schema descriptions are detailed, this is a minor gap.

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 already provides descriptions for all 7 parameters (100% coverage). The description adds meaning for include_occurrences ('per-period breakdown matching the account's budget periodicity'), which goes beyond the schema. This extra context justifies a score above the baseline 3.

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 purpose: 'Get a summary of the user's budget for a specified date range.' It lists the specific fields returned (e.g., other_activity, recurring_activity) and mentions optional behavior (include_occurrences). This clearly distinguishes it from sibling tools like get_budget_settings or upsert_budget.

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 provides clear context by naming the endpoint and specifying input parameters, but it does not explicitly state when to use this tool versus alternatives (e.g., when to use get_budget_summary vs. get_budget_settings). However, the purpose is unambiguous enough that an agent can infer usage.

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/akutishevsky/lunchmoney-mcp'

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