Skip to main content
Glama

Lovie Company Formation

List Review Items

accounting_get_list_review_items
Read-only

List bank transactions awaiting bookkeeping review. Tabs: PENDING (the posting engine picked a category, or none, and nobody has confirmed it), POSTED (a human confirmed or set the category), EXCLUDED (deliberately kept out of the books). Each row carries the cleaned counterparty name, the raw bank memo, the absolute amount with a money-in/money-out direction, the effective category, the income/expense account it books to, and a confidence marker. Returns counters for all three tabs alongside the page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNo
pageSizeNo
companyIdYesUUID value wrapper.
pageTokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsNo
countsNo
totalCountNo
nextPageTokenNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and openWorldHint=false, so the safety profile is already structured. The description adds contextual value by explaining what the three tabs mean and that it returns counters alongside the page, which is helpful. It does not disclose pagination limits, potential timeouts, or any edge-case semantics, but for a read-only list tool with these annotations this is acceptable and on par with the high anchor.

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 well structured: it starts with the core purpose, then defines the tabs, then the row contents, and ends with the counters. Every section adds value and no filler is present. It is somewhat long, but the content justifies the length and the top-loaded main purpose keeps it scannable.

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?

Given that an output schema exists and that annotations cover the safety profile, this description is fairly complete for a list tool: it tells the agent what tabs exist, what each row carries, and that counters are returned. The only meaningful gap is no explicit differentiation with accounting_get_review_counts or the batch mutation siblings, but that is more of a usage-guidance issue than a completeness one.

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 coverage is low (25%), so the description carries extra weight, and it does explain the 'bucket' enum through the PENDING/POSTED/EXCLUDED tabs. It does not explicitly describe search, date filters, cardIds, accountIds, pageSize, or pageToken semantics beyond their obvious names, meaning an agent still must rely on parameter names for a good part of the input contract.

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 opens with a specific verb-resource action ('List bank transactions awaiting review') and then breaks down the three review tabs (PENDING, POSTED, EXCLUDED), which gives an agent an exact sense of what this tool returns. The detail on row contents (counterparty, amount, category, account, confidence) distinguishes it from sibling list tools like accounting_get_list_journal_entries and accounting_get_list_statements.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool (when you need to list or page through bank transactions across the three review states), but it never explicitly routes away from accounting_get_review_counts, accounting_batch_accept_review_items, or accounting_batch_set_excluded. The tab definitions make the listing use case clear, but no when/to/exclusion guidance is given.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.