Skip to main content
Glama

news_feed_get_exchange_announcements

Read-onlyIdempotent

[Read] Venue-published exchange notices: listings, delistings, maintenance. Media rumors or general crypto headlines -> search_news. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoWindow end Unix sec inclusive; forwarded downstream and filtered locally.
coinNoComma-separated tickers; omit if empty.
fromNoWindow start Unix sec; omit if <= 0; MCP also filters locally after fetch.
limitNoMax rows; omit if unset or <= 0; cap 100 when set.
queryNoOptional text filter on official venue notices; omit if empty. For general crypto media headlines use search_news—not a substitute for venue-published listing API.
exchangeNoVenue id for API platform; used when platform is empty; not merged with query.
platformNoURL param platform; wins over exchange; if empty falls back to exchange.
announcement_typeNolisting / delisting / maintenance / all. Omit or unknown value is treated as all (no type filter).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo
coinNo
fromNo
countYes
itemsYes
limitNo
queryNo
totalYes
exchangeNo
platformNo
duration_msYes
announcement_typeNo

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds value by stating 'Read-only public research data', 'No account access, no order placement or fund transfers', and 'Not investment advice'. These disclosures go beyond the boolean hints and give the agent concrete behavioral boundaries.

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?

Two concise sentences with no filler. The primary purpose is front-loaded, followed by the exclusion for search_news and then safety disclaimers. Every clause earns its place, and the description avoids redundancy with the annotations.

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 tool with a complete output schema and full parameter descriptions, the description covers everything an agent needs to know: what it does, when to use it, alternatives, and behavioral constraints. The presence of an output schema means return format details are already structured, so nothing critical is missing.

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 each of the 8 parameters is well-documented in the schema itself. The description does not add extra parameter semantics beyond what the schema provides, but it does reinforce the query parameter's distinction from search_news indirectly. Baseline 3 is appropriate since the schema handles parameter meaning.

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 specific resource (venue-published exchange notices) and lists the types (listings, delistings, maintenance). It explicitly differentiates from search_news, naming the alternative for media rumors or general headlines. This distinguishes it from the sibling tools without ambiguity.

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?

Provides explicit when-to-use guidance: for venue-published notices, and when not to use it (for media rumors/general crypto headlines, use search_news). Also clarifies the tool's read-only nature and that it cannot place orders or transfer funds, which is essential decision-making context for an agent.

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.