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

check_resolutions

Monitor open trades for market resolution to update profit and loss calculations. This tool helps traders track pending outcomes and maintain accurate financial records.

Instructions

Check all open trades for market resolution and update P&L.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The tool check_resolutions is defined here, decorated with @mcp.tool() for registration, and invokes the /v1/trades/resolve endpoint.
    @mcp.tool()
    async def check_resolutions() -> str:
        """Check all open trades for market resolution and update P&L."""
        return await _request("POST", "/v1/trades/resolve")

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