Skip to main content
Glama
sablier-ai

Sablier MCP Server

Official
by sablier-ai

get_news

Read-only

Retrieve news articles with per-ticker sentiment scores. Filter by tickers or topics like earnings or macro, and get headlines, summaries, and sentiment labels to track market-moving news.

Instructions

News feed with per-ticker sentiment scores (Alpha Vantage NEWS_SENTIMENT). Filter by tickers (per-name news + sentiment) or topics (e.g. 'earnings', 'mergers_and_acquisitions', 'financial_markets', 'economy_macro'). Returns headlines, source, summary, sentiment label/score, and per-ticker sentiment within multi-ticker articles. Strong for 'any news on X?', 'what's driving X today?', or a portfolio-wide news roll-up (pass the portfolio's tickers). Pair with market_radar for the full 'what's happening' briefing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax items (1-200, default 30)
topicsNoFilter by topics (e.g. ['earnings', 'economy_macro'])
tickersNoFilter by tickers (e.g. ['AAPL', 'MSFT'])

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds rich behavioral context beyond these hints: specifying the data source (Alpha Vantage NEWS_SENTIMENT), detailing output fields (headlines, source, summary, sentiment label/score), and highlighting the nuance of per-ticker sentiment within multi-ticker articles. No contradictions 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?

The description is tightly structured: it opens with the core purpose, then covers filters, output content, ideal use cases, and a sibling pairing suggestion. Every sentence serves a distinct function, with no redundancy or filler.

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 news feed tool with a full output schema and 100% parameter coverage, this description is complete. It tells the user what the tool does, when to use it, what it returns, and how it complements market_radar. There are no significant gaps in context.

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

Parameters4/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 value by explaining the semantics of tickers ('per-name news + sentiment'), giving topic examples ('earnings', 'mergers_and_acquisitions'), and suggesting a practical usage pattern ('pass the portfolio's tickers'). This goes beyond the schema's basic filter descriptions.

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 'News feed with per-ticker sentiment scores (Alpha Vantage NEWS_SENTIMENT)', identifying the tool as a news retrieval and sentiment analysis service. It distinguishes itself from siblings by explicitly mentioning sentiment scores and per-ticker breakdowns, and by naming complementary tools like market_radar.

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?

The description provides explicit use cases ('any news on X?', 'what's driving X today?', 'portfolio-wide news roll-up') and names an alternative/complement: 'Pair with market_radar for the full what's happening briefing.' This gives clear guidance on when to use this tool versus siblings.

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/sablier-ai/sablier-mcp'

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