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

list_analyses

Retrieve recent prediction market analyses with summaries to support trading decisions on platforms like Kalshi and Polymarket.

Instructions

List recent analyses with summary information.

Args: limit: Maximum number of analyses to return.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Implementation Reference

  • The implementation of the `list_analyses` MCP tool, which calls the `/v1/analyses` endpoint.
    @mcp.tool()
    async def list_analyses(limit: int = 20) -> str:
        """List recent analyses with summary information.
    
        Args:
            limit: Maximum number of analyses to return.
        """
        return await _request("GET", "/v1/analyses", params={"limit": limit})

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