Skip to main content
Glama

Server Details

Live Kalshi + Polymarket prediction-market data and cross-venue arbitrage spreads, one schema.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Tool DescriptionsB

Average 3.3/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool serves a distinct purpose: single-market retrieval, market listing, and cross-venue matching. There is no overlap in their functionality, making them easy to distinguish.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with lower_snake_case: get_market, list_markets, matching_markets. The naming is predictable and clear.

Tool Count5/5

Three tools is a well-scoped size for a read-only prediction market aggregator. Each tool has a clear role and covers the essential operations for this domain.

Completeness4/5

The surface covers the core needs: retrieve a specific market, list all markets, and find matching ones across venues. A minor gap is the lack of a search/filter capability, but the standard workflows are supported.

Available Tools

3 tools
get_marketAInspect

Get one normalized market. venue is 'kalshi' or 'polymarket'.

ParametersJSON Schema
NameRequiredDescriptionDefault
venueYes
market_idYes
Behavior3/5

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

The description discloses that the output is 'normalized' and restricts venue to the listed values, adding context beyond the schema. However, with no annotations, it does not disclose error behavior, return format, or side effects, leaving significant gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no filler, front-loading the core action. Every part serves a purpose.

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

Completeness2/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 should clarify what 'normalized' means and what the function returns. It does not cover error cases or the exact return structure, leaving the tool under-specified for someone unfamiliar with the domain.

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?

The description explicitly defines venue as 'kalshi' or 'polymarket', giving it meaning beyond the raw string type. However, market_id is not described, and with 0% schema description coverage, the description only partially compensates.

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 the tool's action ('Get') and resource ('one normalized market'), with 'one' distinguishing it from the sibling tools list_markets and matching_markets. It also specifies the venue scope, making the purpose unambiguous.

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 implies the tool is used when a specific market_id is known, but it does not explicitly contrast with alternatives or state when not to use it. The venue constraint provides some context, but no direct guidance on selection among siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_marketsCInspect

List open prediction markets across Kalshi and Polymarket (normalized).

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
venueNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds some context through the 'open' filter and 'normalized' qualifier, but does not explain pagination, venue filtering behavior, or what 'normalized' entails. This is a minimal disclosure for a tool with no 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 a single sentence with no filler, front-loading the primary action. However, its brevity omits crucial operational details, making it more under-specified than truly concise. Still, relative to the dimension, it is efficient.

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

Completeness2/5

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

Although an output schema exists, the description remains insufficient for a tool with two unannotated parameters and no tool-level annotations. It lacks information about venue filtering, limit semantics, and the meaning of 'normalized', leaving significant gaps for an agent to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description fails to compensate. It never mentions the 'limit' parameter and only indirectly hints at 'venue' by naming Kalshi and Polymarket, without explaining the parameter's format, nullable status, or allowed values. No parameter semantics are provided.

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 the tool's action ('List'), resource ('open prediction markets'), and scope ('across Kalshi and Polymarket (normalized)'). This specific phrasing differentiates it from sibling tools like get_market (single market) and matching_markets (likely searching/matching).

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention get_market or matching_markets, nor any exclusions or prerequisites. The only implied use case is listing open markets, but no explicit usage direction is given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

matching_marketsAInspect

Find the same real-world event on both venues, with the YES price spread.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
thresholdNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior3/5

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

Without annotations, the description carries the burden. The verb 'Find' implies a read-only operation with no side effects, and mentioning the YES price spread adds some output context. However, it doesn't disclose the meaning of 'both venues' or any limitations (e.g., threshold impact), though the output schema covers return format. It's acceptable but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, front-loaded sentence with no filler words. It efficiently states the core purpose and key output.

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

Completeness2/5

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

The description is too brief for a tool with two parameters and no annotations. It fails to explain what 'both venues' refers to, what threshold controls, or when to adjust the default. The existence of an output schema mitigates but does not eliminate the gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, and the description provides no explicit meaning for limit or threshold. The phrase 'YES price spread' may indirectly relate to threshold but is ambiguous. Parameters are effectively undocumented.

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 clear verb 'Find' and specifies the resource 'same real-world event on both venues' and the key output 'YES price spread.' This distinguishes it from sibling tools like get_market and list_markets, which likely operate on a single venue.

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 implies usage when you need cross-venue event matching, contrasting with sibling tools for individual market retrieval or listing. However, it does not explicitly state when not to use it or name alternatives directly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    24/7 autonomous monitoring and edge detection for prediction markets (Kalshi & Polymarket). Features causal tree analysis, orderbook depth tracking, cross-venue comparison, and real-time alerts.
    16
    196
    12
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Reference data layer for prediction markets: resolution-clarity grades (A/B/C), named resolution sources with provenance, cross-venue linking, and per-contract eligibility screens across Kalshi and Polymarket. Open,read-only, no key required.
    3
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Aggregates prediction market data from 5 major platforms (Manifold, Polymarket, Metaculus, PredictIt, Kalshi), enabling users to search markets, compare odds across platforms, detect arbitrage opportunities, and track predictions through natural language.
    8
    3
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Unified access to prediction market data from Kalshi and Polymarket, enabling natural language queries for real-time odds, orderbooks, and trade history.
    17
    12
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources