Skip to main content
Glama

Get CoW Trade History

cow_get_trades
Read-onlyIdempotent

Retrieve trade history for an address or order on CoW Protocol, including transaction hash, buy/sell amounts, tokens, block number, and timestamp.

Instructions

Get trade history for an address or order on CoW Protocol.

Args:

  • network: The blockchain network

  • owner: The address to fetch trades for (optional if orderUid provided)

  • orderUid: Filter trades by specific order (optional if owner provided)

  • limit: Maximum number of trades to return (1-100, default 20)

  • offset: Pagination offset (default 0)

Note: Either owner or orderUid must be provided, but not both.

Returns a list of executed trades with:

  • Transaction hash

  • Sell/buy amounts and tokens

  • Block number and timestamp

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint=false. The description adds value by detailing the return fields (transaction hash, amounts, block number), enhancing understanding of the tool's behavior.

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?

Well-structured with sections for args, note, and returns. Each sentence adds value, no redundancy. Front-loaded with purpose.

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 usage constraints and return format comprehensively for a read tool. The schema mismatch is a flaw but not a completion gap in the description itself.

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?

The input schema is empty (0 parameters), but the description lists 5 parameters with details. This creates a contradiction; an agent cannot use the described parameters. Schema_description_coverage is 100% vacuously, but the description's parameter info is unsupported, limiting its utility.

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?

Clearly states 'Get trade history for an address or order on CoW Protocol.' Verb-resource pair is specific and distinct from sibling tools like cow_get_auction or cow_get_order.

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

Usage Guidelines4/5

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

Provides explicit constraint 'Either owner or orderUid must be provided, but not both.' This guides usage, though it does not explicitly compare to siblings, the context makes it clear this is for trades.

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/saturn-dbeal/cow-skill'

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