Skip to main content
Glama

Scan Mispricings

scan_mispricings
Read-only

Scan Polymarket contracts for mispricings against the PMP model (a probability swarm). Returns each market where the model disagrees with the price, the direction to take, the edge in percentage points, and quarter-Kelly sizing, sorted by absolute edge. Pro key required. Use for "where is the edge today", "mispriced markets", "what should I trade".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows to return (default 10).
minEdgeNoMinimum absolute edge in pp to include (default 5). Accepts a number or a numeric string ("3", "3pp", "3%").

TDQS

A4.8/5.0
Behavior5/5

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

The description goes beyond the annotations (readOnlyHint, openWorldHint) to explicitly state what the tool does not modify, and it details the output: 'Returns each market... sorted by absolute edge'. It also discloses the key dependency. This is a model that dynamically responds to market conditions (openWorldHint), and the description confirms it's a scan, not a static report.

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 front-loaded with the verb and core purpose. It is concise, but the final sentence listing use cases could be merged more elegantly. Still, it earns its space by clarifying usage intent.

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

Completeness5/5

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

Given two trivial parameters with 100% schema coverage, no nested objects, no output schema, and clear annotations, the description is complete. It explains the model, output, sorting, and usage scenarios. No gaps remain for an agent to select or invoke this tool correctly.

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 coverage is 100%, so the schema already explains both parameters well. The description does not repeat parameter details, but it adds context by describing the output's structure (e.g., 'edge in percentage points', 'quarter-Kelly sizing'), which indirectly clarifies what 'minEdge' filters on. It could be a 5 if it explicitly mapped which parameter controls what, but the description's output characterization is sufficient given the high schema coverage.

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 uses a specific verb ('Scan') and a resource ('Polymarket contracts for mispricings'), and clearly states what it does: compares market prices against the PMP model. It also distinguishes itself from siblings by focusing on 'mispricings' and 'edge', a concept absent from sibling names like 'find_arbitrage' or 'base_rate_gap'.

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?

Explicitly states when to use it: 'Use for "where is the edge today", "mispriced markets", "what should I trade"'. This directly addresses user intents that are distinct from other tools like 'edge_alerts' (which likely monitors over time) or 'find_arbitrage' (which is price discrepancy across markets). It also implies a prerequisite: 'Pro key required'.

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.9/5.0
Disambiguation4/5

Most tools target distinct workflows with explicit usage hints, such as best_available vs who_do_i_draft vs compare_players. The main risk is the cluster of 'edge' tools—calculate_ev, scan_mispricings, edge_alerts, nfl_edge, nfl_prop_edge—but descriptions narrow them by venue, asset, and scope well enough.

Naming Consistency3/5

All names use lowercase snake_case, but there is no stable verb_noun pattern: some are verbs (calculate_ev, scan_mispricings), many are noun phrases (draft_board, market_pulse, nfl_edge), and one is a full question (who_do_i_draft). The nfl_* prefix adds structure, but overall the convention is mixed though still readable.

Tool Count3/5

24 tools is on the heavy side and the set spans two fairly distinct domains: prediction-market edge tools and fantasy-football draft tools. Most tools serve a distinct function, but several 'edge' tools and the eight fantasy tools could feel redundant if consolidated.

Completeness4/5

The set covers the core prediction-market workflow: base rates, Bayesian updates, EV, Kelly sizing, mispricing scans, arbitrage, and vertical signals, plus a full fantasy-draft surface. Notable gaps are generic market/price lookup and portfolio-level tracking, but agents can work around these.