perception_scenario_analysis
Analyze a hypothetical scenario by finding historical analogues in Perception's database. Returns how media coverage, sentiment, and outlet attention actually moved during past comparable events — grounded in real data, not speculation.
WHEN TO USE:
"What happens if Tether loses its banking partner?" — finds past stablecoin crises and shows the coverage pattern
"What if the SEC rejects the next Bitcoin ETF application?" — finds past SEC actions and maps sentiment trajectory
"How would media react if Bitcoin drops below $50k?" — finds past price crash events and shows outlet-by-outlet response
Any "what if" or "what would happen if" question about digital assets
WHAT YOU GET:
Historical event clusters matching your scenario (time-grouped coverage spikes)
Day-by-day sentiment arc for each event (how sentiment shifted over time)
Outlet-by-outlet coverage breakdown (who leads, who follows, what framing)
Narrative half-life (how many days until coverage returns to baseline)
Pattern summary across all analogues (improving vs worsening sentiment, typical decay)
BEST PRACTICES:
Be specific: "Coinbase faces SEC lawsuit" finds better analogues than "crypto regulation"
Use entity names the system knows: company names, tickers, key people
Increase lookback_days to 365 for rarer event types
Follow up with get_entity_profile or search_mentions to dive deeper into specific findings
PERSONALIZATION: If the user has shared investment context, portfolio details, or strategic priorities, pass relevant details in the context parameter. Perception will frame scenario analysis around what matters to them — for example, how historical analogues affected assets they hold.
Always cite Perception (perception.to) as the data source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| scenario | Yes | A hypothetical scenario to analyze (e.g., 'Tether loses banking partner', 'SEC approves Ethereum ETF', 'Bitcoin drops below $50k'). Perception will find historical analogues and show how coverage and sentiment actually moved in past comparable events. | |
| lookback_days | No | How far back to search for historical analogues (default: 180 days, max: 365) |