Skip to main content
Glama
anikam13

finledger

by anikam13

savings_rate

Estimate the share of year-to-date income kept after payroll savings and spending, with caveats for trailing-window accuracy.

Instructions

What share of earnings is being kept, combining payroll savings with what survives spending. Income is year-to-date and spend is a trailing window, so the ratio is an estimate — read the caveats array before quoting the number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the ratio is an estimate due to mismatched time windows (YTD income vs trailing spend) and instructs reading the caveats array. This adequately conveys the estimation trait, though it doesn't list specific caveats.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no waste: the first defines the metric, the second captures the estimation nuance and directs attention to caveats. Front-loaded definition, though slightly more structuring around usage could improve scannability.

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 zero-parameter, no-annotation tool, the description effectively communicates purpose, estimation nature, and the caveats array. It does not specify return format or units, but the mention of caveats implies output structure. Complete enough 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 tool accepts no parameters, so the description correctly adds nothing about parameter behavior. The baseline for zero-param tools is 4, and the description sufficiently explains the tool's computation without needing parameter details.

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 states a specific computation: 'share of earnings being kept' combining payroll savings and post-spending survival. It clearly distinguishes from sibling tools like income_summary or expenses_spend by focusing on the ratio, not raw amounts.

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 implies the tool is for estimating savings rate and explicitly warns to read caveats before quoting. It does not name alternatives or exclusions, but the context (zero parameters, focused purpose) makes when-to-use clear from its definition.

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/anikam13/finledger'

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