Skip to main content
Glama

XFINLAB Intelligence

get_market_events

Get recent market/company news headlines from XFINLAB's aggregated real-time news feed (RSS-sourced, deduplicated). Optionally filter by ticker/company name. Returns title, source, kind, published_at, url for each item -- no article body text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results, 1-100.
tickerNoOptional ticker or company name to filter by, e.g. 'NVDA'.
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

A3.6/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden, and it does so well: it discloses the RSS-sourced, deduplicated, real-time nature of the feed, and explicitly lists return fields while stating that article body text is not included. It does not cover auth/rate limits, but for a read-only news fetch this is a reasonably transparent contract.

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 sentences with the main action front-loaded, followed by the filter option and return contract. Every clause carries useful information—the parenthetical 'RSS-sourced, deduplicated' adds provenance without wordiness. No filler or redundancy.

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 no output schema and no annotations, the description compensates by specifying the exact return fields and the absence of article body text. It does not mention ordering, pagination, or auth mechanics, but the api_key parameter is documented in the schema. Overall it is sufficient for an agent to invoke the tool correctly, with only minor gaps around operational details.

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 all three parameters. The description adds little meaning beyond what the schema provides, only restating the optional ticker/company name filtering. Since the schema handles parameter semantics fully, a baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Get') and resource ('recent market/company news headlines from XFINLAB's aggregated real-time news feed'), and adds useful return-shape detail ('title, source, kind, published_at, url') and a key limitation ('no article body text'). It is clear and distinct from most siblings, though it does not explicitly differentiate itself from the potentially overlapping get_intelligence_feed.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus alternatives such as get_intelligence_feed. The only usage hint ('Optionally filter by ticker/company name') concerns parameter behavior, not tool selection. The description implies a news-headline use case but provides no exclusions or routing information.

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