Skip to main content
Glama
fzlzjerry

polymarket-mcp

by fzlzjerry

polymarket_list_events

Read-only

Find and filter prediction market events on Polymarket by volume, liquidity, dates, and tags to discover active or closed event groups.

Instructions

Browse and filter events (groups of related markets). Same shape as list_markets.

Note: events use volume_min/liquidity_min (NOT the _num_ infix that markets use).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
activeNo
closedNo
tag_idNo
orderNovolume24hr
ascendingNo
volume_minNo
liquidity_minNo
start_date_minNo
start_date_maxNo
end_date_minNo
end_date_maxNo
limitNo
offsetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint. The description adds behavioral context by explaining that events use specific parameter names (volume_min/liquidity_min) and that the structure is similar to list_markets. No contradictions.

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

Conciseness5/5

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

The description is two sentences plus a note, no unnecessary words. It is front-loaded with purpose and immediately provides relevant differentiation. Highly efficient.

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

Completeness4/5

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

Given the existence of an output schema and annotations, the description covers essential usage: what events are, filtering capabilities, and parameter differences. It assumes knowledge of list_markets, which may be a slight gap, but overall sufficient for a list/filter 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 0%, placing burden on description. The description clarifies the naming nuance for volume_min and liquidity_min but does not explain the other 11 parameters (e.g., start_date_min, tag_id). Some benefit, but insufficient for full parameter understanding.

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 'Browse and filter events (groups of related markets)', identifying the verb (browse/filter) and resource (events). It distinguishes from sibling list_markets by noting 'Same shape as list_markets' and highlighting a key difference in parameter naming.

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

Usage Guidelines4/5

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

The description provides explicit guidance on parameter naming differences between events and markets, aiding correct usage. It implies when to use this tool vs list_markets by defining events as 'groups of related markets', though it could more explicitly state when to choose one over the other.

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

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