Skip to main content
Glama
demwick

polymarket-trader-mcp

backtest_trader

:

Instructions

Simulate copying a trader's historical trades to calculate hypothetical P&L. Shows what you would have earned if you had copy-traded this wallet. Use before adding a trader to your watchlist to validate their performance. Pro feature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes
copy_budgetNoSimulated $ amount per trade (default: $5)
Behavior3/5

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

No annotations provided, so description carries full burden. It identifies the operation as a simulation (implying read-only safety) and notes 'Pro feature' for access gating. However, missing: execution time expectations, rate limiting, whether results are cached, and specific return format details (no output schema exists to compensate).

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?

Four dense sentences with zero waste. Lead sentence establishes purpose, followed by user-value proposition, usage timing, and access tier. Every sentence earns its place; no redundancy despite descriptive richness.

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?

Adequate for a 2-parameter simulation tool without output schema. Covers input purpose (address + copy_budget), business logic (simulation), and user intent (validation). Minor gap: lacks explicit description of return structure (e.g., 'returns P&L summary and trade log') which would help given no output schema exists.

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?

Schema coverage is only 50% (address undescribed). Description compensates by identifying address as a 'wallet' via 'copy-traded this wallet.' Reinforces copy_budget semantics by referencing the $5 default implicitly through use case context. Could explicitly state address format expectations (e.g., Ethereum address).

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?

Excellent specificity: verb 'Simulate copying' + resource 'trader's historical trades' + outcome 'hypothetical P&L.' Clearly distinguishes from sibling analyze_trader by focusing on backtesting rather than current analysis, and references 'wallet' clarifying the address parameter target.

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 temporal guidance ('Use before adding a trader to your watchlist') and purpose ('validate their performance'). Also notes 'Pro feature' indicating access constraints. Lacks explicit 'when not to use' or direct comparison to alternatives like analyze_trader or score_trader.

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/demwick/polymarket-trader-mcp'

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