Skip to main content
Glama

prediction_market

LIVE prediction-market data from Polymarket (the biggest prediction market). For a TOPIC (an election, a coin price target, a sports or world event), returns the matching market's current implied ODDS for each outcome, its trading volume, liquidity, and resolution date, plus related markets on the topic. Use for 'what are the odds of X', 'what's the market pricing for Y', 'is X likely', or 'what's being predicted about Z'. Set history=true for a PAST/SETTLED question (who won, how it resolved, a past event) to include resolved markets with their final odds. ALWAYS pass the subject the user named as query (a sport, league, team, person, coin, election, country). 'nba markets' -> query='NBA', not an empty call. Only OMIT query when the user asks generically what's trending/biggest with no subject. For a broad topic (a league, a season) this returns EVERY open market it can find (futures, awards, season/game markets), not a top slice, so present the full set the user asked for.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNothe subject the user named -> pass it. e.g. 'NBA', 'trump 2028', 'bitcoin 100k'. Only omit when the user names NO subject and asks what's biggest/trending overall.
historyNotrue when the user asks about a PAST or SETTLED market (who won, how it resolved, a past date/event). Includes resolved events with their final outcome. Default false = only live/open markets.

TDQS

A4.5/5.0
Behavior4/5

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

Since no annotations are provided, the description carries the full burden. It discloses behavioral nuances: for broad topics it returns 'EVERY open market it can find' rather than a top slice, and history=true includes resolved markets with final odds. It does not mention response size limits or error behavior, but for a read-only data tool, the disclosed behavior is adequate.

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 a single dense paragraph with each sentence serving a purpose: definition, use cases, history explanation, query guidance, and broad-topic behavior. It is slightly longer than strictly necessary but contains no filler; the admonitions and examples make it practical.

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?

With no output schema, the description sufficiently explains what is returned (odds, volume, liquidity, resolution date, related markets) and addresses the trickiest case (broad topics returning all open markets). It does not cover pagination, rate limits, or error scenarios, but the tool is conceptually simple with only two optional parameters and the guidance is otherwise complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already has descriptions for both parameters (100% coverage), setting a baseline of 3. The description adds extra value by coaching usage: 'ALWAYS pass the subject the user named as query', examples of valid queries, and the specific condition for omitting query. This goes beyond the schema's static descriptions.

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's purpose with a specific verb ('returns') and resource ('LIVE prediction-market data from Polymarket'), listing concrete outputs (implied odds, volume, liquidity, resolution date, related markets). It distinguishes itself from sibling tools (e.g., stock movers, security checks) by focusing solely on prediction markets.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance with example queries ('what are the odds of X'), explains when to set history=true for past/settled questions, and gives clear rules for the query parameter (always pass the subject, omit only when user asks generically). Includes a concrete example ('nba markets' -> query='NBA') and clarifies broad-topic behavior.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation3/5

Many tools share the same core purpose (safety checks) differentiated mainly by chain or asset type, and descriptions are detailed enough to distinguish them most of the time. However, pairs like rug_check/rugcheck and deployer_check/deployer_reputation have overlapping purposes that could lead to misselection.

Naming Consistency3/5

Most tool names follow a lowercase snake_case pattern with clear descriptors, but there are notable exceptions like 'rugcheck', 'defillama', and 'verify'. Additionally, the 'rug_check' vs 'rugcheck' pair is an obvious naming inconsistency.

Tool Count2/5

44 tools is excessive for any server. Even for a broad security/due-diligence purpose, many tools (especially the robinhood_* series) are highly specialized and could be consolidated into fewer actions.

Completeness4/5

The tool surface is impressively comprehensive, covering token/NFT safety, transaction simulation, whale/address tracking, stock analysis, prediction markets, and project validation. Minor gaps exist (e.g., no ENS resolution or stock price history), but they are not critical for the server's core purpose.

Resources