Skip to main content
Glama

Wever Pay Open Exchange Public Beta

List Transactions

list_transactions
Read-only

Read bounded ledger history for one owned wallet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo
walletIdYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A3.7/5.0
Behavior4/5

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

With readOnlyHint=true and destructiveHint=false already signaling a safe read, the description adds behavioral context: 'bounded' hints at pagination/limit constraints and 'owned wallet' indicates access requirements. It does not fully describe pagination behavior or edge cases, but it does add value beyond the 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?

A single, front-loaded sentence with no unnecessary words. The terseness is a positive for conciseness, though the under-specification is penalized in other dimensions.

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?

No output schema and zero parameter descriptions raise the burden on the description, yet it remains minimal and does not explain what 'bounded' means in practice or how cursor and limit interact. It covers the core read operation adequately but leaves gaps for an agent needing detailed pagination semantics.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description only alludes to walletId via 'one owned wallet'. It provides no additional meaning for limit or cursor, which are left entirely to their names and JSON schema constraints.

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 the specific verb 'Read' and clearly identifies the resource as 'bounded ledger history' scoped to 'one owned wallet'. This differentiates the tool from siblings like get_balance or get_economic_history, even though it does not name them.

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 usage for an owned wallet's bounded ledger history, but gives no explicit when-to-use or when-not-to-use guidance relative to siblings such as get_economic_history. It provides some contextual scope but no exclusions or alternatives.

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