Skip to main content
Glama
fzlzjerry

polymarket-mcp

by fzlzjerry

polymarket_market_snapshot

Read-only

Retrieve live midpoint odds for any Polymarket market by providing its slug or a search query. Returns the freshest CLOB midpoint for each outcome token.

Instructions

Live odds for one market in a single call (the recommended starting point).

Resolves a market (by slug, or by searching free text and picking the most liquid match), then fetches the freshest CLOB midpoint for each outcome token. Gamma's cached price can lag the live book — live_midpoint is the freshest value.

Provide a slug (preferred) or a free-text query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNo
queryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
questionNo
slugNo
condition_idNo
volume24hrNo
liquidityNo
one_day_price_changeNo
end_dateNo
outcomesNo
Behavior4/5

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

Annotations already mark it as readOnlyHint=true (safe read) and openWorldHint=true (dynamic data). The description adds valuable behavioral context: 'Gamma's cached price can lag the live book — `live_midpoint` is the freshest value,' which warns about potential staleness. No contradictions with 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 three sentences: a clear headline, a process explanation, and input guidance. Every sentence adds value without redundancy or wasted words.

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 tool's simplicity (2 optional params, no required) and the presence of an output schema, the description adequately covers input behavior, caching notes, and the resolution process. It is sufficiently complete for an AI agent to 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 0%, so the description must compensate. It explains that `slug` is preferred and `query` is free-text for searching, and it will pick the most liquid match. This adds meaning beyond the schema but could be more specific about format or constraints.

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 it provides 'Live odds for one market in a single call' and positions itself as 'the recommended starting point.' It explains the mechanism (resolves market by slug or free text, fetches CLOB midpoint) and differentiates from siblings by being a single-call solution.

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 advises to 'Provide a slug (preferred) or a free-text query' and mentions that Gamma's cached price can lag. However, it does not explicitly state when to use this tool versus alternatives, nor does it provide exclusions or prerequisites.

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