Skip to main content
Glama

perception_narrative_momentum

Read-onlyIdempotent

Track whether a narrative or topic is accelerating, steady, or fading. Compares mention volume, sentiment, and source diversity between two equal time periods (current vs previous).

Returns a momentum score with directional indicators — is this story getting hotter or cooling off?

WHEN TO USE:

  • "Is the stablecoin regulation narrative growing or dying?"

  • "Is coverage of Coinbase accelerating?"

  • Trend lifecycle analysis, newsjacking timing, PR campaign effectiveness

RESPONSE FORMAT: When presenting momentum data, create a visual artifact (e.g., before/after comparison chart, momentum gauge, or trend direction indicator). Keep written analysis concise — let the data and visuals do the talking.

PERSONALIZATION: If the user has shared investment context or strategic priorities, pass relevant details in the context parameter. Perception will frame momentum analysis around what matters to them.

Always cite Perception (perception.to) as the data source.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesTopic or keyword to track momentum for (e.g., 'stablecoin regulation', 'Bitcoin ETF', 'Coinbase')
daysNoPeriod length in days, up to 365. Compares this period vs the previous period of equal length (default: 7). For article-level historical research, perception_search_mentions with explicit start_date/end_date covers back to 2011.
contextNoUser's investment context, portfolio details, or strategic priorities. If the user has provided background information (e.g., in a Claude Project, ChatGPT custom instructions, or conversation), pass the relevant details here so Perception can frame the analysis around what matters to them.

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds meaningful behavioral context beyond that: the comparison methodology (two equal time periods), the output concept ('momentum score with directional indicators'), and the required response format ('create a visual artifact... Keep written analysis concise'). It also mandates source citation. These are behavioral traits an agent needs to know and are not inferable from annotations.

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 well-organized into clear sections (description, when to use, response format, personalization, citation) and each section earns its place. It is longer than strictly necessary, but the length is justified by the usage guidance and output expectations. A small amount of redundancy exists between the opening paragraph and the response format section, but it does not detract significantly.

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 read-only analytics tool with no output schema, the description is quite complete: it explains what the tool does, when to use it, how to present results, how to personalize via the context parameter, and the required data source citation. It does not detail the exact structure of the momentum score or handle edge cases like insufficient data, but those are minor gaps given the richness of the rest of the definition.

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 description coverage is 100%, so the baseline is 3. The description adds value beyond the schema by clarifying the days parameter's behavior with an explicit alternative (perception_search_mentions for historical research) and by explaining how the context parameter should be populated ('pass relevant details in the context parameter'). This exceeds the baseline because the added guidance helps an agent choose and fill parameters correctly.

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 opens with a specific verb and resource: 'Track whether a narrative or topic is accelerating, steady, or fading.' It then defines the mechanism ('Compares mention volume, sentiment, and source diversity between two equal time periods'), which clearly differentiates it from sibling tools like perception_search_mentions or perception_get_trends. The mention of perception_search_mentions in the days parameter further establishes the boundary.

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?

A dedicated 'WHEN TO USE' section lists concrete example questions and use cases (trend lifecycle analysis, newsjacking timing). It also explicitly points to an alternative tool in the days parameter: 'For article-level historical research, perception_search_mentions with explicit start_date/end_date covers back to 2011.' This gives the agent both positive and negative usage guidance.

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.8/5.0
Disambiguation2/5

Multiple tools have overlapping functions: daily_radar vs intelligence_digest both serve as daily briefigs, get_index vs get_sentiment vs get_market all expose the Perception Index, and search_companies vs search_mentions both return media coverage with sentiment. Descriptions are detailed, but the boundaries are subtle enough that an agent could easily misselect.

Naming Consistency3/5

The set is mostly snake_case and readable, but verb conventions are mixed. Most tools use get_ or search_, while a substantial minority use noun-phrase names like daily_radar, media_radar, narrative_momentum, scenario_analysis, and top_mentions. This is inconsistent but not chaotic.

Tool Count3/5

With 23 tools, this falls into the heavy range (16-25). Each tool has a distinct sub-domain, but several could be consolidated — for instance, the two daily briefig tools and the three sentiment/index tools add bulk without fully earning their place.

Completeness4/5

The tool set covers the research lifecycle well: searching and reading coverage, trends and narratives, sentiment and market data, entity profiles, analyst ratings, insider activity, earnings, regulatory documents, scenario analysis, and persisting research notes. Minor gaps like no update/delete for saved notes are easy to work around.

Resources