Skip to main content
Glama

screen_markets

Indicator-based market screener. The middle layer between raw price scan and LLM thesis edges. Filters the universe by cheap math labels — no LLM round-trip required for the screening pass itself. Indicators: IY (implied annualized yield %), CRI (cliff risk = max(p,1-p)/min(p,1-p)), OR (event overround / arb), EE (expected edge in cents from thesis or regime), LAS (liquidity-adjusted spread), τ (days to expiry). Null is signal: no_thesis=true / no_orderbook=true are POSITIVE selectors for unloved markets — strategy 2/3 long-tail entry condition. Free-tier and rate-limited; API keys unlock higher limits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort field. Default: iy
limitNoDefault 50, max 200
orderNoDefault: desc
venueNo
ee_minNoMinimum expected edge in cents (requires thesis or regime row).
iy_maxNo
iy_minNoMinimum implied yield, annualized %. Try 200 for long-tail.
or_maxNo
or_minNoMinimum event overround. 0.05 = 105¢ field (book-maker margin or arb).
cri_maxNoMaximum cliff risk = max(p,1-p)/min(p,1-p). 1=balanced, ∞=cliff.
cri_minNo
keywordNoSubstring filter on title.
las_maxNoMaximum liquidity-adjusted spread (spread/mid). Try 0.05.
categoryNocrypto, political, financial, sports, etc — kalshi-supplied category from snapshot blob
no_thesisNoPOSITIVE selector — only markets WITHOUT a thesis (unloved long tail).
has_thesisNoOnly markets covered by an active public thesis.
no_orderbookNoPOSITIVE selector — only markets WITHOUT recent orderbook attention.
tau_max_daysNoMaximum days to expiry.
tau_min_daysNo
has_orderbookNoOnly markets with cached orderbook (last 6h regime row).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior4/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 explains the null-is-signal semantics where no_thesis=true and no_orderbook=true are positive selectors, defines indicator formulas like CRI, and notes rate limiting. This adds significant transparency, though it does not cover output format or pagination behavior.

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 dense but well-organized: it front-loads the purpose, then defines key indicators, explains the null-is-signal behavior, and ends with rate-limit details. Every sentence adds value without redundancy, making it easy to parse efficiently.

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

Completeness3/5

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

Despite the rich conceptual description, it omits details about how filters combine (e.g., AND vs OR), default sort/order behavior, and the structure of the returned market list. Since there is no output schema and no annotations, these gaps reduce completeness for a tool with 20 parameters.

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 coverage is 75%, and the description enriches this by defining the indicators IY, CRI, OR, EE, LAS, and τ. It also provides practical heuristics such as 'Try 200 for long-tail' for iy_min and 'Try 0.05' for las_max, helping the agent choose effective values beyond what the schema states.

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 identifies the tool as an indicator-based market screener and specifies its role as the middle layer between raw price scan and LLM thesis edges. It also enumerates the indicators used and explicitly states that no LLM round-trip is required for the screening pass, distinguishing it from sibling tools like get_trade_ideas or scan_markets.

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 provides clear context on when to use the tool—after a raw price scan and before LLM-based thesis generation—and mentions free-tier rate limits. However, it does not name specific alternative tools or state explicit exclusions, leaving some inference required.

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

C2.8/5.0
Disambiguation2/5

Many tools have overlapping purposes, such as multiple market query tools (scan_markets, screen_markets, get_market_detail, get_market_diff, get_market_history, inspect_ticker) and legislative tools (legislation, get_legislation, list_legislation, query_gov). Aliases like get_heartbeat_config/get_heartbeat_status and explore_public/explore_theses add further confusion. An agent would struggle to select the correct tool without deeply reading each description.

Naming Consistency3/5

Most tools follow a verb_noun pattern (get_, list_, create_, update_), but there are notable deviations: 'legislation' lacks the 'get_' prefix, 'stt' and 'tts' are acronyms, 'monitor_the_situation' is a full phrase, and 'x_account/x_news/x_volume' use a non-standard prefix. The overall style is readable, but the mixed conventions reduce predictability.

Tool Count1/5

108 tools is extreme for any server, even one covering prediction markets, trading, portfolio management, forum, skills, and speech. The massive surface area overwhelms agents and makes the server feel more like a platform than a coherent toolkit. This many tools inevitably leads to redundancy and maintenance burden.

Completeness4/5

The server covers an impressively broad domain: market data, thesis management, intents, strategies, positions, portfolio, forum, skills, legislative and economic queries, and audio/visual processing. Minor gaps exist (e.g., no delete for skills/theses, no update for some portfolio items) but core workflows are well-supported. Overall lifecycle coverage for most entities is strong.

Resources