Skip to main content
Glama

perception_daily_radar

Read-onlyIdempotent

Your daily intelligence briefing. Surfaces the 3-5 most important things happening right now in digital assets — anomalies, sentiment shifts, volume spikes, and emerging narratives.

Compares today's data against the 7-day baseline to identify what's unusual or noteworthy. No query needed — just ask "what should I know today?"

WHEN TO USE:

  • "What should I know today?"

  • "What's unusual in crypto right now?"

  • "Morning briefing" or "daily update"

  • Starting a research session — use this first to orient

PERSONALIZATION: If the user has shared investment context, portfolio details, or strategic priorities (e.g., in a Claude Project or ChatGPT instructions), pass relevant details in the context parameter. Perception will frame the briefing around what matters to them — highlighting signals relevant to their positions and flagging items that affect their strategy.

RESPONSE FORMAT: When presenting the radar, create a visual artifact (e.g., dashboard-style summary with key metrics, anomaly indicators, or signal strength chart). Keep written analysis concise — let the data and visuals do the talking.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
focusNoOptional topic focus (e.g., 'regulation', 'ETF'). Omit for general market radar.
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.

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the annotations, the description discloses meaningful behavior: it requires no query, compares data against a 7-day baseline, tailors the briefing when context is supplied, creates a visual artifact, and always cites Perception as the data source. These are behavioral expectations not captured by the read-only/idempotent annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Though longer than average, the description is organized into clearly labeled sections (WHEN TO USE, PERSONALIZATION, RESPONSE FORMAT) and the opening sentence immediately states the core purpose. Every section contributes actionable guidance and there is no filler.

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?

With no output schema, the description supplies the essential return expectations: 3-5 key items, anomaly/sentiment/volume/narrative signals, 7-day baseline comparison, visual artifact presentation, and source citation. It also covers both parameters and gives clear invocation examples, so an agent has everything needed to call the tool correctly.

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?

The input schema already fully describes both optional parameters, so the baseline is 3. The description adds extra value by explaining how to populate the context parameter with portfolio details and strategic priorities and how Perception will adapt the briefing accordingly. The focus parameter is not discussed in the description, but the schema covers it comprehensively.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource: it surfaces the 3-5 most important things happening in digital assets, including anomalies, sentiment shifts, volume spikes, and narratives. It is clearly a daily briefing tool with a 7-day baseline comparison, but it does not explicitly distinguish itself from sibling tools such as perception_media_radar or perception_get_intelligence_digest.

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?

It provides concrete WHEN TO USE triggers like 'What should I know today?' and 'Starting a research session — use this first to orient', which gives an agent clear context for selecting the tool. However, it does not name alternative tools or state when not to use this tool, stopping short of explicit exclusion guidance.

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