Skip to main content
Glama
traderalvin1

Polymarket MCP Server

by traderalvin1

compare_markets

Analyze and compare multiple prediction markets by their slugs to evaluate market data, pricing, and implied probabilities side-by-side.

Instructions

Compare multiple markets by slug. Source: slugs from search_markets/list_markets. Returns market data or error per slug. Example: market_slugs=[a,b].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
market_slugsYesList of market slugs to compare (2-10 markets)
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions the return format ('Returns market data or error per slug') and provides an example, but doesn't cover important behavioral aspects like whether this is a read-only operation, rate limits, authentication requirements, error handling specifics, or what 'market data' includes. For a tool with no annotations, this leaves significant gaps.

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 appropriately concise with three sentences that each serve a purpose: stating the core function, providing source context, and giving an example. It's front-loaded with the main purpose. There's minimal waste, though the example could be slightly more informative.

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?

Given no annotations and no output schema, the description provides basic context but leaves significant gaps. It covers the purpose and parameter usage but doesn't explain what 'market data' includes in the return, error conditions beyond 'error per slug', or behavioral constraints. For a comparison tool with no structured output documentation, this is minimally adequate but incomplete.

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 schema already fully documents the single parameter (market_slugs with type, constraints, and description). The description adds minimal value beyond the schema - it mentions the parameter in the example but doesn't provide additional semantic context about what constitutes valid slugs or how comparison works. Baseline 3 is appropriate when schema does the heavy lifting.

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's purpose: 'Compare multiple markets by slug' specifies the verb (compare) and resource (markets). It distinguishes from siblings like get_market_by_slug (single market) and list_markets (listing without comparison), but doesn't explicitly differentiate from all siblings like filter_markets_by_category. The description is specific but lacks full sibling differentiation.

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

Usage Guidelines3/5

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

The description provides some usage guidance by mentioning 'Source: slugs from search_markets/list_markets' which implies when to use this tool (after obtaining slugs from those tools). However, it doesn't explicitly state when NOT to use it or name specific alternatives for different use cases. The guidance is implied rather than explicit.

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

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