Skip to main content
Glama

Polymarket Edge Tracker

polymarket_edge_tracker
Read-onlyIdempotent

Edge persistence and decay telemetry built from daily polymarket_edges snapshots. Answers "how long has this edge existed and is it shrinking?" — a fresh wide edge and a 3-week-old wide edge are different trades (the latter is wide for a reason nobody is willing to take). Args: days (lookback, default 14, max 30), window (snapshot family, default "1wk"). RESPONSE: tracked[] = every opportunity in the LATEST snapshot with its full edge_pp_net time-series across prior snapshots, first_seen, trend (new | widening | stable | decaying) and decay_pp_per_day (both computed on |edge_pp_net| — the value itself is signed by trade direction, negative = SELL YES); expired[] = opportunities that appeared in earlier snapshots but are GONE from the latest (closed, resolved, or arbed away) with their lifespan_days — the median lifespan is your competition clock; snapshot_dates[] = which days actually have data (snapshots are written when polymarket_edges runs on a cache-miss, so gaps mean nobody scanned that day). LIMITS: history depth is bounded by the 60-day snapshot TTL and starts from when snapshotting was enabled; decay numbers come from daily closes of edge_pp_net (net of default slippage), not intraday.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoLookback in days (default 14, clamp 2-30).
windowNoWhich polymarket_edges window family to read snapshots for: 24hr | 1wk | 1mo (default 1wk).

Schema Changelog

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

  1. Added
  2. Removed
  3. Added

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds valuable context beyond those: historical depth limited by a 60-day TTL, snapshots only written on cache-miss (so gaps mean no scan), decay computed from daily closes rather than intraday, and detailed response structure. This significantly enhances behavioral understanding without contradiction.

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 well-structured with clear sections (purpose, args, response, limits) and is front-loaded with the core question it answers. Every sentence adds value, but it is somewhat dense and could potentially be tightened. Still, it remains readable and organized.

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?

With no output schema, the description thoroughly explains response structure (tracked[], expired[], snapshot_dates[]) and each field's meaning. It also covers limitations (TTL, cache-miss behavior, close-based decay) and why gaps occur. For a telemetry tool with historical dependencies, this is highly complete.

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% with clear parameter descriptions. The description adds the concept of 'snapshot family' for the window parameter and clarifies defaults, but mostly restates schema information. While it doesn't add many new details, the family terminology gives additional meaning beyond the schema's simple enumeration.

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 what the tool does: 'Edge persistence and decay telemetry' built from daily snapshots, answering a specific question about how long an edge has existed. This is a specific verb+resource combination that distinguishes it from sibling tools like polymarket_edges, which likely provides current edge calculations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use this tool: to differentiate between fresh vs. old wide edges and to understand if an edge is shrinking. It doesn't explicitly name alternative tools or provide when-not-to-use guidance, but the intended use case is well implied. The line 'the median lifespan is your competition clock' gives practical 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.

TDQS

A3.8/5.0
Disambiguation2/5

ask_pipeworx and ask_pipeworx_beta are explicitly described as currently identical, creating real ambiguity between two tools. The polymarket cluster (arbitrage, edges, fill_risk, edge_tracker, kalshi_spread, bet_research) has overlapping edge-finding purposes that rely on reading long descriptions to separate, and the DNS tools are so few that an agent cannot tell this is a 'dns' server at all.

Naming Consistency2/5

The set mixes at least four naming conventions: bare verbs (remember, forget, subscribe), verb_noun (dns_lookup, validate_claim, discover_tools), noun phrases (entity_profile, deep_research, recent_alerts), and brand-prefixed families (ask_pipeworx_*, polymarket_*, pipeworx_*). Each cluster is internally consistent, but the overall pattern is incoherent, including stray names like reverse_dns that invert the verb_first convention.

Tool Count2/5

At 34 tools this exceeds the 25+ threshold for a heavy surface, and the count is wildly mismatched to the server's name: only 3 of 34 tools (dns_lookup, dns_lookup_all, reverse_dns) relate to DNS. The remaining 31 tools belong to unrelated domains (data research, prediction markets, memory, subscriptions, npm scanning), making the toolkit feel like a mislabeled grab-bag rather than a scoped server.

Completeness3/5

Judged against the server's stated 'dns' purpose, coverage is thin: read-only lookups only, with no WHOIS, DNSSEC, zone management, or write operations. Judged against the dominant inferred domain (a data-research/prediction-market platform), the surface is quite complete — query, grounded verification, deep research, profiles, comparisons, claim validation, discovery, subscriptions, alerts, and feedback all exist — though there is no tool to directly read a pipeworx:// citation URI.