Skip to main content
Glama

analyst_archive

Retrieve paginated historical trading signals for a specific analyst over up to 365 days, filterable by time window and outcome.

Instructions

Analyst signal archive — paginated 1-year history (public, MCP-compatible) — Returns a paginated archive of signals attributed to a single analyst, covering up to 1 year (365 days). This is the MCP-tool-compatible variant of the analyst archive — it uses query params instead of path params so AI agents can call it directly without resolving a URL template. Analyst IDs: chain_hawk (ChainHawk, BTC & macro on-chain), whale_watch (WhaleWatch, multi-chain whale moves), alpha_scout (AlphaScout, emerging tokens), defi_pulse (DeFiPulse, DeFi/stables/bridges), quant_edge (QuantEdge, signal risk/convergence), rate_hawk (RateHawk, funding rates & derivatives), flow_tracer (FlowTracer, stablecoin & capital flows), unlock_guard (UnlockGuard, token unlock risk), sentiment_edge (SentimentEdge, social sentiment extremes), narrative_pulse (NarrativePulse, sector rotation & narratives). Filters: period (7d | 30d | 90d | 365d, default 90d), outcome (all | win | loss | neutral | pending, default all), page (1-indexed, default 1)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-indexed, default 1).
limitNoResults per page (10–100, default 100).
periodNoTime window: 7d | 30d | 90d | 365d (default 90d). Use 365d to access up to 1 year of history.90d
outcomeNoFilter by outcome: all | win | loss | neutral | pending (default all).all
analystIdYesAnalyst slug. Valid values: chain_hawk, whale_watch, alpha_scout, defi_pulse, quant_edge, rate_hawk, flow_tracer, unlock_guard, sentiment_edge, narrative_pulse.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.1.2

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It covers the non-mutating, public, read-only nature ('public', 'archive', 'historical') and informs about pagination and the 1-year cap. It also adds useful behavioral context for the analystId choices. It does not disclose rate limits or ordering, but for an archive read tool the information is sufficient.

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 long but every segment earns its place: the core purpose is front-loaded, the variant rationale is concise, and the analyst ID list adds decision-relevant context not present in the schema. The structure is a bit run-on with heavy dashes, but it is well organized and not redundant.

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 5-parameter tool with 100% schema coverage and no output schema, the description covers the return type, time horizon, pagination, filters, and the distinguishing query-param behavior. The main gap is that it never explains how this differs from the similarly purposed siblings analysts_signals and analysts_signals_all, which would help an agent choose more confidently.

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?

Schema coverage is 100%, so the baseline is 3. The description goes beyond the schema by providing human-readable context for each analyst ID (e.g., 'ChainHawk, BTC & macro on-chain') and by framing period=365d as 'up to 1 year of history.' This adds meaning beyond the raw enum values, justifying a 4.

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 states a specific verb and resource: 'Returns a paginated archive of signals attributed to a single analyst, covering up to 1 year (365 days).' It also distinguishes itself from the path-param version by explicitly noting it is the MCP-tool-compatible variant. However, it does not differentiate from similarly named siblings like analysts_signals or feed_archive, so it falls just short of a 5.

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 clear context on when to use this tool: it is the MCP-compatible version that uses query params instead of path params, so AI agents can call it directly without resolving a URL template. This is actionable guidance for selection. It does not name alternatives or exclusions explicitly, so it earns a 4 rather than a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/cryptowhaleinsights-ux/whale-insights'

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