Skip to main content
Glama

perception_search_voices

Read-onlyIdempotent

Search for keyword matches across earnings transcripts, conferences, and digital asset podcasts. Returns clean snippets and timestamped occurrences.

WHEN TO USE:

  • "What did management or speakers say about stablecoins in podcasts or conferences?"

  • "Find any mention of USDC in recent conferences or earnings transcripts"

  • "Search podcast transcripts for mentions of Bitcoin regulation"

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch keyword or phrase (at least 2 characters)
tickerNoOptional stock ticker to filter earnings transcripts (e.g. COIN, MSTR)
contextNoUser's investment context or strategic priorities to frame results

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds that results include clean snippets and timestamped occurrences, which is useful, and instructs citing Perception as the data source. However, it does not describe limitations, pagination, or data recency, so it adds only partial behavioral context beyond 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.

Conciseness4/5

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

The description is front-loaded with the core purpose and then uses a compact WHEN TO USE section with three illustrative examples. The 'Always cite Perception' line is an additional required instruction, not fluff. Overall it is efficient and well-organized, though slightly longer than strictly necessary.

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

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a search tool with no output schema, the description does explain that results are clean snippets with timestamped occurrences, which is useful. However, it does not clarify result limits, sorting, or how much context is included, and it does not route users away from overlapping sibling tools. The example queries help, but the description is not fully complete for an agent encountering this tool cold.

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 schema already documents query, ticker, and context. The description provides helpful search-phrase examples, but it does not add meaningful detail about the optional ticker filter or the context parameter beyond what the schema already states. A baseline of 3 is appropriate.

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 clearly identifies the resource: keyword matches across earnings transcripts, conferences, and digital asset podcasts, so an agent can understand the search scope. It does not explicitly differentiate from sibling search tools like perception_search_mentions, but the specific data-source framing provides enough distinction for most cases.

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?

The WHEN TO USE section gives concrete example queries that clearly indicate appropriate scenarios, such as searching for what management said about stablecoins or finding podcast mentions of Bitcoin regulation. It does not state when not to use this tool or mention alternatives, but the examples provide clear contextual 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