Skip to main content
Glama
MadeOnSol

MadeOnSol

Official

madeonsol_wallet_trades

Read-onlyIdempotent

Retrieve raw trades for any Solana wallet with cursor-based pagination. Filter by buy/sell action, token mint, or time window using Unix timestamps.

Instructions

Cursor-paginated raw trades for any wallet. Filter by action (buy/sell), specific token_mint, time window via since/until (Unix seconds; default last 90 days). Cursor encodes (block_time, id) for stable DESC pagination — pass next_cursor from the previous response to fetch older trades. Limit 1-500 (default 100). PRO+.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoTrades per page (1-500)
sinceNoUnix epoch seconds — default now-90d
untilNoUnix epoch seconds — default now
actionNoFilter to buys or sells only
cursorNoCursor from previous response's next_cursor field
addressYesSolana wallet address (base58)
token_mintNoFilter to a single token mint
Behavior4/5

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

The annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds valuable behavioral context: cursor-based pagination details (encoding block_time and id for stable DESC order), default time window, and limit range. No contradictions.

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 concise (three sentences) and front-loaded with the main purpose. Every sentence provides useful information without redundancy.

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 explains pagination and filters well, but lacks any mention of the response format or return fields. Since there is no output schema, the agent needs hints about what data each trade contains.

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 schema covers all parameters (100% coverage). The description adds meaning beyond schema by explaining the cursor composition, defaults for time window, and the direction of pagination, which helps the agent use parameters correctly.

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 clearly states it returns cursor-paginated raw trades for any wallet with filtering options. However, it does not distinguish itself from the similar sibling tool 'madeonsol_wallet_tracker_trades', which could cause confusion about when to use each.

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 fetching trades by wallet with filters, but provides no explicit guidance on when to use this tool versus alternatives like the tracker trades tool or other wallet-related tools.

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/MadeOnSol/mcp-server-madeonsol'

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