Skip to main content
Glama
s-stefanov

actual-mcp

budget-vs-actual

Compare budgeted amounts to actual spending by category across recent months, optionally filtering by category group or including hidden categories. Returns JSON amounts in integer cents.

Instructions

Compare budgeted amounts against actual spending per category, for recent months. Returns JSON; amounts are integer cents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monthsYesNumber of most recent months to report on
includeHiddenYesInclude categories and groups marked hidden
categoryGroupNameNoRestrict the report to a single category group, by name

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.13.0

TDQS

B3.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the return format (JSON) and the unit of amounts (integer cents), which is genuinely useful behavioral context. However, it says nothing about permissions, performance, pagination, or whether hidden categories are included by default beyond what the schema implies.

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 sentences, front-loaded with the core action and scope, then the return format and unit. No waste, every sentence earns its place.

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

Completeness3/5

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

For a read-only report tool with no annotations and no output schema, the description covers purpose, scope, mismatched unit, and return format. But it omits usage guidance and any behavioral caveats, leaving real gaps for an agent deciding between this and the budget-month siblings.

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?

Schema description coverage is 100%, so the schema already documents all three parameters. The description adds the comparison semantics and amount unit but no additional per-parameter meaning. Baseline 3 applies when the schema does the heavy lifting.

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?

States a specific verb ('Compare') and resources (budgeted amounts vs actual spending per category), clearly distinct from siblings like spending-by-category or monthly-summary. It's clear but doesn't explicitly differentiate itself from the budget-month siblings.

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 when-to-use or when-not-to-use guidance. The agent must infer context from the purpose statement alone. No alternatives or conditions are named.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.