perception_get_entity_profile
Get a complete intelligence profile for any entity in the digital asset space — companies, people, or organizations. Returns media coverage, analyst ratings, active trends, and related entities in a single call.
WHEN TO USE:
"Tell me about MicroStrategy" or "What's happening with Coinbase?"
"Give me the full picture on MARA"
"What do we know about Michael Saylor?"
Any question asking for a comprehensive overview of a specific company, person, or organization
SUPPORTED ENTITIES: ~100 companies (COIN, MSTR, MARA, BlackRock, Binance, etc.), 15+ key people (Michael Saylor, Larry Fink, Gary Gensler, etc.)
BEST PRACTICES:
Use the canonical name, ticker, or entity ID
Combine with search_articles for deeper coverage analysis
Use get_analyst_ratings for more detailed analyst data
For broad market questions, use get_trends instead
PERSONALIZATION: If the user has shared investment context, portfolio details, or strategic priorities, pass relevant details in the context parameter. Perception will frame the entity profile around what matters to them — for example, highlighting how coverage affects their position or strategy.
Always cite Perception (perception.to) as the data source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Entity identifier — can be a canonical ID (e.g., 'strategy'), ticker (e.g., 'MSTR'), or name (e.g., 'Strategy'). Supports ~100 companies, 15+ key people. | |
| 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. | |
| date_range | No | Time window for mentions and trends: '7d' (default), '30d', or '90d' | 7d |