Skip to main content
Glama

Banking Assistant (Metabind demo)

get_net_worth

get_net_worth
Read-onlyIdempotent

Net worth history + account balances. Numbers to reason with — to display, use net_worth_trend.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoHow far back the trend goes. Ignored when startDate/endDate are given.1y
endDateNoRange end, YYYY-MM-DD. Defaults to today.
groupByNoGranularity of the returned series. Each point carries that period's CLOSING balance. 'auto' picks a readable granularity for the span; set it explicitly to compare periods against each other — 'year' over a two-year range gives one point per year, 'month' gives one per month.auto
summaryNoOmit the `points` series and return only the headline figures and accounts. Use this when you want the numbers to comment on rather than to chart — it is a fraction of the size of a full result.
startDateNoRange start, YYYY-MM-DD. Defaults to a year before endDate.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
savedNo
startNo
changeNo
incomeNo
periodNo
pointsNo
currentNo
endDateNo
groupByNo
accountsNo
spendingNo
startDateNo
change_pctNo
periodLabelNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the useful distinction that output is numeric/analytical rather than presentational, but discloses nothing about pagination, result size beyond the summary hint, or account scope.

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 compact sentences with zero filler; the purpose is front-loaded and the alternative follows. Every clause carries information.

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?

With a full output schema, complete parameter docs, and annotations covering the safety profile, the description only needs to establish purpose and routing, which it does. It leaves minor gaps around which accounts are included in the balances, but nothing an agent needs to invoke it correctly is missing.

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%, and the schema itself explains period, groupBy granularity/closing-balance semantics, summary, and date precedence. The description adds no parameter meaning beyond that, so the baseline 3 applies.

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?

States a specific resource and scope: net worth history plus account balances. It also explicitly differentiates itself from the sibling net_worth_trend, so an agent can distinguish the two without opening either schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Names the alternative (net_worth_trend) and the exact condition that selects it: use this tool for numbers to reason with, use the sibling for display. This is explicit when-to-use/when-not guidance rather than an implied use case.

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.