Skip to main content
Glama

perception_top_mentions

Read-onlyIdempotent

Returns the top entities or topics ranked by mention count within a date range or outlet. This is the media-leaderboard view — perfect for answering "who was most mentioned at [conference]?", "what themes dominated coverage this week?", or "which companies got the most press during the ETF news cycle?"

WHEN TO USE:

  • "Who was most mentioned at DAS NYC 2026?" → set outlet="DAS NYC 2026"

  • "What topics dominated Bitcoin coverage this week?" → mode="topics"

  • "Top 10 crypto companies by media volume in Q1" → date range + limit=10

  • "Who's getting talked about in podcasts lately?" → categories=["Podcasts"]

MODES:

  • entities (default): named companies, protocols, people — includes Bitcoin

  • topics: themes/sectors (Mining, Institutional Adoption, Regulatory updates, DeFi...)

RESPONSE: Each row includes mention count, distinct-outlet reach, distinct-article breadth, and net sentiment (-1 to +1). Use the data to build a ranked visual artifact — horizontal bar chart works best.

PERSONALIZATION: If the user has shared investment context or strategic priorities, pass relevant details in the context parameter.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo`entities` returns named companies/protocols/people (Coinbase, Solana, Michael Saylor, Bitcoin). `topics` returns themes/sectors (Mining, Institutional Adoption, Regulatory updates).entities
limitNoMax entities/topics to return (default 25, max 50).
outletNoRestrict to a single outlet (e.g., 'DAS NYC 2026', 'Bloomberg', 'CoinDesk'). Useful for 'who was most mentioned at [conference]' queries.
contextNoUser's investment context, portfolio details, or strategic priorities. If the user has provided background information, pass the relevant details here so Perception can frame the analysis around what matters to them.
endDateNoEnd date (YYYY-MM-DD). Defaults to today.
keywordNoRestrict to articles matching a keyword (searches Title + Content).
outletsNoRestrict to multiple outlets. Mutually exclusive with `outlet`.
startDateNoStart date (YYYY-MM-DD). Defaults to 30 days ago.
categoriesNoRestrict to outlet categories (e.g., ['Conferences'], ['Podcasts'], ['Mainstream Media']).

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already indicate readOnly, idempotent, and non-destructive behavior. The description adds useful behavioral context by describing the response row contents, the entities vs topics modes, and the data-source attribution requirement. This goes beyond what annotations alone convey.

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 under headers—WHEN TO USE, MODES, RESPONSE, PERSONALIZATION—and every section adds practical value. It is somewhat long, and there are minor typos, but the structure makes it easy for an agent to parse and apply.

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?

For a tool with 9 optional parameters and no output schema, the description covers the core use cases, parameter selection, response fields, modes, and even personalization guidance. An agent has enough context to invoke the tool correctly for typical media-leaderboard queries.

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 adds practical meaning by mapping example queries to parameter combinations (outlet, mode, limit, categories) and explaining the entities vs topics distinction. This supplements the schema with real usage patterns.

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?

States a specific verb and resource: 'Returns the top entities or topics ranked by mention count within a date range or outlet.' The 'media-leaderboard view' framing and example queries clearly differentiate it from sibling search/report tools. An agent can understand exactly what this tool computes.

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?

Provides an explicit 'WHEN TO USE' section with concrete query-to-parameter mappings, such as outlet for conferences and mode='topics' for theme coverage. It gives clear context for common use cases, though it does not explicitly name sibling tools to exclude or state when not to use this tool.

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