Skip to main content
Glama

settlement_line

Read-onlyIdempotent

USDC payment → double-entry journal stub — Turn a USDC settlement into bookkeeping lines: amount, accounts, memo, optional Base tx= enrichment (status, timestamp, to). Returns journal JSON plus a two-line CSV. Not tax advice. Priced $0.005 per call over x402 on Base; send a prepaid x-credit-token header for unlimited calls, or get 1 free call/day per tool. No wallet or API key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
txNoBase tx hash (optional)
memoNoMemo
assetNoAsset
amountNoAmount
counterpartyNoCounterparty
debitAccountNoDebit account
creditAccountNoCredit account

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoThe result payload. Shape is service-specific; every field is documented in the tool description.
serviceNoThe service id that answered.
checkedAtNoISO-8601 timestamp of when the underlying reads were taken.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety bar is met. The description adds substantial context beyond that: return format (journal JSON plus a two-line CSV), the optional tx enrichment behavior (status, timestamp, to), per-call pricing ($0.005 via x402), the prepaid x-credit-token billing mechanism, and access traits (no wallet or API key required, one free call/day). The 'Not tax advice' disclaimer is a useful legal-context addition. No contradiction with annotations.

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?

One dense paragraph that is front-loaded with the core purpose ('USDC payment → double-entry journal stub') before commercial details. Every sentence earns its place: transformation, outputs, disclaimer, pricing, access. The em-dash shorthand style is compact and effective, though slightly heavy for an agent to parse at a glance.

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?

Covers purpose, transformation logic, output format, enrichment behavior, pricing, billing, and auth requirements; the existing output schema obviates the need to describe return values in detail. The primary gap is that with all 7 params optional and no required combination, a new caller gets no guidance on default behavior or which parameter groupings are valid.

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%, so baseline is 3. The description adds modest value beyond the schema: it groups the core inputs ('amount, accounts, memo') and explains that the optional tx parameter provides enrichment ('status, timestamp, to'), which the bare schema label 'Base tx hash (optional)' does not convey. However, it doesn't clarify the semantics of asset/counterparty or what happens when all seven optional params are absent.

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 specific transformation with a clear verb+resource: 'Turn a USDC settlement into bookkeeping lines' using amount, accounts, and memo, producing 'journal JSON plus a two-line CSV.' This is distinct from the sibling catalog, where no other tool advertises accounting/bookkeeping functionality. Minor deduction: it doesn't explicitly differentiate itself from conceptually adjacent stablecoin tools (b20_* family) and the scope of 'settlement' could be sharper.

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?

No guidance on when to use this tool versus alternatives. The description covers pricing and access mechanics (x402, x-credit-token header, free tier) but never references a sibling tool, states a preference condition, or gives an exclusion. With 150+ siblings, an agent receives zero routing help for choosing this tool over related financial/stablecoin tools.

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.

Resources