Skip to main content
Glama

XFINLAB Intelligence

get_intelligence_feed

Get AI-structured event clusters from recent news: same-story headline clusters with entity/sentiment/quant-context fields and an AI-written narrative summary. Optionally scoped to one ticker; otherwise returns the latest cross-market feed. This is structured fact extraction, not republished article text, and never includes a directional trading signal or probability estimate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage for the narrative summary.en
limitNoMax event clusters, 1-10.
tickerNoOptional ticker to scope the feed to, e.g. 'MSFT'.
api_keyNoXFINLAB Intelligence API key (X-API-Key). Omit if supplied via HTTP header instead.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral disclosure burden, and it does so well by stating this is structured fact extraction, not republished article text, and that it never includes a directional trading signal or probability estimate. It also clarifies output format expectations. It does not mention rate limits, auth requirements, or refresh cadence, but the provided disclaimers are meaningfully transparent.

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?

Three sentences, each earning its place: the first defines the resource and output, the second explains the scoping behavior, and the third sets expectations about content and limitations. It is front-loaded with the most important functional information and contains no 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?

Given there is no output schema and no annotations, the description does a strong job of explaining what the agent will receive and what it will not receive. It covers the key output fields, scoping behavior, and the absence of trading signals. Minor gaps remain around pagination, date ranges, or error behavior, but these are not critical for basic 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 coverage is 100%, so the schema already documents lang, limit, ticker, and api_key. The description adds context for ticker scoping ('Optionally scoped to one ticker; otherwise returns the latest cross-market feed') but does not add meaning for the other parameters beyond what the schema provides.

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 uses a specific verb and resource ('Get AI-structured event clusters from recent news') and clearly enumerates the output contents: same-story headline clusters with entity/sentiment/quant-context fields plus an AI-written narrative summary. It also distinguishes itself from siblings by emphasizing news-derived structured extraction rather than market maps, raw events, sentiment, or technical analysis.

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 gives clear usage context: optionally scope to one ticker or get the latest cross-market feed. However, it does not explicitly say when to choose this tool over the sibling tools, especially get_market_events, which could plausibly overlap in the events/news space. The differentiation is implied rather than stated.

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.

Resources