Skip to main content
Glama
Etha0916

praesentire-mcp

by Etha0916

get_sentiment_batch

Analyze sentiment for multiple stock tickers in a single call, with a configurable rolling time window. More efficient than individual requests, each ticker counts toward your daily limit.

Instructions

Get sentiment for multiple tickers in one call. More efficient than calling get_sentiment N times when you have a watchlist. Each ticker counts as one request against the daily rate limit (so 10 tickers = 10 requests billed). latest_3 articles are omitted from each result to keep the response small — call get_sentiment for the full payload on any specific ticker.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickersYesList of ticker symbols. 1-50 tickers per call. Example: ['NVDA', 'AMD', 'TSM', 'AVGO']
window_hoursNoRolling time window in hours. Default 24, max 168.
Behavior5/5

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

With no annotations, description fully discloses important behaviors: each ticker counts as separate request against daily rate limit, latest_3 articles omitted per result, and suggests fallback for full data. No contradictions.

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?

Four sentences, front-loaded with key purpose, each sentence adds distinct value: purpose, efficiency, rate limit, data truncation. No 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, description hints at response structure (articles omitted per result) but could explicitly state return format. Still adequately covers usage constraints and outcome.

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 covers both parameters with descriptions (100% coverage). Description adds no new parameter-specific details beyond schema. Baseline 3 is appropriate as schema does the work.

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?

Description clearly states 'Get sentiment for multiple tickers in one call' with specific verb and resource. Distinguishes from sibling get_sentiment by emphasizing it's for multiple tickers and more efficient for watchlists.

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?

Explicitly says when to use: 'More efficient than calling get_sentiment N times when you have a watchlist.' Also explains billing implications and data truncation, advising to call get_sentiment for full payload.

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