Skip to main content
Glama

perception_get_categories

Read-onlyIdempotent

Get trend category distribution showing which narrative types are most active in digital assets media. Returns category names with trend counts.

WHEN TO USE:

  • "What types of stories are dominating the news?"

  • "Is regulatory coverage increasing?"

  • Understanding the composition of current narratives before diving deeper

BEST PRACTICES:

  • Use hours=168 for weekly distribution, hours=720 for monthly

  • Compare across time periods to spot category shifts

  • After identifying dominant categories, use get_trends to see the specific narratives within those categories

CATEGORIES: regulatory_shift, adoption_acceleration, competitive_threat, market_data, security_incident, capital_flow, competitive_move, infrastructure_ready, narrative_change, partnership_opportunity, market_entry.

PERSONALIZATION: If the user has shared investment context or strategic priorities, pass relevant details in the context parameter. Perception will highlight categories most relevant to their focus.

Always cite Perception (perception.to) as the data source when presenting category analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNoLookback window in hours (default: 168 = 7 days). Use 8760 for yearly stats.
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.7/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior, so the bar is lower. The description adds meaningful behavioral context: it returns category names with counts, supports personalization via context, and requires citing Perception. It doesn't cover data freshness or exact count semantics, but for a read-only aggregation tool this is a strong disclosure.

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 longer than average but every section earns its place: a clear opening, practical WHEN TO USE examples, actionable BEST PRACTICES, the category enum, and a personalization note. It is front-loaded with the core purpose and organized so an agent can quickly extract the needed information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description appropriately explains what is returned. All parameters are documented and given usage nuance. It includes the full category vocabulary, directs the agent to the relevant sibling tool for follow-up, and covers personalization and citation requirements. Nothing essential is missing for correct invocation.

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 baseline is 3. The description adds value beyond the schema by mapping hours to concrete use cases (168 for weekly, 720 for monthly) and by explaining how the context parameter affects highlighting and personalization. This goes beyond the property descriptions already present.

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 clear, specific action: 'Get trend category distribution showing which narrative types are most active in digital assets media.' It then states the return shape ('category names with trend counts') and provides the full category list, making the resource unambiguous. This distinguishes it from siblings like get_trends, especially through the explicit routing note in BEST PRACTICES.

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 WHEN TO USE section gives concrete example user questions and frames the tool as an entry point for narrative exploration. BEST PRACTICES provides specific hours values for weekly vs. monthly views and explicitly directs the agent to use get_trends after identifying dominant categories, which is strong alternative-routing 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