Skip to main content
Glama

news_events_get_event_detail

Read-onlyIdempotent

[Read] Full detail for one event_id only, including persisted impact_direction and impact_direction_reason. Filtered event list or timeline -> get_latest_events. Unknown id returns not found. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idYesRequired event_id from get_latest_events items—opaque digest id, not a trading pair slug or headline hash.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
contentNo
summaryNo
symbolsNo
event_idYes
strengthNo
directionNo
duration_msYes
occurred_atNo
news_coverageNo
impact_analysisNo
impact_directionNo
community_reactionNo
impact_direction_reasonNo

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds valuable context beyond that: persisted impact_direction and reason, not-found behavior, and disclaimers about no account access, no order placement, and not being investment advice. No contradiction with 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?

Description is compact, front-loaded with the core purpose ('Full detail for one event_id only'), and every sentence adds necessary context: scoping, alternative, error behavior, and safety disclaimers. No redundancy or filler.

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?

For a single-parameter read tool with an existing output schema, the description covers purpose, usage, error handling, and safety. It doesn't explicitly route to other siblings (like explain_market_move) but that's not critical given the clear event_id context. Overall adequate and complete for correct invocation.

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 already fully documents the event_id parameter (100% coverage) with details like 'opaque digest id, not a trading pair slug'. The description only reinforces that the ID comes from get_latest_events, adding marginal meaning beyond the schema. 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?

Description clearly states the tool returns 'Full detail for one event_id only' and explicitly contrasts with get_latest_events ('Filtered event list or timeline -> get_latest_events'). This distinguishes it from the primary sibling while naming the exact resource and operation.

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

Usage Guidelines4/5

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

Provides explicit guidance: use get_latest_events for filtered lists/timelines, and implies this tool is for full detail on a specific event_id. Mentions 'Unknown id returns not found' which sets expectations. Does not exhaustively list all sibling alternatives, but the main one is covered clearly.

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.