Skip to main content
Glama
traderalvin1

Polymarket MCP Server

by traderalvin1

list_markets

Retrieve prediction markets from Polymarket with filters for status, tags, dates, and sorting to analyze trading opportunities.

Instructions

List markets with filters (active/closed/tag/date/sort). Use conditionId for Data API and clobTokenIds for CLOB tools. Example: active=true, limit=20.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of markets to return (default: 20)
offsetNoPagination offset (default: 0)
orderNoSort field (e.g., 'volume24hr', 'liquidity', 'startDate', 'endDate', 'createdAt')
ascendingNoSort ascending (default: false)
activeNoFilter by active status
closedNoFilter by closed status
tag_slugNoFilter by tag slug
featuredNoFilter featured markets only
end_date_minNoMinimum end date (ISO 8601)
end_date_maxNoMaximum end date (ISO 8601)
Behavior2/5

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

With no annotations provided, the description carries full burden but only mentions filtering and sorting capabilities without disclosing critical behavioral traits like pagination behavior (implied by limit/offset but not explained), rate limits, authentication requirements, or what the output format looks like. The example adds minimal context but leaves major gaps for a tool with 10 parameters.

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 sized with two sentences: one stating purpose and filters, another providing integration context and example. It's front-loaded with the core functionality, though the integration note could be more streamlined. No wasted sentences, but the example feels slightly tacked on.

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?

For a tool with 10 parameters, no annotations, and no output schema, the description is incomplete. It doesn't explain the return format, pagination behavior beyond mentioning limit, error conditions, or how multiple filters interact. The integration context is helpful but doesn't compensate for missing behavioral transparency needed for effective use.

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 marginal value by listing filter types (active/closed/tag/date/sort) and providing a brief example, but doesn't explain parameter interactions (e.g., how active and closed filters combine) or add meaningful semantics beyond what's already documented in the schema.

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 verb ('List') and resource ('markets') with the scope of filtering capabilities. It distinguishes from siblings like 'list_active_markets' by mentioning broader filters beyond just active status, but doesn't explicitly contrast with all similar tools like 'filter_markets_by_category' or 'search_markets'.

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 implied usage context by mentioning 'conditionId for Data API and clobTokenIds for CLOB tools,' suggesting integration points, but doesn't explicitly state when to use this tool versus alternatives like 'search_markets' or 'filter_markets_by_category.' No when-not-to-use guidance or clear prerequisites are provided.

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