Skip to main content
Glama

Point-in-time sentiment history

get_sentiment_history
Read-onlyIdempotent

Retrieve point-in-time news sentiment series for backtesting, with no lookahead bias. Buckets are clamped to your plan and 90-day window; reconstructed buckets are from archival news.

Instructions

Point-in-time sentiment series for backtesting: bucket is the as-of time, no lookahead. from/to are clamped to your plan window (and 90 days per request) and echoed back — check them. reconstructed: true buckets were rebuilt from archival news, not live-collected; disclose the mix in any backtest.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRange end, ISO 8601
fromYesRange start, ISO 8601, e.g. 2026-06-27T00:00:00Z
symbolYesOne Shingou symbol, e.g. BTC-USD
intervalNoBucket size (default 1h)
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds critical behavioral details: no lookahead, clamped time ranges, echoed parameters, and reconstruction provenance. This significantly aids agent understanding.

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, front-loaded with purpose and key constraints. Each sentence adds essential information without redundancy. Highly efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema provided, so the description should cover response structure more fully. It mentions echoed parameters and reconstruction flags but omits other fields like timestamps, sentiment values, or pagination. This leaves gaps for an agent relying solely on the description.

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 coverage is 100%, so baseline is 3. The description mentions 'bucket' as the as-of time, but the schema parameter is 'interval', causing potential confusion. It does not elaborate on other parameters like symbol or interval beyond schema 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 the tool provides a point-in-time sentiment series for backtesting, with no lookahead. It distinguishes from siblings like get_sentiment by emphasizing historical, non-live data and the concept of reconstructed buckets.

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 provides guidance on plan window clamping and the 90-day limit, and advises checking echoed parameters. It mentions reconstruction but could more explicitly contrast with siblings (e.g., use get_sentiment for live data).

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/auriontech/shingou-skills'

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