Skip to main content
Glama
guangxiangdebizi

Polymarket MCP Server

get_trades

Retrieve recent trades and trading history from Polymarket. Filter by market, user, side, price range, or date to analyze executed trades with prices and volumes.

Instructions

Retrieve recent trades and trading history from Polymarket. Shows executed trades with prices, volumes, and market information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sideNoFilter trades by side (BUY or SELL)
limitNoMaximum number of trades to return (default: 50, max: 100)
offsetNoNumber of trades to skip for pagination (default: 0)
asset_idNoFilter trades by specific asset/token ID
end_dateNoEnd date filter (ISO 8601 format: YYYY-MM-DD)
max_sizeNoMaximum trade size threshold
min_sizeNoMinimum trade size threshold
order_byNoField to sort by (timestamp, size, price)timestamp
market_idNoFilter trades by specific market ID
max_priceNoMaximum price threshold
min_priceNoMinimum price threshold
start_dateNoStart date filter (ISO 8601 format: YYYY-MM-DD)
user_addressNoFilter trades by specific user address
order_directionNoSort direction (ASC or DESC)DESC
Behavior3/5

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

No annotations are provided. The description indicates it retrieves executed trades but lacks details on behavior such as pagination limits, default sorting, or whether trades are always recent. It does not contradict annotations (none present).

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?

Two sentences with no extraneous information. The first sentence front-loads the purpose and resource, making it efficient and easy to parse.

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?

With 14 parameters and no output schema, the description is minimal. It mentions Polymarket and what data is returned, but does not cover common filtering patterns or how parameters interact. Adequate but incomplete for the tool's complexity.

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 the baseline is 3. The description adds general context ('prices, volumes, and market information') but does not elaborate on individual parameters beyond what the schema provides.

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 verb 'Retrieve' and the resource 'trades and trading history', specifying what data is shown (prices, volumes, market information). It distinguishes from sibling tools like get_order_book or get_market_prices.

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?

The description provides no explicit guidance on when to use this tool versus alternatives (e.g., get_order_book for current orders, get_market_prices for price history). Usage context is only implied.

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/guangxiangdebizi/PolyMarket-MCP'

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