Skip to main content
Glama
agent-next

polymarket-paper-trader

by agent-next

history

View recent trade history for your paper trading account. Set an account and limit to review past transactions and analyze trading activity.

Instructions

Get recent trade history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
accountNodefault

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.1

TDQS

C2.6/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden. It only says 'recent trade history' and does not disclose whether history is account-scoped, how 'recent' is determined, or whether the account parameter changes the result set.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One short sentence with no filler, and the core resource is front-loaded. It is appropriately compact, though the vagueness of 'recent' prevents a higher score.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The output schema may document the return shape, but the description still fails to explain account scoping, recency semantics, or when to select this tool over sibling trade and order tools. For a tool with no annotations, this is incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description adds no meaning to limit or account. An agent has to guess whether limit caps the number of trades and what account string refers to, since the description provides no clarification.

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?

States a specific action and resource: 'Get recent trade history.' This is clearly distinct from siblings like portfolio or get_balance because it targets executed trades, though it does not explicitly compare itself to alternatives.

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?

No guidance on when to use this tool versus list_orders, portfolio, or get_balance. An agent must infer the appropriate context from the tool name and sibling list rather than from explicit instructions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.