Skip to main content
Glama

Server Details

Machine-payable prediction-market briefs and probability-change monitoring for AI agents.

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 DescriptionsC

Average 3.1/5 across 4 of 4 tools scored. Lowest: 2.4/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of market intelligence: brief, delta (change), pricing metadata, and trending list. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_*, list_*), with clear and predictable naming.

Tool Count5/5

Four tools cover the core functionalities of the server without unnecessary bloat or gaps, appropriate for a focused market intelligence service.

Completeness4/5

The set covers browsing, detailed briefs, change reports, and pricing metadata. A minor gap is the lack of a tool to retrieve full market details beyond the brief, but the core intelligence workflow is well-covered.

Available Tools

4 tools
get_market_briefPurchase a market briefBInspect

Purchases one 0.05 USDC read-only structured prediction-market brief on Base.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesExact Polymarket market slug.
Behavior2/5

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

With no annotations provided, the description carries the full burden. It mentions the cost and 'read-only' nature of the brief, but fails to disclose whether the purchase modifies state, is idempotent, requires authentication, or what the return value is. This is insufficient for a purchase action.

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, concise sentence that starts with the verb 'Purchases', making it easily scannable. While it could include more detail, it avoids unnecessary words.

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 lack of output schema and annotations, the description should inform the agent about the return value or outcome of the purchase. It does not mention what the agent receives after purchase, leaving a significant gap.

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?

The input schema covers 100% of the parameter with a description, so the baseline is 3. The description adds no additional meaning beyond the schema.

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 verb 'Purchases' and the resource 'read-only structured prediction-market brief', specifying cost and platform. It effectively distinguishes from sibling tools like get_market_delta or get_market_pricing, which are data retrieval tools.

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 its siblings. It does not mention prerequisites, when not to use, or any usage context.

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

get_market_deltaPurchase a market deltaBInspect

Purchases one 0.05 USDC read-only probability-change report since an ISO 8601 UTC timestamp.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesExact Polymarket market slug.
sinceYesPrevious successful check time in ISO 8601 UTC format ending in Z.
Behavior3/5

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

The description discloses that the tool costs 0.05 USDC, which is a key behavioral trait. However, it lacks details on authentication requirements, rate limits, and what happens if the user has insufficient balance. Since no annotations are present, the description partially meets the burden.

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?

Single sentence front-loads the action ('purchases'), cost, and time requirement. It is concise with no wasted words, though splitting into two sentences could improve readability slightly.

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?

Missing critical details: the format of the returned report (e.g., list of changes, JSON structure), error handling (e.g., insufficient balance, invalid slug), and behavior for future timestamps. Without output schema, the description should provide more context for the agent to interpret results.

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% with both parameters having descriptions. The tool description merely reiterates the schema info ('since an ISO 8601 UTC timestamp' and 'Exact Polymarket market slug'), adding no new semantic value. Baseline score of 3 is appropriate.

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?

Description clearly states it purchases a probability-change report for a market since a timestamp, specifying the cost. It distinguishes from siblings (get_market_brief, get_market_pricing, list_trending_markets) by being the only tool that provides a delta report and involves a payment.

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 explicit guidance on when to use this tool versus alternatives. It does not mention scenarios where one should prefer get_market_delta over get_market_brief or get_market_pricing, nor does it state when not to use it.

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

get_market_pricingGet x402nano pricingAInspect

Returns public MCP pricing, network, asset, seller, and payment metadata without making a payment.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

With no annotations provided, the description must disclose all behavioral traits. It states the tool returns data 'without making a payment', implying it is non-destructive, but does not discuss authentication, rate limits, or any side effects. For a zero-parameter query, the minimal behavioral disclosure is lacking.

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 a single, well-constructed sentence that efficiently conveys the purpose and scope. There is no redundant or extraneous information.

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 has no parameters, no output schema, and no annotations, the description provides a reasonably complete overview. It tells the agent what data it returns and that it does not require payment. However, it does not explain the meaning of 'MCP pricing' or the format of the output, which could be helpful.

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 tool has no parameters, so the schema coverage is 100% by default. The description adds value by enumerating the categories of returned metadata (pricing, network, asset, seller, payment), which the empty schema cannot convey.

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 specifies the verb (returns) and the resource (public MCP pricing, network, asset, seller, and payment metadata). It distinguishes itself from sibling tools by indicating this is the comprehensive pricing endpoint without any filtering or aggregation.

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 explicit guidance on when to use this tool versus its siblings (get_market_brief, get_market_delta, list_trending_markets). The description does not mention alternatives or provide context for selection.

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