Skip to main content
Glama

news_feed_search_news

Read-onlyIdempotent

[Read] Search the platform news index for headlines, news items, and briefing-style result lists. Open-web research with synthesized answers and cited external pages -> web_search. Event catalog with event_id -> get_latest_events. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNoComma-separated tickers mapped to API tickers; sent only when query is empty (omitted when query is set). Heat mode supports news-item / briefing-style lists on the platform index—not open-web synthesis (web_search).
langNoMCP-only filter on metadata.lang or top-level lang; not sent to upstream API.
pageNoPage number mapped to API page; default 1.
limitNoPage size mapped to API page_size; default 10, max 100.
queryNoNon-empty: similarity mode (no tickers; default similarity_score 0.6). Empty: heat mode (top_total_score 1; optional coin/tickers). Platform news index for headlines, news items, and briefing-style result lists—not open-web research with synthesized answers and cited external pages (web_search) or event catalog with event_id (get_latest_events).
sort_byNoe.g. time (default); similarity mode with top_total_score 0 may still apply MCP local time sort.
end_timeNoEnd time mapped to API to (Unix sec). Ignored when time_range is set. End-only defaults start to 24h before end.
platformNoSource platform name for API platform (e.g. panews, theblock).
start_timeNoStart time (ISO8601 or Unix sec/ms) mapped to API from. Ignored when time_range is set. Start-only defaults end to now; both empty defaults last 7d when time_range is also empty.
time_rangeNoOptional preset window: 1h / 24h (default when preset value invalid) / 7d / 30d. When non-empty, overrides start_time/end_time and maps to API from/to (Unix epoch seconds). Omit to use start_time/end_time or implicit last-7d when both are empty.
platform_typeNoLegacy: maps to API platform when platform is omitted; omit platform when value is all.
top_total_scoreNoOnly when query empty (0 or 1); non-empty query forces similarity mode.
similarity_scoreNoSimilarity threshold; default 0.6 when query set; when query empty only sent if explicitly set.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
coinNo
fromYes
langNo
pageNo
countYes
itemsYes
limitNo
queryNo
totalYes
sort_byNo
end_timeNo
platformNo
page_sizeNo
start_timeNo
time_rangeNo
duration_msYes
platform_typeNo
top_total_scoreYes
similarity_scoreNo

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint. The description adds value by stating there is no account access, no order placement or fund transfers, and that it is not investment advice. This goes beyond what annotations provide, though it doesn't detail response format—which is covered by the output schema.

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—two sentences—and front-loads the core purpose, then adds routing and warnings. No wasted words; every sentence earns its place, making it efficient for an agent to parse.

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 tool with 13 parameters and an output schema, the description covers purpose, sibling differentiation, and behavioral constraints. It doesn't need to explain parameters because the schema does that, and the output schema covers return values. It is complete for the description's role.

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% and parameter descriptions are very detailed (e.g., query explains similarity vs heat mode, coin explains when it is sent). The description itself doesn't add parameter-level semantics but relies on the schema, so 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 it searches the platform news index for headlines, news items, and briefing-style result lists. It uses a specific verb and resource, and explicitly differentiates from web_search and get_latest_events, so an agent can tell them apart without inspecting schemas.

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?

Explicitly names alternatives and the conditions that route to them: open-web research with synthesized answers goes to web_search, and event catalog with event_id goes to get_latest_events. Also clarifies it's read-only research with no account access or orders, setting clear context for when to invoke.

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.