Skip to main content
Glama
CoinRithm

CoinRithm/coinrithm-agent-trading

Official

Prediction-market quote

pm_quote

Get a binary outcome quote with entry probability, share estimate, max payout, and market quality tiers to gauge tradability. Read-only paper trading with virtual funds.

Instructions

Read-only PM quote for a binary outcome: entry probability, share estimate, max payout, eligibility, freshness, and decisionSupport (market quality/liquidity/volume/spread tiers + flags) so you can quote and gauge tradability in one call. Never mutates state. stakeMusd must be > 0 (min to open is 10). Paper trading only — virtual funds (50,000 mUSD). Not financial advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYesSource slug (e.g. kalshi, polymarket).
slugYesEvent slug.
outcomeExternalMarketIdYesCase-sensitive outcome / market id.
stakeMusdYesmUSD to stake (> 0).
Behavior4/5

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

Given no annotations, the description fully carries the burden. It clearly states the tool never mutates state (read-only), is for paper trading only, and describes the output fields (entry probability, share estimate, max payout, eligibility, freshness, decisionSupport). This adds significant behavioral context beyond the input schema.

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, contains multiple relevant details without being verbose. It front-loads the purpose and key behavioral traits. Minor improvement could be made by separating the output list more clearly, but it is effective.

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

Completeness4/5

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

For a tool with 4 required parameters, no output schema, and no annotations, the description provides sufficient context: it explains the purpose, the return fields, behavioral traits, and usage constraints. It is complete for an agent to decide when and how to invoke this tool.

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

Parameters4/5

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

Schema description coverage is 100%, so the schema already documents all parameters. The description adds value by specifying that stakeMusd must be > 0 and that the minimum to open is 10, which is additional context not present in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it provides a quote for a binary outcome, listing specific fields like entry probability, share estimate, max payout, etc. The verb 'quote' and resource 'PM' are specific, and it distinguishes from siblings by focusing on binary outcomes and tradability assessment, though not explicitly naming sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes important usage constraints: read-only, paper trading only, virtual funds, not financial advice, and a minimum stake. However, it does not explicitly state when to use this tool vs. alternatives (e.g., spot_quote or futures_quote), nor does it provide when-not-to-use guidance.

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