Skip to main content
Glama
Rekko-AI
by Rekko-AI

get_resolution

Analyze prediction market resolution by retrieving time urgency, mechanism details, and theta estimates for Kalshi or Polymarket markets.

Instructions

Get resolution intelligence for a market — time urgency, mechanism, theta estimate.

Args: platform: Platform: "kalshi" or "polymarket". market_id: Platform-specific market identifier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformYes
market_idYes

Implementation Reference

  • The get_resolution tool implementation, which proxies a GET request to the Rekko API to fetch market resolution intelligence.
    async def get_resolution(platform: str, market_id: str) -> str:
        """Get resolution intelligence for a market — time urgency, mechanism, theta estimate.
    
        Args:
            platform: Platform: "kalshi" or "polymarket".
            market_id: Platform-specific market identifier.
        """
        return await _request("GET", f"/v1/markets/{platform}/{market_id}/resolution")

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/Rekko-AI/rekko-mcp'

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