Skip to main content
Glama

EmblemAI AgentWallet

Polygon: getPolyMarketEvents

getPolyMarketEvents
Read-onlyIdempotent

Get Polymarket events list. Returns compacted data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax events to return (default: 20, max: 50)
orderNovolume
offsetNo
tag_idNoTag ID to filter by. Use getPolyMarketTags to get IDs.
featuredNo
ascendingNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, covering the safety profile. The description adds 'compacted data' as behavioral context, but does not mention pagination, default ordering, or the effect of filters. This is moderate added value beyond annotations.

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 short, front-loaded sentences with no filler. Every word earns its place, making it highly concise and scannable.

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?

With 6 optional parameters and no output schema, the description is too sparse. It lacks information on sorting, pagination, filtering, or the relationship to sibling tools. Annotations help with safety but not with usage completeness, leaving the agent under-informed for a tool with this complexity.

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

Parameters1/5

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

Schema description coverage is only 33%, and the description adds no parameter semantics. limit and tag_id are described in the schema, but order, offset, featured, and ascending have no explanation, and the description does not compensate for this gap.

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 a specific action ('Get') and resource ('Polymarket events list'), and adds a useful behavior hint ('compacted data'). However, it does not distinguish from sibling tools like getPolyMarketEventsByTag or searchPolyMarketEvents, so it falls short of a 5.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives such as getPolyMarketEventsByTag or searchPolyMarketEvents. The description provides no context about filtering, sorting, or use cases, leaving the agent to infer applicability.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources