Skip to main content
Glama
fzlzjerry

polymarket-mcp

by fzlzjerry

polymarket_get_event

Read-only

Retrieve event details and all child markets with parsed outcomes, prices, and token IDs for multi-candidate or neg-risk events using an event ID or slug.

Instructions

Event detail with all child markets (parsed outcomes/prices/tokenIds).

Useful for multi-candidate / neg-risk events. Provide an id or a slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
slugNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
tickerNo
slugNo
titleNo
volumeNo
volume24hrNo
liquidityNo
open_interestNo
neg_riskNo
end_dateNo
marketsNo
descriptionNo
Behavior4/5

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

Annotations already indicate readOnlyHint and openWorldHint. The description adds value by specifying that outcomes/prices/tokenIds are parsed, providing behavioral context beyond the annotations.

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 extremely concise: three sentences, no redundant information. Each sentence adds value—purpose, usage hint, and parameter guidance.

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 presence of an output schema, the description covers the essential aspects: what is returned (child markets with parsed data), how to identify (id/slug), and when to use. It lacks mention of any limits or edge cases, but is largely complete.

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?

With 0% schema description coverage, the description compensates by stating 'Provide an id or a slug,' clarifying that either can be used as an identifier. However, it does not detail behavior when both are provided or format requirements.

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 event details with all child markets, including parsed outcomes/prices/tokenIds. It distinguishes from siblings like 'polymarket_get_market' by focusing on events with multiple 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?

It mentions usefulness for multi-candidate/neg-risk events, which implies a use case but does not explicitly state when not to use or provide alternatives. 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/fzlzjerry/polymarket-mcp'

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