Skip to main content
Glama
thriveventurelabs

AccountsOS MCP Server

Official

Get Reconciliation Status

get_reconciliation_status
Read-onlyIdempotent

Check unreconciled transaction counts per bank account to track reconciliation progress and identify outstanding items.

Instructions

Show unreconciled transaction count per bank account. Use when the user asks about reconciliation progress, unreconciled transactions, or bank account status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.3

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds the useful detail that results are grouped per bank account and limited to unreconciled transactions, but does not disclose return shape or edge cases. This is adequate but not exceptional.

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 short sentences: the first states the output, the second gives usage guidance. Every word earns its place, and the core purpose is front-loaded.

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 zero-parameter, read-only report, the description tells the agent what data it will receive (unreconciled count per bank account) and when to use it. There is no output schema, but the stated output is sufficient for correct invocation. A minor gap is not covering what 'bank account status' means exactly, especially with a sibling get_bank_accounts.

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?

The tool has zero parameters, so the description has no parameter information to add beyond the empty schema. Per the rubric, a no-parameter tool receives a baseline of 4.

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 states a specific verb ('Show') and a precise resource ('unreconciled transaction count per bank account'), which clearly distinguishes this from generic status tools. It goes well beyond the vague title by specifying the exact data returned.

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 explicitly says when to use the tool ('reconciliation progress, unreconciled transactions, or bank account status'). It does not mention alternatives or exclusions, but the use conditions are clear enough for an agent to route requests correctly.

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