Skip to main content
Glama
AlgoChains

AlgoChains MCP Server

Official
by AlgoChains

get_polymarket_market

Read-onlyIdempotent

Retrieve detailed Polymarket market data by condition ID or event slug, including prices, volume, liquidity, and status. Get precise information for specific prediction markets.

Instructions

Fetch detailed info for a specific Polymarket market by condition ID or event slug. Returns question, YES/NO prices, volume, liquidity, resolution date, and status. More precise than search — use when you have a specific market ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
market_id_or_slugYesPolymarket condition ID (hex) or event slug (e.g. 'will-fed-cut-rates-in-june-2025')
Behavior4/5

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

Annotations already declare readOnlyHint and no destructiveness. Description adds behavioral details on returned fields (question, prices, volume, etc.) and confirms safe read operation. No contradictions.

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?

Two concise sentences that immediately state purpose and usage context. No extraneous information.

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?

Given simplicity (one param, read-only, no output schema), description covers purpose and return values adequately. Could mention data freshness, but not critical.

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 for the single parameter is already comprehensive (hex or slug with example). Description reiterates this without adding new semantics beyond the schema.

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?

Description clearly states it fetches detailed info for a specific Polymarket market using condition ID or event slug. Lists returned fields and explicitly distinguishes from search tool, making purpose and differentiation clear.

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

Usage Guidelines4/5

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

Explicitly says to use when you have a specific market ID and contrasts with search as more precise. Does not list exclusions or alternative tools, but context is clear.

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/AlgoChains/algochains-mcp-server'

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