Skip to main content
Glama

x402-poly-markets

Poly Markets: The busiest Polymarket markets right now, with the full tradable record — conditionId, CLOB token ids, outcome names and prices, bid/ask, 24h volume, liquidity, end date and minimum price tick. Use x402-poly-volume to rank by activity rather than size, or x402-polymarket-odds to look up a market you already know.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoLimit to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / limit
      Added value: +{
      +  "description": "Limit to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description is responsible for the full disclosure of behavior. It does say the output is the most 'busiest' current snapshot, which is supported by the field list, but it does not mention any side effects, precedence, or required state (e.g., network availability). Also, no indication is given about whether it is purely read-only, or whether it involves a dynamic fetch of the public API call against a limit. However, the description of the list gives a clear picture that this is a data retrieval operation, even though no value is added beyond safe sem.

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: two sentences. It focuses on the primary function, the key details, and the routes to the alternative. It is front-loaded with the information, and there is no redundant or extraneous wording that would be safe word to have. The bot is concise, but effectively.

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?

In view of the simple schema (optional `limit`, no required params) and no output schema, the description is fairly complete: it already lists the returned fields and the scope of the call. It does not mention the possible default behavior for the limit or any possible side effects, but the pair is a super-simple single tool to multiple less.

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?

The schema has 100% description coverage, which automatically anchors the baseline at 3. The description of the 'limit' parameter is not enriched at all in the tool description; it is simply a 'limit to process' in the schema. Therefore, no further semantics are added beyond the input schema, so that makes the score 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 verb 'lists' plus the resource: the busiest Polymarket markets right now. It is specific about the returned fields (total contract IDs, CLOB tokens, prices, volumes, etc.) and explicitly distinguishes itself from the two most common sibling tools are not it. Navigating the purpose is unambiguous.

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?

The description gives explicit usage guidance: 'When choosing, use x402-poly-volume to rank by activity rather than size, or x402-polymarket-odds to look up a known market.' This tells you when to use an alternative tool rather than this one, and also handles the 'want to get only the market data' context.

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.

Resources