Skip to main content
Glama

Search Markets

search_markets
Read-onlyIdempotent

Search Futuur prediction markets (politics, crypto, sports, science) by text. Returns open markets by default with per-outcome implied probabilities in both play-money (OOM) and real-money (USDC) modes. Keyless.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax markets to return (default 10, max 25).
searchNoText query, e.g. "trump", "bitcoin", "world cup". Omit to browse top markets.
statusNoMarket status: "open" (default) or "resolved".
currency_modeNoWhich currency the per-outcome probabilities reflect: "real_money" (USDC) or "play_money" (OOM). Both are always returned; this just hints which to emphasize. Default "real_money".

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "search": "bitcoin price 2025"
      +  },
      +  {
      +    "currency_mode": "play_money",
      +    "limit": 15,
      +    "search": "US election",
      +    "status": "open"
      +  }
      +]
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnly and idempotent, so the description adds valuable context beyond structured data: it specifies return contents (per-outcome implied probabilities in both OOM and USDC modes), the default status filter, and notes that no authentication is needed (keyless). These details paint a fuller behavioral picture without contradicting annotations, though pagination or error behavior not mentioned.

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: the first front-loads the core action, and the second adds key defaults and return details. Every piece of information earns its place, with no redundancy or fluff. It remains compact while covering the essential facts.

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 the tool complexity (4 params, no output schema, strong annotations), the description adequately covers the main purpose, default behavior, currency modes, and auth. It does not mention return structure in depth or alternatives, but for a read-only search tool with a rich schema, it is sufficiently complete. A minor gap is the lack of note about 'omit to browse' which is left to the schema.

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 coverage is 100% (all 4 parameters described), so the description is not required to compensate. It does add context around currency modes ('play-money (OOM) and real-money (USDC)') which ties to 'currency_mode', but it doesn't introduce meaning beyond the schema's own detailed descriptions. Baseline 3 is appropriate.

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 a specific verb and resource: 'Search Futuur prediction markets by text', with a defined scope (politics, crypto, sports, science) and a default behavior (open markets). This distinguishes it from siblings like 'get_market' or 'top_markets' which are more specific or ranked, making the search intent explicit.

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 usage via 'Search ... by text' and mentions keyless access and default status, but does not explicitly contrast with alternative tools like 'top_markets' or 'get_market', nor does it state when not to use this tool. For a search tool, the context is clear but exclusions are absent, so it remains at the implied-usage level.

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.