Skip to main content
Glama

sodax_get_user_transactions

Read-only

Retrieve intent/transaction history for a specific wallet address with pagination and block range filters.

Instructions

Get intent/transaction history for a specific wallet address

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userAddressYesThe wallet address to look up (e.g., '0x...')
limitNoMaximum number of transactions to return (1-100)
offsetNoNumber of transactions to skip for pagination
fromBlockNoInclusive lower bound on blockNumber (chain-native ordering)
toBlockNoInclusive upper bound on blockNumber (chain-native ordering)
formatNoResponse format: 'json' for raw data or 'markdown' for formatted textmarkdown
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false. The description adds context about returning 'history' for a wallet, which aligns with read-only behavior. It doesn't contradict annotations or add beyond what they imply, but it confirms the data scope adequately.

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?

The description is a single, well-structured sentence with 7 words. It is front-loaded with the key action and scope, containing no fluff or redundant information. Every word earns its place.

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?

The description provides a minimal but functional overview. It does not explain pagination, filtering semantics (e.g., toBlock, fromBlock), or the output format despite the schema covering param details. Given there is no output schema, a note about return type would improve completeness. Still adequate for a simple query tool.

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%, with each parameter having a clear description. The tool description only reinforces the purpose without adding new meaning. As per guidelines, baseline 3 is appropriate since the schema already documents all parameters thoroughly.

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 clearly states the action ('Get'), resource ('intent/transaction history'), and scope ('for a specific wallet address'). It effectively differentiates from sibling tools like sodax_get_transaction (single transaction) and sodax_get_intent (broader context) by specifying the wallet address focus.

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 a specific wallet but does not explicitly state when to use this tool versus alternatives like sodax_get_intent or sodax_get_transaction. No when-not-to-use or alternative references are provided, leaving the agent to infer from the name alone.

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/gosodax/builders-sodax-mcp-server'

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