Skip to main content
Glama

Foresea Forecasting

foresea_recent_trades

Call this to fetch recent public executed trades / trade tape (prices, sizes, timestamps) on Kalshi or Polymarket.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
platformNokalshi
ticker_or_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that it returns recent public trades with prices, sizes, and timestamps. However, it does not explain the meaning of 'recent' (time window), the behavior of the limit parameter, or the valid values for platform. The lack of enum definitions in the schema compounds this gap.

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 a single, efficient sentence that conveys the core purpose. It is front-loaded with the action. However, its brevity leads to missing parameter and usage context. It earns every word but could benefit from a second sentence on parameters.

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 has 3 parameters with no schema descriptions and no enum constraints, the description is insufficient to fully guide the agent. It omits parameter details, valid platform values, and the behavior of the 'limit' field. The existence of an output schema partially compensates, but the description remains incomplete.

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?

The description adds no information about the three parameters (limit, platform, ticker_or_token). With 0% schema description coverage, the agent must infer from parameter names alone. The description does not explain defaults, valid values, or how to use them for filtering.

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 clearly states the action (fetch), the resource (recent public executed trades/trade tape), and the data types included (prices, sizes, timestamps). It also specifies the supported platforms (Kalshi or Polymarket), distinguishing it from sibling tools like order book or price history.

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?

The description provides no guidance on when to use this tool versus alternatives (e.g., when should the agent use foresea_orderbook instead?). There is no mention of prerequisites, context, or exclusions.

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.