Skip to main content
Glama
AletaIndex

AletaIndex Narrative Intelligence

Official

get_narratives

Retrieve structured narrative intelligence for stocks: persistent story threads, daily article clusters, and sentiment scores. Identifies key narratives driving stock movements.

Instructions

Get financial narrative intelligence for one or more stocks.

Returns structured narrative data: persistent story threads (global narratives),
daily article clusters, individual articles, and sentiment scores. Use this to
understand what stories are driving a stock and how sentiment is evolving.

Args:
    tickers: Comma-separated ticker symbols. Examples: "NVDA" or "NVDA,TSLA,AAPL".
             Maximum 10 tickers per request. Free tier: TSLA, NVDA, AAPL, MSFT,
             AMZN, GOOGL, META, AMD, NFLX, JPM. Plus/Scale: all 109 tickers.
    from_date: Start date in YYYY-MM-DD format. Defaults to 7 days ago.
    to_date: End date in YYYY-MM-DD format. Defaults to today.

Returns:
    Dict with narrative data per ticker, including global_narratives (persistent story
    threads with title, sentiment, and dominance), daily_topics (day-level article
    clusters), and articles (individual news items with relevance and sentiment scores).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickersYes
from_dateNo
to_dateNo
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses output structure (global narratives, daily topics, articles, sentiment scores) and input constraints. Lacks explicit statement of read-only nature or rate limits, but adequately describes behavior for a data retrieval tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with summary, returns, and args sections. Front-loaded with purpose. Some redundancy (e.g., 'Args:' duplicates schema but adds value), making it slightly verbose but still efficient.

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 or annotations and three parameters, the description covers purpose, parameters, and return values adequately. Could clarify sentiment scale or 'dominance' field, but completeness is high for a retrieval tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but description fully compensates: explains tickers format, maximum 10, free tier list; from_date and to_date defaults. Adds meaning far beyond the bare schema.

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?

Clearly states 'Get financial narrative intelligence for one or more stocks' and details the returned data (global narratives, daily topics, articles, sentiment scores). Distinct from sibling tool get_portfolio_risk which focuses on risk metrics.

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?

Explains when to use: 'understand what stories are driving a stock and how sentiment is evolving.' Provides practical parameter details (ticker limits, free/paid tiers) but does not explicitly exclude alternative tools or mention when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AletaIndex/aletaindex-fin-narratives'

If you have feedback or need assistance with the MCP directory API, please join our Discord server