Skip to main content
Glama

x402-poly-volume

Poly Volume: Polymarket activity screen — ranks markets by turnover (24h volume divided by resting liquidity) and reports the round-trip cost, so you can tell a market that is genuinely busy from one that is merely large. Filter with minVolumeUsd and maxSpreadBps to get only markets worth trading. Use x402-poly-markets for a plain list; use this when the question is "where is there real activity I can actually participate in".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoLimit to process
maxSpreadBpsNoMaxSpreadBps to process
minVolumeUsdNoMinVolumeUsd to process

Schema Changelog

Changes observed during successful MCP inspections.

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

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It explains the turnover calculation, that the tool shows round-trip cost, and how filtering changes the output. While it doesn't explicitly state read-only or data-only nature, the terms 'screen', 'reports', and 'ranks' make that behavior clear enough. It adds useful context beyond an annotation would, covering the rich text, so it deserve a high score.

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 three sentences and efficient, each adds necessary context: the first sentence states the function and the second the filters, and the third gives the sibling distinction. It is slightly dense with several ideas, but it's practical and avoids decorative. It might be a bit long, but it's still compact and the structure.

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?

The tool is a screened data tool with no output schema and three optional parameters. The description has enough context for a purpose: what when, what, and the provided filters. It provides the input schema, and what is clear. Some of the interaction. But it doesn't need to explain a return form, but not to the wording. The brief enough to explore the developer.

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?

Schema description coverage is 100%, but the schema itself is generic descriptions like 'limit to process' and parameter names. The tool description adds meaning by saying to use minVolumeUsd and maxSpreadBps to get only markets worth trading, and the user focuses on volume and spread. This helps an agent understand how to use the parameters beyond the simple schema. It is 3 (baseline) with a plus because the description explains the scope of metadata.

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: a Polymarket activity screen that ranks markets by turnover (24h volume divided by resting liquidity) and reports the round-trip cost. This names both the verb and resource with a concrete metric formula. It also directly distinguishes itself from x402-poly-markets, removing ambiguity about which sibling to choose.

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 explicitly says to use x402-poly-markets for a plain list and to use this tool when the question is 'where is there real activity I can actually participate in'. It additionally explains that the filter parameters minVolumeUsd and maxSpreadBps should be used to get only markets worth trading, providing strong guidance on when to invoke it.

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