Skip to main content
Glama
Etha0916

praesentire-mcp

by Etha0916

get_sentiment

Aggregates financial news sentiment for a stock ticker over a rolling window, returning score, confidence, article count, distribution, and recent articles with rationale from bilingual sources.

Instructions

Get aggregated financial news sentiment for a single stock ticker over a rolling time window. Returns an -1 to +1 average score, confidence, article count, bullish/neutral/bearish distribution, and up to 3 latest articles with one-line rationale each. Sources: Reuters, Bloomberg, Yahoo Finance (English) + 經濟日報, 工商時報, Anue 鉅亨 (Traditional Chinese). Useful for: gauging market mood before opening a position, monitoring sentiment shifts post-earnings, explaining unusual price moves with news context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYesStock ticker symbol (e.g. NVDA, TSM, AAPL). 1-10 letters, case-insensitive. Coverage skews to US large-caps and Taiwan-listed semis.
window_hoursNoRolling time window in hours. Default 24, max 168 (7 days).
Behavior4/5

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

With no annotations provided, the description carries full burden. It transparently describes the output format, sources (listing specific English and Chinese outlets), and coverage skew (US large-caps, Taiwan semis). It does not mention any destructive behavior or side effects, but as a read-only tool, this is acceptable. Lacks mention of rate limits or authentication needs.

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?

The description is concise and dense, covering purpose, output, sources, and usage in a few sentences. It is front-loaded with the main action. However, the 'Useful for' list could be integrated into a more structured format.

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?

Given the low complexity (2 parameters, no output schema), the description is remarkably complete. It explains the return value details, sources, and usage contexts. No output schema is needed as the description sufficiently describes the response.

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?

Input schema coverage is 100%, so schema already documents parameters. The description adds value by clarifying ticker case-insensitivity, length limits, and coverage bias, as well as window_hours default and max. This goes beyond the schema alone.

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 the tool's purpose: get aggregated financial news sentiment for a single stock ticker. It specifies the output details (score range, confidence, article count, distribution, and latest articles) and sources. This distinguishes it from siblings like get_sentiment_batch (multiple tickers) and compare_languages (language comparison).

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?

The description includes a 'Useful for' section with concrete scenarios: gauging market mood before a position, monitoring post-earnings sentiment, explaining price moves. This provides clear usage guidance. However, it does not explicitly state when not to use the tool or mention alternatives beyond sibling tool names.

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/Etha0916/praesentire-mcp'

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