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

check_analysis_status

Monitor the progress of market analysis tasks to track completion status and retrieve results for informed trading decisions.

Instructions

Check the current status of a running or completed analysis.

Args: analysis_id: Analysis identifier returned by analyze_market.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
analysis_idYes

Implementation Reference

  • The tool `check_analysis_status` is implemented and registered as an MCP tool in `src/rekko_mcp/server.py`. It calls `_request` to query the analysis status from the backend.
    @mcp.tool()
    async def check_analysis_status(analysis_id: str) -> str:
        """Check the current status of a running or completed analysis.
    
        Args:
            analysis_id: Analysis identifier returned by analyze_market.
        """
        return await _request("GET", f"/v1/insights/{analysis_id}/status")

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