Skip to main content
Glama

news_prediction_get_fastest_rising_ranking

Read-onlyIdempotent

[Read] Daily venue/overall ranking by probability rise (UTC rank_date). Optional venue[], category, status (same as volume_delta ranking). Drops rows missing open_mid_probability_utc or probability_delta_today. Requires predictionRankIndex. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size; default 20, max 100.
venueNoOptional venue filter. Allowed: polymarket, predict_fun.
statusNoOptional status filter on rank index. Allowed: active, closed, resolved, all. Defaults to active.
categoryNoOptional category filter: exact term on rank index field category; omit or all to disable.
date_utcNoUTC date in YYYY-MM-DD. Defaults to today_utc.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
overallYes
partialYes
by_venueYes
duration_msYes
generated_atYes
rank_date_utcYes
missing_sourcesYes
excluded_reasonsYes
source_data_statusYes

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the readOnlyHint and openWorldHint annotations, the description discloses important behavior: rows missing open_mid_probability_utc or probability_delta_today are dropped, predictionRankIndex is required, and the tool is public research data with no account access or trading capabilities. This gives the agent concrete expectations beyond safety flags.

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 compact and front-loaded with the core '[Read]' purpose and ranking metric. Every sentence contributes distinct value: filter semantics, row-dropping behavior, prerequisite index, read-only nature, and disclaimer. No filler or redundant restatement of the schema.

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?

For a read-only ranking tool with optional parameters and an output schema, the description is complete: it states the prerequisite index, data filtering behavior, scope of access, and the ranking basis. The output schema covers return values, so no additional output explanation is needed.

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 structured schema already documents all five parameters. The description adds only a reference that filters match volume_delta ranking and a UTC date context, which is useful but not necessary to disambiguate the parameters.

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 identifies the tool as returning a daily ranking sorted by probability rise, with optional venue/category/status filters. It distinguishes itself from the sibling volume_delta_ranking by naming the sorting metric and explicitly referencing that sibling for filter semantics.

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 by stating the ranking is by probability rise and noting that optional filters are the same as volume_delta ranking. However, it does not explicitly state when to choose this tool over alternatives or provide exclusions, leaving the agent to infer when it is the appropriate choice.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: event lists vs details, news index vs open web vs X vs multi-platform UGC, prediction event signals vs orderbooks vs rankings. Descriptions cross-reference alternatives, so an agent can reliably choose the right tool.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with domain prefixes (news_events, news_feed, news_prediction). Verbs are get, search, list, explain, and nouns clearly describe the resource. No mixed conventions or vague names.

Tool Count5/5

18 tools is well-scoped for the server's broad read-only purpose covering news, social sentiment, prediction markets, and market-move reports. Each tool covers a distinct function without redundancy or bloat.

Completeness5/5

The tool surface covers the full read-only lifecycle: searching and filtering events, retrieving details, aggregating social signals, searching various sources, and accessing prediction market data. No obvious gaps for the stated domain; all necessary operations are present.