Skip to main content
Glama

Worthune Verified Financial Models

project_household

Idempotent

Run the deterministic multi-year projection on a stored household — income, RMDs, federal + covered state tax, expenses, amortization, cash flow, net worth per year — optionally with seeded Monte Carlo (same seed, same result). Assumptions: pass your own, pin a profile by id+version, or omit both for the labeled illustrative default; the response always names its assumptionsSource. Every simplification that fired is listed in projection.assumptionsApplied — show your work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
api_keyNoWorthune API key (wk_…)
horizonYes
profileNo
monteCarloNo
assumptionsNo

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already indicate idempotent, non-destructive, read-write. The description adds meaningful behavior: determinism, seeded Monte Carlo reproducibility, always-named assumptionsSource, and every simplification listed in projection.assumptionsApplied. This goes beyond the annotations and gives the agent expectations about response content and repeatability.

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?

The description is dense but front-loaded with the core action and outputs, then packs the assumptions modes and response contract into the second sentence. 'show your work' is stylistic but harmless and reinforces the transparency promise. No wasted sentences, though the long dash-heavy structure could be easier to parse.

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 complex nested-parameter tool with no output schema, the description does substantial work: it lists output categories, names the assumptionsSource and assumptionsApplied response fields, and explains all major invocation modes. It stops short of describing error behavior or return envelope, but an agent can confidently invoke the tool and interpret the result.

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 only 17%, so the description must compensate. It explains the assumptions alternatives (custom, profile, default) and the seeded Monte Carlo concept, and 'stored household' implies the id parameter. However, it does not explain horizon semantics (startYear, years), api_key, or the numeric meaning of fields like annualReturn, inflationRate, or returnVolatility, leaving those to 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 names a specific verb ('run'), a specific resource ('stored household'), and a concrete deliverable ('multi-year projection') with enumerated output categories (income, RMDs, tax, expenses, cash flow, net worth). This clearly distinguishes the tool from siblings like get_household or run_model even without an explicit sibling comparison.

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 gives clear usage context for choosing assumptions: pass your own, pin a profile by id+version, or omit both for the illustrative default. It also explains when Monte Carlo is relevant (seeded, same seed same result). It does not explicitly state when not to use this vsul alternative tools, but the guidance is clear for the primary decision an agent faces.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: household CRUD, bulk import/mapping, projection/decision, model contract/run/verify, and narrative generation. Even the superficially similar pairs (project_household vs decide_household; run_model vs verify_claim) are clearly separated by their descriptions.

Naming Consistency5/5

All tool names use lowercase snake_case with imperative verb-first naming (create_, get_, patch_, replace_, run_, verify_). Pluralization follows natural semantics (list_models, import_households) without breaking the overall verb_noun pattern.

Tool Count5/5

13 tools is within the ideal range for a domain server. Each tool earns its place: household lifecycle, import tooling, model contract/run/verify, projection/decision, and narration form coherent clusters without redundancy.

Completeness4/5

Core workflows are well covered: create/read/update households, project and decide, list/get/run/verify models, and narrate decisions. Minor gaps remain: there is no delete_household or list_households, and no dedicated get_decision tool for retrieving a stored decision object independently.

Resources