Skip to main content
Glama
Thecimal

Quantified Self MCP Server

read_finance_data

Retrieve categorized expense transactions from your local finance ledger. Filter by category or date range to review spending history.

Instructions

Read categorized expenses from the local finance ledger database.

This server is intentionally read-only by design (see README "Privacy model") — there is no corresponding write tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoOptional category name to filter to (case-insensitive, exact match — e.g. "Groceries"). A category with no matching rows returns an empty "transactions" list, not an error — this usually means a typo or a category that isn't in the ledger. Omit to include all categories.
end_dateNoLast day to include, formatted YYYY-MM-DD. Defaults to today.
start_dateNoFirst day to include, formatted YYYY-MM-DD. Defaults to 90 days before end_date.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden and does disclose a key behavioral trait: the server is intentionally read-only and there is no corresponding write tool. This tells the agent the call has no side effects, though it does not cover more detailed behavior like failure modes or permissions.

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 tightly written sentences: the first states the action and resource, the second adds important read-only context. No filler or redundancy.

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

Completeness5/5

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

Given three optional parameters all documented in the schema and an output schema present, the description is complete: it states the domain, the safety model, and the absence of a write counterpart. Nothing necessary for correct invocation 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 each parameter already has detailed semantics (format, defaults, empty-list behavior). The tool description adds no parameter information, 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?

The description names a specific verb and resource: 'Read categorized expenses from the local finance ledger database.' The finance-ledger scope clearly distinguishes it from the sibling read_health_data.

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?

It gives clear context: this tool is for finance-ledger expense reads, so an agent can infer it is the right choice for finance data and not health data. It does not explicitly name read_health_data as the alternative, so it falls just short of full routing guidance.

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/Thecimal/quantified-self-mcp'

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