Skip to main content
Glama
CoinRithm

CoinRithm/coinrithm-agent-trading

Official

Discover prediction markets

discover_pm_markets

Find active prediction markets from Kalshi and Polymarket by query or filter. Returns market slugs, outcome IDs, volume, liquidity, and spread for paper trading.

Instructions

Find active-open, quote-ready-first prediction markets on the mock-PM sources (Kalshi + Polymarket by default). Returns source, slug, quoteable outcome externalMarketIds, freshness, volume/liquidity/spread, and decisionSupport. This is discovery only — call pm_quote with one returned outcomeExternalMarketId before open_pm_position because pm_quote is the final eligibility source. Paper trading only — virtual funds (50,000 mUSD). Not financial advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoOptional search text (title, outcome, topic, or related coin).
sourceNoSource filter (default all = Kalshi + Polymarket).
limitNoMax rows (1-50, default 20).
offsetNoPagination offset (default 0).
sortNoPrediction-market sort (default best).
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses read-only behavior implicitly ('discovery', 'returns'), but does not explicitly state 'does not modify state' or mention rate limits. However, the purpose and return fields strongly imply a safe read operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise but packs essential info: purpose, return fields, usage flow, and disclaimers. It is front-loaded with the main action. Could be slightly trimmed but is efficient overall.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the moderate complexity (5 optional parameters, no output schema), the description adequately covers what the tool returns (source, slug, outcomeExternalMarketId, etc.) and how to use it with sibling tools. It leaves no critical gaps for an agent to correctly invoke it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the parameters are well-documented in the schema. The description does not add extra meaning beyond the schema's field descriptions (e.g., 'Optional search text', 'Source filter'). Baseline 3 is appropriate.

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?

The description uses a specific verb ('Find') and resource ('active-open, quote-ready-first prediction markets') with source scope (Kalshi, Polymarket). It clearly distinguishes from sibling tools like pm_quote (which is for quoting) and open_pm_position (which opens positions).

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?

The description explicitly states when to use this tool ('discovery only') and provides a clear workflow: call pm_quote with the returned outcomeExternalMarketId before open_pm_position. It also clarifies paper trading and non-financial advice, reducing misuse risk.

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/CoinRithm/coinrithm-agent-trading'

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