Skip to main content
Glama
eloircorona

hledger-mcp

Get Register

get_register

Retrieve transaction register history, filtered by account, period, or maximum number of entries.

Instructions

Show transaction register (history). Optionally filter by account, period, and max number of entries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
periodNo
accountNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. 'Show transaction register (history)' implies a read-only query, but it does not explicitly state read-only behavior, ordering, defaults, pagination, or any other behavioral caveats.

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?

A single, front-loaded sentence with no filler. It states the purpose and all optional filters efficiently.

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?

The description is adequate for a simple filtered history tool, and an output schema exists, but it lacks usage guidance, sibling differentiation, and parameter format details. With no annotations and zero schema description coverage, some context is still 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 0%, so the description must compensate. It maps all three parameters to concepts: account, period, and max number of entries. However, 'period' is vague and no format or value semantics are provided beyond the parameter names.

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 uses a specific verb and resource: 'Show transaction register (history)'. This clearly conveys the tool's function and distinguishes it from siblings like get_balance, get_budget, and add_transaction.

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 does not explain when to use this tool versus alternatives. It mentions optional filters but gives no guidance on choosing get_register over get_balance or get_budget, leaving usage context implied at best.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools