Skip to main content
Glama

get_prediction_event_by_id

Retrieve current implied probability for a Polymarket event using its identifier. Avoids re-searching when you have the event ID or slug.

Instructions

Fetch a single Polymarket event's implied probability by id or slug.

Useful when you already have a Polymarket event identifier (from a prior search, a URL, or an external reference) and want the current odds without re-searching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idYes
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavior. It states it fetches implied probability, implying a read operation, but does not detail response format or other traits. For a simple fetch tool, this is adequate but not rich.

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 sentences, front-loaded with the core action. Every word is necessary; no redundancy.

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 no output schema and only one parameter, the description is nearly complete: it specifies input (id/slug), output (implied probability), and usage context. The only minor gap is not mentioning the output format explicitly, but it's acceptable for a simple fetch.

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?

The schema coverage is 0% (no description for event_id), but the description clarifies that the parameter accepts both id and slug, adding meaning beyond the schema's type definition.

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 action (Fetch) and resource (single Polymarket event's implied probability). It specifies identification by id or slug, which distinguishes it from potential siblings like get_prediction_odds that might use different keys. However, it does not explicitly contrast with siblings.

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?

The description includes a usage scenario: when you already have an identifier and want current odds without re-searching. This provides clear context but does not list alternatives or when not to use.

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/ykshah1309/global-sentinel-mcp'

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