Skip to main content
Glama

pm

Read-only

Paid $0.01 USDC exact on Base: Polymarket market odds via public gamma-api. q= search or slug= event/market slug (not both). Optional limit=1..5. Unknown is paid 200 with found:false. Read-only. No trading. Not investment advice. payTo 0x3903F05a17676566958B0a3E0c21E0bd49B66ea0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSearch query (max 80). Use q or slug, not both.
slugNoExact Polymarket event or market slug (lowercase [a-z0-9-]).
limitNoMax markets 1-5 (default 5).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A3.9/5.0
Behavior5/5

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

The description goes well beyond annotations by disclosing the $0.01 USDC cost on Base, the payTo address, the paid 200 response with found:false for unknown entries, and boundaries like no trading/not investment advice. These are important behavioral traits not available from readOnlyHint/openWorldHint alone.

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 information-dense and front-loaded with cost and purpose, with no real wasted words. The run-on punctuation makes it slightly harder to parse than a structured list, but every clause serves a functional role.

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?

For a tool with no output schema, it covers cost, payment address, parameter selection, unknown-result behavior, and read-only status. The main gap is that it does not describe the success response structure beyond 'market odds', which an agent might need for parsing.

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 coverage is 100%, so the schema already documents q, slug, and limit. The description restates the 'not both' constraint and limit range, which reinforces correct usage but adds little new semantic detail beyond the schema.

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 identifies a paid Polymarket odds lookup via gamma-api and distinguishes it from generic quote/price siblings. However, it lacks an explicit verb like 'get' or 'return', so the core action is implied rather than directly stated.

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 gives clear invocation context: use q or slug, not both, optional limit, and read-only/no-trading. It does not mention alternatives or conditions for choosing a sibling tool, leaving some usage guidance implicit.

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.