Skip to main content
Glama

perception_get_evadometer

Read-onlyIdempotent

Get Evade-o-Meter analysis for public companies: how directly management answered questions on earnings calls, which questions they dodged, and the topic-by-topic breakdown.

WHEN TO USE:

  • "Which company has the most transparent management?" (leaderboard)

  • "Show me the Evade-o-Meter leaderboard" (leaderboard)

  • "Was Coinbase's management evasive during their last earnings call?" (specific ticker)

  • "What questions did MARA avoid answering?" (specific ticker)

WHAT THE SCORE IS: A communication-style descriptor. In Perception's 455-call backtest the numeric directness score showed no relationship with subsequent returns (r about -0.02), so present it as "how they communicated", never as a trading signal. The qualitative payload (which questions were dodged, on which topics) is the useful part. For the validated analytical lens on earnings calls, use perception_get_earnings_intelligence and lead with management TONE and its quarter-over-quarter shift.

DATA PROVIDED:

  • Leaderboard view (ranks all covered companies by their latest directness score)

  • Specific ticker view (latest directness score, classification, notable question dodges, topic breakdown, and historical quarter trends)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerNoStock ticker symbol (e.g., COIN, MSTR, MARA, TSLA, HOOD). US-listed ticker with earnings coverage. If omitted, returns the Evade-o-Meter leaderboard ranking all companies.
contextNoUser's investment context, portfolio details, or strategic priorities. Pass relevant details so Perception can frame the analysis around what matters to them.

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnly/idempotent annotations, the description adds a significant interpretive trait: the numeric score has no predictive relationship with returns (r≈-0.02 in a 455-call backtest) and must be presented as 'how they communicated, never as a trading signal'. It also tells the agent that the qualitative payload is the useful part. This is substantive behavioral context not inferable from the 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?

Despite being longer than average, the description is tightly organized into purposeful sections: purpose, when-to-use, what-the-score-means, and data provided. Every sentence contributes—the example queries are illustrative, the backtest caveat is important, and the alternative-tool pointer saves agents from misrouting. The main purpose is front-loaded in the opening sentence.

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 appropriately details the two return views (leaderboard and specific ticker) including the fields provided (score, classification, dodged questions, topic breakdown, historical trend). It also includes the crucial interpretation caveat and points to the sibling tool for deeper analysis. Nothing essential for correct use is missing.

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%: both 'ticker' and 'context' already have explanatory descriptions, including the optionality mapping to the leaderboard when ticker is omitted. The description adds example tickers and query phrasings that slightly reinforce usage, but does not materially surpass what the schema already conveys. Baseline 3 is appropriate.

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 Evade-o-Meter analysis for public companies') and immediately enumerates the core outputs: how directly management answered, which questions were dodged, and topic breakdown. It explicitly distinguishes itself from the sibling perception_get_earnings_intelligence by positioning that tool as the validated analytical lens, making the resource boundary clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

A dedicated 'WHEN TO USE' section lists concrete user queries for both the leaderboard and specific-ticker modes. It also gives an explicit exclusion: 'For the validated analytical lens on earnings calls, use perception_get_earnings_intelligence' and warns to never present the score as a trading signal. This provides both when-to-use and when-not-to-use guidance, plus a named alternative.

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