Skip to main content
Glama
guangxiangdebizi

Polymarket MCP Server

get_events

Search and filter Polymarket events that group related markets. Sort by volume, liquidity, or date; apply filters for active, closed, or archived status.

Instructions

Retrieve Polymarket events which contain multiple related markets. Events group markets around a common theme or topic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of events to return (default: 20, max: 100)
orderNoField to sort by (volume, liquidity, start_date, end_date)
activeNoFilter by active status - true for active events only
closedNoFilter by closed status - false to exclude closed events
offsetNoNumber of events to skip for pagination (default: 0)
searchNoSearch term to filter events by title or description
tag_idNoFilter events by specific tag/category ID
archivedNoFilter by archived status - false to exclude archived events
ascendingNoSort direction - true for ascending, false for descending (default: false)
volume_minNoMinimum total volume threshold in USDC
liquidity_minNoMinimum total liquidity threshold in USDC
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states retrieval without disclosing any behavioral traits such as pagination limits, rate limits, or whether closed events are excluded by default. The minimal description fails to compensate for the lack of annotations.

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 two sentences with no wasted words. It is appropriately sized, though it could be more informative without sacrificing conciseness.

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 11 optional parameters and no output schema, the description is minimal. It adequately states the purpose but lacks details on return structure or pagination behavior that would be helpful for such a parameter-rich tool.

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%, with all 11 parameters having descriptions. The tool description adds no additional meaning beyond what the schema already provides, resulting in a baseline score of 3.

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?

The description clearly states the tool retrieves Polymarket events and explains events are groups of related markets. This distinguishes it from siblings like get_markets, which likely retrieve individual 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?

No explicit guidance on when to use versus siblings. The name and description imply it is for events, but it does not specify when not to use or suggest alternatives like get_markets for individual markets.

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/guangxiangdebizi/PolyMarket-MCP'

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