Skip to main content
Glama

get_edges

Retrieve current mispricings detected across prediction market contracts. Returns real-time edges where causal models disagree with market prices on Kalshi and Polymarket.

Instructions

Current mispricings (edges) detected across all public theses — contracts where the platform's causal model disagrees with market price. Read-only, no auth, no parameters. Returns only the edge list; use get_context for edges bundled with movers, highlights, and world state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. Discloses 'Read-only' (safety), 'no auth' (permissions), and 'no parameters' (invocation constraints). Also clarifies return scope ('only the edge list'). Missing minor details like rate limits or data freshness, but covers all critical behavioral traits.

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?

Efficiently structured: main clause defines purpose and domain, followed by three short factual statements (read-only, no auth, no params), and ends with sibling differentiation. Zero redundancy despite high information density.

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?

For a zero-parameter read-only tool, description adequately covers invocation constraints and return type ('edge list'). Without output schema, could slightly improve by hinting at edge list structure, but sibling comparison provides sufficient scope clarification for tool selection.

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?

Zero parameters present (empty schema), which per rubric establishes baseline 4. Description confirms 'no parameters,' aligning with schema and ensuring the agent doesn't attempt to infer hidden parameters.

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?

Defines the specific resource (mispricings/edges across public theses) and clarifies domain terminology ('contracts where the platform's causal model disagrees with market price'). Explicitly distinguishes from sibling get_context by contrasting 'only the edge list' vs bundled data.

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?

Provides explicit alternative: 'use get_context for edges bundled with movers, highlights, and world state.' The phrase 'Returns *only* the edge list' clearly signals when NOT to use this tool (when comprehensive context is needed).

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/spfunctions/simplefunctions-cli'

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