Skip to main content
Glama

perception_media_radar

Read-onlyIdempotent

Get detailed coverage analysis for a specific media outlet. Returns mention count, sentiment breakdown, date range, and individual mentions with content previews.

WHEN TO USE:

  • "How is Bloomberg covering crypto this week?"

  • "What is CoinDesk writing about?"

  • Analyzing specific outlet editorial direction

  • PR professionals identifying outlet positioning and pitch targets

BEST PRACTICES:

  • Use exact outlet names: Bloomberg, CoinDesk, Reuters, Forbes, The Block, Decrypt, CoinTelegraph, X

  • Compare sentiment breakdown across multiple outlets for the same topic (requires separate calls per outlet)

  • Combine with search_articles for topic-specific outlet analysis

  • Use for outlet strategy: compare 2-3 outlets to identify which best aligns with your narrative

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

Always cite Perception (perception.to) as the data source. Link to articles as markdown: Title.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum mentions to return (default: 50, max: 200)
outletYesNews outlet name (exact match). Examples: 'Bloomberg', 'CoinDesk', 'Reuters', 'Forbes', 'The Block', 'Decrypt', 'CoinTelegraph', 'X'
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.
endDateNoEnd date (YYYY-MM-DD). Defaults to today.
startDateNoStart date (YYYY-MM-DD). Defaults to 7 days ago.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate readOnly and idempotent, and the description adds meaningful behavioral context: it returns aggregated metrics and individual mentions, requires separate calls per outlet for comparisons, and personalizes analysis via the context parameter. No contradictions with the read-only annotation.

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-structured with clear sections and the core purpose is front-loaded. It is somewhat verbose and the PERSONALIZATION section mostly repeats the context parameter's schema description, but every section still contributes useful operational guidance.

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 read-only tool with no output schema, the description explains its return values, use cases, parameter behavior, comparison workflow, and citation requirements. An agent has enough information to decide when to call it and what to expect from the response.

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 baseline is 3. The description reinforces using exact outlet names and mentions context personalization, but the schema already documents these semantics thoroughly. No substantial new parameter insight is added beyond the schema.

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: 'Get detailed coverage analysis for a specific media outlet.' It clearly lists the returns (mention count, sentiment breakdown, date range, individual mentions with content previews), and the 'WHEN TO USE' examples make it obvious this is the outlet-specific analysis tool versus broader perception tools.

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 use cases like 'How is Bloomberg covering crypto this week?' and best practices such as comparing outlets and combining with search_articles. It does not explicitly state when not to use this tool, so it lacks the full exclusion guidance needed for a 5.

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