Skip to main content
Glama
tmbot12

meridian-edge-mcp

get_opportunities

Identify prediction market divergence events where regulated markets show significant disagreement, revealing opportunities where information is still being incorporated.

Instructions

Get events where prediction markets show notable divergence.

Divergence opportunities are events where regulated prediction markets disagree significantly. Higher scores indicate greater disagreement. This may surface events where information is still being incorporated.

Args: min_score: Minimum opportunity score to include (default 5.0). sport: Filter by sport — NBA, NFL, MLB, NHL, MLS, POLITICS, or omit. limit: Number of opportunities to return (1–20, default 10).

Returns: Formatted list of divergence opportunities ranked by score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
min_scoreNo
sportNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/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 what the tool returns ('Formatted list of divergence opportunities ranked by score') and provides some behavioral context about what divergence opportunities represent. However, it doesn't disclose important behavioral traits like rate limits, authentication requirements, error conditions, or pagination behavior that would be helpful for an agent.

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 well-structured and front-loaded with the core purpose, followed by clear sections for arguments and returns. Every sentence earns its place by providing essential information without redundancy. The formatting with clear section headers (Args, Returns) enhances readability while maintaining conciseness.

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 moderate complexity, 3 parameters with 0% schema coverage, no annotations, but with an output schema, the description is mostly complete. It thoroughly documents all parameters and explains the tool's purpose and context. The main gap is lack of behavioral details like rate limits or error handling, but the output schema reduces the need to describe return values in detail.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by providing comprehensive parameter documentation. It explains all three parameters (min_score, sport, limit) with their purposes, default values, valid ranges, and specific sport options. The description adds significant value beyond the bare schema, which only provides titles and types without any semantic meaning.

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 with specific verbs ('Get events') and resources ('prediction markets'), explaining what divergence opportunities are and how they're scored. It distinguishes from sibling tools like get_consensus, get_markets, get_settlements, and get_signals by focusing specifically on events with market disagreement rather than consensus, market listings, settlements, or signals.

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 for when to use this tool ('events where prediction markets show notable divergence' and 'where information is still being incorporated'), but doesn't explicitly state when not to use it or name specific alternatives among the sibling tools. The context is sufficient to understand its application without explicit exclusions.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tmbot12/meridian-edge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server