Skip to main content
Glama
phon3

graph-polymarket-mcp

by phon3

get_market_resolution

Check UMA oracle resolution status for Polymarket markets, including initialization, proposals, disputes, resolution, prices, and dispute history.

Instructions

Get the UMA oracle resolution status for Polymarket markets. Shows whether a market is initialized, proposed, disputed, or resolved, plus proposed/final prices and dispute history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
firstNoNumber of markets to return (1-100)
statusNoOptional: filter by resolution status
orderByNoField to sort bylastUpdateTimestamp
orderDirectionNoSort directiondesc
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It clearly states what data is shown (initialized/proposed/disputed/resolved status, proposed/final prices, dispute history), but it does not disclose any additional behavioral traits such as pagination, default ordering, or response structure. It is not misleading, but lacks richness beyond the basic 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.

Conciseness5/5

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

The description is two sentences with no fluff. It front-loads the verb and resource, then lists the key output types in a compact list. Every word earns its place.

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

Completeness3/5

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

The tool has 4 optional parameters, no output schema, and no annotations. The description covers the main purpose and some return values, but it does not explain the return structure, pagination behavior, or how the response is organized. Given the absence of an output schema, more detail would be helpful for an agent to know what to expect.

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 baseline is 3. The description does not add extra meaning beyond the schema's parameter descriptions. It mentions statuses but does not clarify how parameters like 'first' or 'orderBy' affect the result beyond what the schema already documents.

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 the specific verb 'Get' and identifies the precise resource: 'UMA oracle resolution status for Polymarket markets.' It distinguishes itself from siblings like get_market_data by focusing on resolution status, prices, and dispute history. The scope is unambiguous.

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 implies when to use this tool (when you need UMA oracle resolution status), but it does not explicitly mention alternatives or exclusions. It does not differentiate itself from similar tools like get_disputed_markets or get_market_revisions, leaving the agent to infer the appropriate context from the name and description alone.

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/phon3/Polymarket-MCP'

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