Skip to main content
Glama

Prediction Markets Quant

2026 Race Odds — one Senate, governor or House race with every Kalshi leg

race_odds
Read-only

Live Kalshi odds for one 2026 midterm race — Senate, governor or a competitive House district — by state name ("Kansas"), state code ("KS"), slug ("kansas-senate", "michigan-governor", "tx-34-house") or district ("TX-34"). Returns every contract leg with its price in cents, 24h volume, open interest and Kalshi link; the seat holder, their role and the structure rating; the implied probability the Democrat wins where provable; the named forecasters’ bands where we track them; and the race page URL. A state with both a Senate and a governor race returns the Senate race and lists the alternatives. Prices are never estimated. Free, no key. Use for "who wins the Kansas Senate race", "Michigan governor odds", "what is Kalshi pricing for Texas Senate", "Ossoff vs Collins market price".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
raceYesState name or code, a race slug (kansas-senate, michigan-governor, tx-34-house), or a House district (TX-34).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

With only readOnlyHint and openWorldHint annotations, the description carries the burden of behavioral disclosure and meets it fully. It explains tie-breaking between Senate and governor races, that prices are never estimated, that all Kalshi contract legs are returned, and notes limitations with 'where provable' and 'where we track them'. This goes well beyond what annotations provide.

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 front-loaded, opening with the core purpose and accepted input formats before enumerating return contents and usage examples. Very little is wasted, though the single long list-style sentence is slightly less scannable than a more structured presentation would be.

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 one-parameter read-only tool with no output schema, the description is operationally complete: accepted inputs, returned data fields, tie-breaking behavior, pricing policy, authentication requirements, and example queries are all covered. An agent has everything needed to select and 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?

The schema already provides 100% coverage for the single 'race' parameter, so the baseline is 3. The description adds concrete examples of accepted formats — state name ('Kansas'), code ('KS'), slug ('michigan-governor'), and district ('TX-34') — plus the disambiguation rule for states with multiple races, making parameter semantics clearer than the schema alone.

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 states a specific verb and resource: 'Live Kalshi odds for one 2026 midterm race' and enumerates Senate, governor, and House races. It also emphasizes 'one race,' distinguishing it from sibling tools like senate_map that cover many races at once.

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 gives concrete 'Use for' examples such as 'who wins the Kansas Senate race' and 'Michigan governor odds', making invocation triggers explicit. It does not name alternatives or state when not to use it, but the examples are sufficient for a single-race lookup tool.

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.