Skip to main content
Glama
menantonio83-hue

Risk-Data API — Solana Token Safety

Get historical risk trend for a Solana token

get_token_risk_history

Get hourly safety scores, holder counts, and liquidity history for a Solana token mint over up to 90 days — no API quota consumed.

Instructions

Returns hourly historical data points (safety_score, insider_cluster_count, holder_count, price, liquidity, volume) for a mint over the last N days (max 90). Does not count against the free/subscription call quota — pure read from stored history, no live upstream call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoHow many days of history to return (default 30, max 90)
mintYesThe Solana token mint address
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explicitly notes 'pure read from stored history, no live upstream call' and mentions quota behavior, which are valuable beyond what the schema offers. It also discloses hourly granularity and the 90-day maximum, providing good transparency for a read-only tool.

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: the first front-loads the core behavior (what is returned and scope), the second adds quota and read-only context. It is concise, well-structured, and avoids repeating schema details.

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 simple tool with two fully documented parameters and no output schema, the description provides adequate completeness by listing the returned data points, the time range, and quota behavior. It does not cover error cases or prerequisites, but these are minor for this read-only tool.

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?

The input schema already describes both parameters with 100% coverage, including the default and maximum for 'days'. The description adds context about hourly data points and the fields returned, but does not significantly enhance the semantic meaning of the parameters themselves, so a baseline score of 3 is appropriate.

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 states 'Returns hourly historical data points... for a mint over the last N days (max 90)', clearly identifying the verb, resource, and scope. The title 'historical risk trend' and sibling names (check_token_risk) distinguish it from current-risk tools, making the purpose unambiguous.

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 clearly implies usage for retrieving historical trends and adds useful context that it does not count against the quota. However, it does not explicitly state when to use this over sibling tools like check_token_risk, though the contrast with current-risk checks is evident from naming and description.

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/menantonio83-hue/tnt-house'

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