Skip to main content
Glama

perception_compare_entities

Read-onlyIdempotent

Compare media coverage of 2-5 digital asset companies or entities side-by-side. Returns a comparison table with mention volume, sentiment breakdown, and top sources for each entity — in a single call.

WHEN TO USE:

  • "Compare Circle vs Tether media coverage"

  • "How does Coinbase compare to Kraken in the press?"

  • Side-by-side competitive analysis, partnership due diligence, market positioning

RESPONSE FORMAT: When presenting results, create a visual artifact comparing the entities (e.g., grouped bar chart of mentions, side-by-side sentiment comparison). Keep written analysis concise — let the data and visuals do the talking.

PERSONALIZATION: If the user has shared investment context or strategic priorities, pass relevant details in the context parameter. Perception will frame the comparison around what matters to them.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoLookback period in days (default: 7, max: 90)
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.
entitiesYesCompanies or entities to compare (2-5). Use exact names, e.g., ['Circle', 'Tether', 'Paxos']

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds useful behavioral details beyond annotations: the exact output shape, the expectation to create a visual artifact, personalization behavior via the context parameter, and the requirement to cite Perception.

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

Conciseness4/5

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

The description is somewhat long but organized with clear section headers and front-loaded purpose. Every section adds relevant guidance for the agent, including response formatting and citation, so the length is justified.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/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 adequately covers what the tool returns (comparison table metrics) and how results should be presented. Together with the input schema, annotations, and use cases, the agent has enough context to select and invoke the tool correctly. It does not cover edge cases like unknown entity names, but that is a minor gap.

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%, so the baseline is 3. The description reinforces what entities and context do, and adds a response-format nuance for the context parameter, but it does not substantially go beyond the schema's own parameter descriptions.

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 clearly states the tool's function: compare media coverage of 2-5 digital asset companies side-by-side, returning a comparison table with mention volume, sentiment breakdown, and top sources. This is specific and distinguishes it from sibling tools like perception_get_entity_profile or perception_search_companies.

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?

A dedicated 'WHEN TO USE' section gives concrete example queries and scenarios, such as competitive analysis and partnership due diligence. It provides clear context but does not explicitly state when not to use it or name alternative tools for other cases.

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