Skip to main content
Glama

x402-poly-price

Poly Price: Search Polymarket by keyword and get the matching markets with their prices. Uses a real search endpoint, so a term with no matches comes back as an explicit no-match answer rather than an unrelated default list. Use x402-polymarket to browse by tag instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoQ to process
limitNoLimit to process
queryNoQuery to process
searchNoSearch to process
activeOnlyNoActiveOnly to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedInput schema / properties / activeOnly
      Added value: +{
      +  "description": "ActiveOnly to process",
      +  "type": "string"
      +}
    • addedInput schema / properties / limit
      Added value: +{
      +  "description": "Limit to process",
      +  "type": "string"
      +}
    • addedInput schema / properties / query
      Added value: +{
      +  "description": "Query to process",
      +  "type": "string"
      +}
    • addedInput schema / properties / search
      Added value: +{
      +  "description": "Search to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the full disclosure burden. It adds useful behavior context: the tool uses a real search endpoint and returns an explicit no-match result rather than an unrelated default list. However, it omits pagination behavior, how prices are returned, any error semantics, and rate or authorization constraints.

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?

Three sentences with no filler: the first states the core behavior, the second explains a notable behavioral trait, and the third routes to the correct sibling alternative. The structure is front-loaded and every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema and no annotations, and the tool has five ambiguous parameters. The description does not clarify which parameter holds the search keyword, how limit behaves, what activeOnly controls, or what the explicit no-match response looks like. These are material gaps for an agent to invoke the tool correctly.

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

Parameters2/5

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

The input schema has five string parameters, but their descriptions are tautological ('Q to process', 'Limit to process', etc.) and the tool description never maps 'keyword' to q, query, or search. The agent is left guessing which parameter is the actual keyword and what activeOnly or limit mean, so the description fails to add meaning beyond the schema.

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 a specific action: search Polymarket by keyword and get matching markets with prices. It also explicitly differentiates itself from the sibling x402-polymarket by noting that one browses by tag, so an agent can disambiguate without opening the schema.

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 an explicit alternative: 'Use x402-polymarket to browse by tag instead.' This tells the agent when to prefer this tool (keyword search) versus a sibling, satisfying the when/alternatives guidance.

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