Skip to main content
Glama
traderalvin1

Polymarket MCP Server

by traderalvin1

subscribe_market_resolution

Monitor prediction market outcomes by subscribing to resolution alerts for specific condition IDs, enabling timely updates on market settlements.

Instructions

Subscribe to market resolution alerts by condition IDs. Source: list_markets/list_active_markets/get_market_by_slug. Example: market_ids=[conditionId].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
market_idsYesList of market condition IDs to monitor for resolution
callback_typeNoHow to receive updatesnotification
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions 'alerts' and 'monitor for resolution' but lacks critical details: whether this creates a persistent subscription, what format alerts take, authentication requirements, rate limits, or how to unsubscribe (though 'unsubscribe_realtime' exists as a sibling). For a subscription tool with no annotations, this leaves significant behavioral gaps.

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 with two sentences: one stating the purpose and one providing context/example. It's front-loaded with the core functionality. However, the example syntax 'market_ids=[conditionId]' is slightly ambiguous (brackets vs. actual array), and the source list could be more efficiently formatted.

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

Completeness2/5

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

Given the tool's complexity (subscription with real-time behavior), no annotations, and no output schema, the description is incomplete. It doesn't explain what happens after subscription, alert delivery mechanisms, error handling, or relationship to 'unsubscribe_realtime'. For a subscription tool in this context, more behavioral and operational details are needed.

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 schema already documents both parameters thoroughly. The description adds minimal value: it mentions 'condition IDs' (implied for market_ids) and provides a brief example, but doesn't explain parameter semantics beyond what the schema provides. This meets the baseline for high schema coverage.

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 the tool's purpose: 'Subscribe to market resolution alerts by condition IDs.' It specifies the verb ('subscribe'), resource ('market resolution alerts'), and key parameter ('condition IDs'). However, it doesn't explicitly differentiate from sibling tools like 'subscribe_market_prices' or 'subscribe_orderbook_updates' beyond mentioning different alert types.

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 provides some usage context by mentioning source tools ('list_markets/list_active_markets/get_market_by_slug') and an example, which implies when to use this tool (after obtaining condition IDs from those sources). However, it doesn't explicitly state when to use this versus alternatives like 'subscribe_market_prices' or provide clear exclusions. The guidance is implied rather than explicit.

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/traderalvin1/polymarket-mcp'

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