Skip to main content
Glama
igoforth

@igoforth/polymarket-mcp

by igoforth

Get Markets Traded

get_traded

Retrieve the number of markets a user has traded on Polymarket. Use this count to gauge trading activity and engagement.

Instructions

Get number of markets a user has traded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only states the function without revealing any behavioral traits such as authentication requirements, output format, error conditions, or whether it counts unique markets or trades. This is a significant gap for a tool with zero annotation coverage.

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?

The description is concise, using a single front-loaded sentence that gets straight to the point. However, it is slightly under-specified, lacking any additional context that would make it more useful without adding bulk.

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 tool is simple, but with no output schema and no annotations, the description is too minimal. It does not explain what constitutes a 'market traded,' whether the count is unique, the return format, or any edge cases, leaving the agent with insufficient information to fully understand the tool's behavior.

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 schema has 0% description coverage for the 'user' parameter, and the description adds no explanation about the parameter's format, expected values, or semantics. While the parameter name is self-explanatory, the description fails to compensate for the lack of schema descriptions.

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 the tool retrieves the number of markets a user has traded, using a specific verb and resource. It is more specific than merely restating the tool name and is distinguishable from sibling tools like get_recent_trades or get_user_activity, though it does not explicitly differentiate itself.

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 guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. It is a bare statement without context or usage scenarios.

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

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