Skip to main content
Glama

nestegg-calculators

50/30/20 Budget Split

budget-50-30-20
Read-onlyIdempotent

The 50/30/20 budget split of monthly income into needs, wants, and savings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monthlyIncomeYesMonthly take-home income.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
needsNo50% needs.
wantsNo30% wants.
savingsNo20% savings.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds no extra behavioral traits such as rounding, assumptions, or output details, but it does not contradict the annotations.

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, front-loaded sentence that conveys the core purpose with no unnecessary words. It is appropriately sized for a simple calculator.

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

Completeness5/5

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

Given the tool's simplicity (one input, output schema present, clear annotations), the description is complete enough. The output schema handles the return value explanation, so the description only needs to state the tool's function.

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 schema fully describes the only parameter, monthlyIncome, as 'Monthly take-home income.' Since schema coverage is 100%, the description does not need to add more, and it does not provide any additional semantics beyond the schema.

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 purpose: splitting monthly income into needs, wants, and savings according to the 50/30/20 rule. It is specific about the resource (monthly income) and the action (split), and it distinguishes itself from sibling financial calculators.

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 guidance is provided on when to use this tool or when to choose an alternative. There is no mention of budgeting scenarios, prerequisites, or comparisons with similar tools like savings-rate.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.