Skip to main content
Glama
IliaKostroma

positive-search-mcp

by IliaKostroma

get_history

Retrieve seven-day sentiment history for Bitcoin, gold, or oil to compare daily readings and spot outliers. Choose daily or hourly granularity for detailed intraday analysis.

Instructions

Sentiment over the last seven days — reach for this only to tell a normal reading from an outlier, since today's number often only means something next to yesterday's. Daily by default: one point per day with close/avg/min/max, which answers that question at about a sixth of the payload. Pass granularity 'hourly' for every run only when the shape inside a day matters. Seven days is the full public window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetNoBTC, GOLD or OIL
granularityNodaily (default, ~8 points) or hourly (~170 points, ~6x the payload)
Behavior5/5

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

With no annotations, the description carries the full burden and does so well. It discloses the return structure (close/avg/min/max for daily), defaults, payload size comparison, the full public window, and even interpretive guidance about how today's number relates to yesterday's. This is comprehensive transparency for a read-only operation.

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 two sentences, front-loaded with the purpose. Every clause carries weight: purpose, usage condition, default behavior, payload ratio, and window limit. There is no redundancy or filler, making it highly 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?

For a tool with two optional parameters, the description covers purpose, usage, and behavior thoroughly. However, it does not specify what happens when the 'asset' parameter is omitted, since the schema has no required fields. This leaves a potential ambiguity about whether a default asset exists, which is a minor gap in an otherwise complete description.

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?

The schema already covers both parameters, including payload counts for granularity. The description adds meaning by explaining that daily returns close/avg/min/max and clarifies that hourly is only for intraday shape, which goes beyond the schema's static definitions. It enriches the granularity parameter but does not add much for the asset parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool provides sentiment over the last seven days, specifying both the resource and the time window. It does not explicitly name sibling tools, but the historical scope is distinct enough from likely alternatives like current sentiment. The purpose is specific and actionable, though it could benefit from a direct contrast with a sibling.

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 explicitly says to use this only to distinguish normal readings from outliers, and provides clear conditions for hourly granularity ('only when the shape inside a day matters'). It also mentions the seven-day window limit and the payload trade-off, giving the agent precise when-to-use and when-not-to-use guidance.

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/IliaKostroma/positive-search-mcp'

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