Skip to main content
Glama
ninetails-io

gnucash-mcp

net_worth

Calculate net worth as assets minus liabilities for a specific date or as a time series with monthly, quarterly, or yearly intervals.

Instructions

Calculate net worth (assets minus liabilities).

Can calculate a single point-in-time value or a time series.

Args: end_date: Calculate net worth as of this date (YYYY-MM-DD) start_date: Optional start date for time series (YYYY-MM-DD) interval: Optional interval for time series: 'month', 'quarter', or 'year'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateYes
intervalNo
start_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/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 of behavioral disclosure. It states the calculation formula (assets minus liabilities) but doesn't disclose edge behaviors like handling of missing accounts, currency considerations, whether unrealized gains are included, or how empty books are handled.

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 compact with clear sectioning and parameter docstring format. It's front-loaded with the core definition. Slightly longer than ideal but every line earns its place explaining distinct functionality.

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 an output schema present, the return-value burden is reduced. The tool has moderate complexity (two modes, three parameters) and the description covers the parameter surface well. It lacks clarity on when this tool is preferable to sibling reporting tools, but is otherwise complete for its complexity.

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?

Schema description coverage is 0%, so the description must carry full parameter meaning. It does this well: end_date (as-of date), start_date (optional time-series start), interval (month/quarter/year options). All three parameters are explained with format and semantics.

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?

The description clearly states the verb (calculate) and resource (net worth = assets minus liabilities), and distinguishes between single-point and time-series modes. It doesn't explicitly contrast with sibling tools like balance_sheet or get_balance, but the resource concept is clearly defined.

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?

The description explains the date/interval parameters for controlling the calculation mode but doesn't say when to use this tool vs alternatives like balance_sheet, get_book_summary, or cash_flow. No exclusions or alternative tool references are provided.

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/ninetails-io/gnucash-mcp'

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