Skip to main content
Glama
ninetails-io

gnucash-mcp

delete_price

Delete a price entry by commodity, namespace, and date. Include source to disambiguate multiple prices on the same commodity and date.

Instructions

Delete a single price entry.

Identifies the price by (commodity, namespace, date). Pass source to disambiguate when multiple prices exist on the same commodity+date (e.g. one user-entered and one fetched from a feed).

Args: commodity: Symbol (e.g., "VTSAX", "USD", "EUR"). namespace: Namespace (e.g., "FUND", "CURRENCY"). date: ISO date (YYYY-MM-DD) of the price to delete. source: Optional source tag (e.g., "user:price", "user:yfinance"). Required when multiple prices exist on the same commodity+date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
sourceNo
commodityYes
namespaceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses identification behavior (composite key, disambiguation logic) clearly. However, it doesn't disclose what happens on failure (e.g., if the price doesn't exist, or multiple found without source), the return format, or irreversibility implications beyond the obvious 'delete' semantic.

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?

Well-structured with a clear lead sentence followed by identification details and parameter documentation. Reasonably compact without waste. The Args section is standard and each item earns its place.

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

Completeness3/5

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

While there is an output schema, the description covers parameter semantics well. Some gaps: no mention of error behavior, whether deletion is idempotent, or what the return value indicates. For a 4-param delete operation with no annotations, it's solid but could be more complete.

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 fully compensates. Each parameter (commodity, namespace, date, source) is documented with examples and format details (ISO date YYYY-MM-DD, source tag examples). Particularly valuable is explaining the 'source' parameter's conditional necessity.

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 states a clear verb+resource ('Delete a single price entry') and explains the identification keys (commodity, namespace, date). It's clear what the tool does, though given sibling tools like create_price, get_prices, get_latest_price, create_prices, the description doesn't explicitly distinguish delete from these by name — though the purpose is clear enough.

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 explains when to pass 'source' — 'to disambiguate when multiple prices exist on the same commodity+date (e.g. one user-entered and one fetched from a feed)'. It gives concrete examples of source values and clearly states it's 'Required when multiple prices exist'. This provides useful contextual guidance though it doesn't explicitly state when NOT to use vs alternatives.

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