perception_media_radar
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
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum mentions to return (default: 50, max: 200) | |
| outlet | Yes | News outlet name (exact match). Examples: 'Bloomberg', 'CoinDesk', 'Reuters', 'Forbes', 'The Block', 'Decrypt', 'CoinTelegraph', 'X' | |
| context | No | User'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. | |
| endDate | No | End date (YYYY-MM-DD). Defaults to today. | |
| startDate | No | Start date (YYYY-MM-DD). Defaults to 7 days ago. |