Skip to main content
Glama

Server Details

Calibrated probabilistic foresight for AI agents, powered by live prediction-market signal.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.5/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have clearly distinct purposes: one for generating probability forecasts from prediction markets, the other for searching markets. Descriptions explicitly state when to use each, eliminating ambiguity.

Naming Consistency5/5

Both tools follow a consistent snake_case pattern with the 'polybridge_' prefix, using action verbs (forecast, search) that accurately reflect their functionality.

Tool Count4/5

With only two tools, the server covers the core actions of searching and forecasting. While minimal, it's well-scoped for the narrow domain of prediction market queries.

Completeness4/5

The server provides the essential operations for querying prediction markets: finding relevant markets and generating forecasts. Minor gaps like market history or detailed outcomes don't undermine the primary use case.

Available Tools

2 tools
polybridge_forecastPolyBridge ForecastA
Read-only
Inspect

Generate a read-only probability forecast for a clearly stated future event by searching relevant prediction markets and synthesizing evidence. Use when the user asks for a probability, outlook, or forecast; use polybridge_search when they only need market discovery. Does not place trades, provide financial advice, or access private/internal data.

ParametersJSON Schema
NameRequiredDescriptionDefault
questionYesClearly stated future-event forecasting question, 500 characters or fewer.
include_graphNoWhether to include the causal graph in the structured response.

Output Schema

ParametersJSON Schema
NameRequiredDescription
errorNo
metadataNo
questionYes
reasoningYes
confidenceYes
latency_msYes
request_idYes
engine_typeYes
probabilityNo
causal_graphNo
distributionNo
markets_usedYes
confidence_intervalNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds further behavioral context: 'Does not place trades, provide financial advice, or access private/internal data,' which is valuable but not essential given the 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 concise with three sentences, front-loaded with the core purpose, and no wasted words. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity, presence of an output schema, and comprehensive annotations, the description covers all necessary context: use cases, limitations, and behavioral traits. It is complete.

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 coverage is 100%, so the baseline is 3. The description does not add additional meaning beyond what is already in the schema parameter descriptions, such as the question length limit.

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 tool's purpose: generating a read-only probability forecast by searching prediction markets and synthesizing evidence. It uses specific verbs and resources, and distinguishes itself from the sibling tool polybridge_search.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool (when a user asks for probability/outlook/forecast) and when to use the alternative (polybridge_search for market discovery). This provides excellent guidance for the AI agent.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources