Skip to main content
Glama

Get Market Edges

get_market_edges
Read-only

One-call universal mispricing scanner across ALL HIP-4 market types (crypto price, sports, politics, macro, events). Resolves every market to its best anchor (options / Polymarket twin / news lean / none) and ranks by |edge|. Filter with method / min_edge_pt / limit. Returns by_method counts + ranked markets. Superset of get_outcome_edges.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax markets to return (default 30, max 100).
methodNoFilter to markets resolved via one anchor method. Passing "news" also enables the (slower) news lean.
min_edge_ptNoOnly return markets whose |edge| in probability points is at least this (default 0 = whole board).

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the agent knows it's a safe read operation. The description adds valuable context: it resolves markets to different anchor types, includes a slower 'news' method, and returns by_method counts. However, it doesn't detail the exact structure of the response or the underlying algorithm, but given the annotations, this is sufficient.

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 concise and well-structured, with a clear verb and resource at the beginning. It packs essential information about capabilities, filtering, and relationship to sibling tools in just two sentences, making it easy to scan and understand.

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

Completeness4/5

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

Given the tool's complexity (handles all market types, multiple anchor methods) and the lack of an output schema, the description provides a good overview. It mentions the output includes by_method counts and ranked markets, which helps set expectations. However, it could detail the ranking criteria or the edge calculation more, but it's adequate for an experienced agent.

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?

Schema coverage is 100%, so all three parameters are well-documented in the schema itself. The description mentions 'Filter with method / min_edge_pt / limit' which reinforces the parameter usage, but adds little beyond what the schema already states. The behavior of the 'news' method being slower is a useful addition, but the overall added value is minimal.

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 purpose: a universal mispricing scanner across all market types, with the capability to filter and rank by edge. It explicitly distinguishes itself from a sibling by stating it is a superset of get_outcome_edges, which helps differentiate it from similar tools.

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 provides explicit usage guidance: it mentions filtering by method, min_edge_pt, and limit. It also implies when to use this tool over others, as it covers all market types and is a superset of get_outcome_edges. Although it doesn't explicitly state when not to use it, the broad scope makes it clear it's the go-to for general mispricing scans.

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.7/5.0
Disambiguation3/5

Many tools are specialized, but several pairs have fuzzy boundaries: e.g., get_funding_rates vs get_top_funding_rates, get_basic_macro vs get_macro_context, get_simple_iv vs get_options_iv. An agent could easily select the wrong one.

Naming Consistency4/5

Most tools follow a 'get_X' pattern with descriptive noun phrases. There are a few exceptions like 'create_api_key' and 'search_markets', but overall the convention is consistent and readable.

Tool Count2/5

With 47 tools, the server is overloaded. While the domain is broad, this many tools makes discovery and selection difficult for an agent, reducing coherence.

Completeness5/5

The tool set covers an impressively wide range: macro data, funding, prediction markets, OI history, whale tracking, risk analytics, position sizing, backtesting, and signal generation. It leaves no obvious gaps for a crypto trading assistant.