Skip to main content
Glama

Polymarket–Kalshi Spread

polymarket_kalshi_spread
Read-onlyIdempotent

Cross-venue spread between Kalshi and Polymarket for the same resolving question. The two venues sometimes price the same outcome 2-25pp apart because their participant pools differ — when the bet shapes are equivalent that delta is a real signal, when they aren't the tool says so. TWO MODES: (1) topic — 10 pre-mapped macro shortcuts ("fed", "btc", "cpi", "gdp", "sp500", "recession", "next_pope", "next_uk_pm", "next_israel_pm", "2028_president") auto-fetch the matching event on each venue. (2) explicit kalshi_event_ticker + polymarket_event_slug for custom pairings. RESPONSE: each venue's leg-by-leg prices (raw probability 0-1) plus matched spread[].top_spreads_pp (Kalshi − Polymarket) where the same outcome shows up on both sides. SAFETY FIELDS: compatibility_warning is a sentence and compatibility_codes[] the machine-readable form; BOTH can be non-empty on returned pairs, so read them even when matched_pairs>0. Codes: event_subject_mismatch (the two event titles share no subject words — probably not the same question), temporal_mismatch (they resolve in different months), non_equivalent_bet_shapes, no_candidate_pairs, unclassified_legs_excluded, premapped_pairing_unverified (always set in topic mode when pairs are returned: the legs were matched by keyword and word overlap, not a shared resolution source). Each entry in top_spreads_pp carries its own flags[]. A leg whose metric_type or match_subtype is "unknown" is NEVER paired — those comparisons land in spread.skipped_unclassified and, when the wording lined up, in spread.low_confidence_pairs[] for inspection only. temporal_alignment{polymarket_month,kalshi_month,aligned} tells you whether the two events resolve in the same calendar period. skipped_cross_type / skipped_cross_subtype counters expose how many leg-pair comparisons were dropped (cross-type = metric_type mismatch like MoM vs YoY; cross-subtype = inequality mismatch like cum_ge vs cum_le). Real cross-venue spreads are rarer than the macro-shortcut list suggests — most pre-mapped topics return compatibility_warning today; pre-mapped ≠ tradeable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoPre-mapped: fed | btc | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president
kalshi_event_tickerNoExplicit Kalshi event ticker, e.g. "KXFED-26OCT". Overrides the topic-mapped Kalshi side.
polymarket_event_slugNoExplicit Polymarket event slug, e.g. "fed-decision-in-june-825". Overrides the topic-mapped Polymarket side.

TDQS

A4.3/5.0
Behavior5/5

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

The description goes far beyond the readOnly/idempotent annotations by detailing safety fields, compatibility codes, when legs are never paired, and unconditional caveats such as 'BOTH can be non-empty on returned pairs, so read them even when matched_pairs>0'. It surfaces failure modes and low-confidence outputs rather than promising clean spreads.

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 long but organized into labeled mode, response, safety, and caveat sections, front-loading the main purpose. The density is justified by a complex tool with no output schema. A few internal details could have been left to schema, but not enough to hurt clarity.

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?

Because there is no output schema, the description carries full responsibility for explaining return values, and it does: leg prices, top_spreads_pp, compatibility fields, temporal_alignment, skipped counters, and low_confidence_pairs. It also covers edge cases and what to do with warnings.

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?

The schema already covers all three parameters at 100%, so the baseline is 3. The description adds value by explaining topic-mode auto-fetching, the explicit custom mode, and how explicit tickers/slugs override the mapped side. It also gives concrete shortcut examples and warns about premapped_pairing_unverified, which helps an agent choose parameters.

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 opening sentence names the exact resource and action: a cross-venue spread between Kalshi and Polymarket for the same resolving question. It is specific enough to separate this from most siblings, though it never explicitly contrasts itself with polymarket_arbitrage or states a verb like 'compute'.

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 TWO MODES section tells an agent exactly when to use the topic shortcut vs explicit ticker/slug pairing, with the shortcut list and override behavior. The closing caveat 'pre-mapped ≠ tradeable' and warning that most topics return compatibility_warning prevents over-trusting the tool. It does not explicitly name a sibling alternative, so it stops short of full when-not 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.

TDQS

A3.8/5.0
Disambiguation2/5

Several clusters of tools heavily overlap: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, and validate_claim all answer natural-language questions over the same underlying sources, and six polymarket tools (bet_research, polymarket_edges, polymarket_arbitrage, polymarket_fill_risk, polymarket_edge_tracker, polymarket_kalshi_spread) have blurry boundaries. The four art museum tools are entirely unrelated to the data-research tools, adding confusion to the set.

Naming Consistency3/5

Names are consistently snake_case and generally readable, but the verb-object pattern is not consistent: bare verbs (remember, forget, recall, subscribe) sit alongside verb-first names (get_artwork, validate_claim, resolve_entity) and noun-first compounds (pipeworx_trending, polymarket_edges, ai_visibility_check). The repeated prefixes (ask_pipeworx, polymarket_) do provide some structure.

Tool Count2/5

At 35 tools, the server is overstuffed. The core Pipeworx data and Polymarket analytics surface alone would justify roughly 20 tools, but memory management, subscription lifecycle, llms.txt generation, npm dependency scanning, claim validation, and Art Institute of Chicago lookups are unrelated additions that push the count well beyond a focused scope.

Completeness4/5

Each functional cluster is fairly complete on its own: memory has remember/recall/forget, subscriptions have subscribe/list/recent_alerts/unsubscribe, data lookup has casual, grounded, deep, and validation modes, and prediction markets cover research, edges, arbitrage, fill risk, tracking, and cross-venue spreads. The issue is not missing capabilities but the lack of a single coherent domain.