Skip to main content
Glama

Maven Central

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).

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already indicate readOnly, openWorld, idempotent, non-destructive. The description adds significant behavioral detail: return structure (tracked, expired, snapshot_dates), decay computation (on |edge_pp_net|, signed), and data gaps (snapshots written on cache misses). No contradiction with annotations.

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 dense but well-organized, front-loading the core purpose. Every sentence adds information. Could benefit from bullet points for return fields, but overall efficient for the complexity.

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?

For a tool with no output schema, the description fully explains the response structure (tracked, expired, snapshot_dates) and their contents. It also covers limitations (60-day TTL, intraday not available), making it complete for agent invocation.

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 covers both parameters (days, window) with descriptions. The description adds clarity by repeating defaults and clamp values, and by explaining the effect of each parameter (lookback, snapshot family). This adds marginal value 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 it provides 'edge persistence and decay telemetry' from daily snapshots, answering the specific question of how long an edge has existed and whether it is shrinking. It distinguishes itself from sibling tools like polymarket_edges (current snapshots) and polymarket_arbitrage (arbitrage).

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 explains when to use the tool (to assess edge age and decay) and includes limitations such as the 60-day TTL and daily close data, guiding appropriate contexts. It does not explicitly mention alternatives but provides sufficient context for decision-making.

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

B3.4/5.0
Disambiguation2/5

Several tools have heavily overlapping purposes, especially ask_pipeworx, ask_pipeworx_beta (explicitly identical right now), ask_pipeworx_grounded, and deep_research. The Polymarket tools are more distinct, but the boundary between Maven search tools and broader discovery tools like search, search_by_coords, discover_tools, and suggest_questions is not always obvious.

Naming Consistency2/5

Naming is a mix of snake_case actions, branded prefixes like ask_pipeworx_*, polymarket_*, and pipeworx_*, plus inconsistent patterns like ai_visibility_check vs scan_competitor_ai_presence. Some clusters are internally consistent, but the overall set follows no predictable convention.

Tool Count2/5

35 tools is heavy for a server named 'Maven Central', and only a handful actually relate to Maven artifacts. The rest are Pipeworx research, prediction-market, memory, subscription, and utility tools, making the set feel sprawling rather than purpose-scoped.

Completeness3/5

For the Maven Central domain, search, coordinate lookup, version listing, and latest-version retrieval cover core read-only needs. However, there is no direct artifact metadata/POM/dependency inspection, and the unrelated Pipeworx and Polymarket tools dilute the surface without filling obvious gaps in the stated domain.