Skip to main content
Glama

compare_platforms

Compare candidate equivalent events on Polymarket vs Kalshi side by side. Returns displayed probabilities and their spread as a research signal. These are not executable quotes or arbitrage claims: verify order-book depth, fees, fills, and resolution rules before deciding where a contract is actually cheaper. Optional query filters by keywords in the market question.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations, the description carries full behavioral burden and does so excellently. It discloses that returns are 'not executable quotes or arbitrage claims' and warns about verification steps, which is critical context for adequately interpreting results. It also implies results are approximations by using 'candidate equivalent events'.

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 tightly structured: purpose, return value, caveat, and parameter explanation each in one sentence, with no fluff. It front-loads the primary action and quickly conveys limitations, making it easy to scan.

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?

The tool is moderately complex (cross-platform comparison) and has an output schema, so return values are already specified. The description adds all necessary context: purpose, output nature, critical caveats, and query usage. There are no missing pieces that would prevent correct invocation or interpretation.

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 input schema provides only types and defaults (coverage 0%), so the description must add meaning. It does explain the 'query' parameter as filtering by keywords in the market question. However, it doesn't explicitly describe 'limit', though its meaning is trivially inferable from the schema. This partial compensation justifies a 4 rather than 3.

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 the specific verb 'Compare' and identifies resources 'Polymarket vs Kalshi' with a clear scope of 'candidate equivalent events'. It distinguishes itself from executable-quote tools by explicitly stating it returns research signals, not executable quotes. This clearly differentiates it from siblings like get_executable_quote.

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

Usage Guidelines5/5

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

The description explicitly states when to use the tool ('as a research signal') and when not to use it for investment decisions by warning to verify order-book depth, fees, fills, and resolution rules before deciding cheaper contracts. Though it doesn't name an alternative tool, it clearly implies 'get_executable_quote' exists, making usage guidance explicit.

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

A4.4/5.0
Disambiguation4/5

Most tools have clear, distinct purposes, but a few overlap: get_market_odds and get_world_cup_odds both handle World Cup probability questions, and get_edge_signals and get_research_theses both point to potentially mispriced markets. The descriptions help clarify intent, but the boundaries are not always crisp.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, with verbs like get, list, submit, check, compare, find. Even compound objects like best_price or world_cup_odds fit the pattern cleanly, and no mixed conventions or camelCase appear.

Tool Count5/5

At 14 tools, the server is well-scoped within the 3-15 typical range. Each tool serves a distinct function—odds lookup, market browsing, research, forecasting, and World Cup-specific content—without redundant bloat. The count feels appropriate for the broad domain.

Completeness5/5

The tool set covers a complete workflow: discovering markets, comparing odds, evaluating bets, finding best prices, getting quotes, submitting forecasts, and reviewing personal and AI track records. The lack of an execution tool is intentional (the server is research-oriented), and the append-only forecast model makes missing update/delete operations a non-issue.

Resources