Skip to main content
Glama

Get project history

get_project_series
Read-only

Get recent attention history for a Project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd of time window (ISO 8601)
fromNoStart of time window (ISO 8601)
measureYestrend for hourly scores; rank for recorded Trend-rank changes
idOrSlugYesProject ID or slug; slug aliases resolve

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaYes

Schema Changelog

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

  1. Changed4 schema fields changed
    • changedInput schema / properties / measure / description
      Previous value: -"trend for hourly scores; emergence for retained pre-quarantine six-hour measurements (not breakout probabilities); rank for recorded Trend-rank changes"New value: +"trend for hourly scores; rank for recorded Trend-rank changes"
    • changedInput schema / properties / measure / enum
      Previous value: -[
      -  "trend",
      -  "emergence",
      -  "rank"
      -]New value: +[
      +  "trend",
      +  "rank"
      +]
    • changedOutput schema / properties / data / properties / basis / enum
      Previous value: -[
      -  "hourly",
      -  "six_hourly",
      -  "rank_transitions"
      -]New value: +[
      +  "hourly",
      +  "rank_transitions"
      +]
    • changedOutput schema / properties / data / properties / measure / enum
      Previous value: -[
      -  "trend",
      -  "emergence",
      -  "rank"
      -]New value: +[
      +  "trend",
      +  "rank"
      +]
  2. Changed2 schema fields changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • changedOutput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  3. Changed1 schema field changed
    • changedInput schema / properties / measure / description
      Previous value: -"trend for hourly scores; emergence for completed six-hour scores; rank for recorded Trend-rank changes"New value: +"trend for hourly scores; emergence for retained pre-quarantine six-hour measurements (not breakout probabilities); rank for recorded Trend-rank changes"
  4. Changed6 schema fields changed
    • changedInput schema / properties / measure / description
      Previous value: -"trend for hourly history; rank for recorded rank changes"New value: +"trend for hourly scores; emergence for completed six-hour scores; rank for recorded Trend-rank changes"
    • changedInput schema / properties / measure / enum
      Previous value: -[
      -  "trend",
      -  "rank"
      -]New value: +[
      +  "trend",
      +  "emergence",
      +  "rank"
      +]
    • changedOutput schema / properties / data / properties / basis / enum
      Previous value: -[
      -  "hourly",
      -  "rank_transitions"
      -]New value: +[
      +  "hourly",
      +  "six_hourly",
      +  "rank_transitions"
      +]
    • changedOutput schema / properties / data / properties / measure / enum
      Previous value: -[
      -  "trend",
      -  "rank"
      -]New value: +[
      +  "trend",
      +  "emergence",
      +  "rank"
      +]
    • addedOutput schema / properties / meta / properties / versions
      Added value: +{
      +  "additionalProperties": {
      +    "type": "string"
      +  },
      +  "propertyNames": {
      +    "type": "string"
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / properties / meta / required
      Added value: +[
      +  "versions"
      +]
  5. Changed4 schema fields changed
    • changedInput schema / properties / from / description
      Previous value: -"Window start (ISO 8601)"New value: +"Start of time window (ISO 8601)"
    • changedInput schema / properties / idOrSlug / description
      Previous value: -"Canonical Project id or slug"New value: +"Project ID or slug; slug aliases resolve"
    • changedInput schema / properties / measure / description
      Previous value: -"Measurement series"New value: +"trend for hourly history; rank for recorded rank changes"
    • changedInput schema / properties / to / description
      Previous value: -"Window end (ISO 8601)"New value: +"End of time window (ISO 8601)"
  6. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, covering the safety profile. The description adds 'recent' implying a time constraint but does not elaborate on bounds, pagination, or output behavior. With annotations present, the description is adequate but adds little beyond the abstract term 'attention history.'

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 a single, front-loaded sentence that efficiently conveys the core purpose. It contains no unnecessary words or redundancy. Every part earns its place.

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?

Given the tool has an output schema (so return values are covered), 4 parameters with optional time window, and an enum, the description is adequate but incomplete. It does not mention the from/to filtering capability or default behavior. 'Recent' is vague, leaving the agent to infer that from/to control the window.

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 description coverage is 100%, so the input schema fully documents all four parameters. The description adds no additional meaning about parameters (e.g., default time windows or the meaning of 'trend' vs 'rank'). Baseline 3 is appropriate given the schema handles the burden.

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 retrieves 'recent attention history for a Project,' using a specific verb and resource. It implies time-series data, which distinguishes it from sibling tools like get_project (static details) and get_topic_series (topic attention). However, it could more explicitly define 'attention history' or contrast with siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. There is no mention of appropriate scenarios, prerequisites, or exclusions (e.g., 'use get_project for static info, get_topic_series for topics'). The agent receives no help in tool selection.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool targets a distinct entity or action: single vs. list (get vs. list), intel vs. project vs. topic vs. report vs. cluster vs. vocabulary vs. credential check. No two tools have overlapping purposes; the descriptions clearly differentiate them.

Naming Consistency5/5

Uses a consistent pattern: get_ for singular retrieval, list_ for plural searches/listing. Only 'me' deviates, but it's a standard name for credential checks. The pattern is predictable and easy to follow.

Tool Count5/5

12 tools cover a focused domain (crypto intelligence) without unnecessary bloat. Each tool earns its place: core entities (projects, topics, intel), plus series, reports, vocabulary, clusters, and auth check. The count feels well-scoped.

Completeness5/5

The server provides a complete read surface for its domain: listing, searching, getting details, historical series, reports, and filter metadata. No obvious gaps for consuming intelligence (CRUD not expected in a read-only API).

Resources