Skip to main content
Glama

origin_transcripts

Search earnings call transcripts. Query by topic (ai, trusted_computing, blockchain, data_center, etc.), company ticker, or free text. Returns extracted facts, speakers, and metrics from earnings calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoOptional: free text search across facts
firstNoOptional: if true, returns first-mention date per company for the topic
topicNoOptional: topic tag (ai, trusted_computing, blockchain, data_center, quantum, cybersecurity, robotics, autonomous, gaming, etc.)
tickerNoOptional: filter by company ticker

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description must carry the burden. It correctly implies a read-only search operation but does not explicitly state that no side effects occur. It mentions the output scope (facts, speakers, metrics) but lacks details on rate limits, authentication, or empty result handling.

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?

Two sentences with no wasted words. The purpose, query options, and return types are front-loaded. Every sentence adds value.

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?

Given no output schema, the description fills the gap by stating return types. It covers the main use cases for a search tool. Minor omissions like pagination or default behavior when no parameters are provided are acceptable for this tool's complexity.

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 coverage is 100%, so the baseline is 3. The description adds value by providing concrete examples for the 'topic' parameter and clarifying how ticker and free text can be used. However, it does not explain parameter combinations or syntax beyond what the schema already provides.

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 that the tool searches earnings call transcripts, specifies multiple query dimensions (topic, ticker, free text), and lists the return type (facts, speakers, metrics). This distinguishes it from sibling tools that focus on company info, filings, or people.

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

Usage Guidelines2/5

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

No explicit guidance is provided on when to use this tool versus alternatives like origin_filings or origin_person. The description implies usage for transcript queries but does not mention exclusions or context for choosing among siblings.

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.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: company lookup, digest, enrollment, filings index, person career, profile, search, timeline, and transcripts. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent 'origin_' prefix followed by a descriptive word. The naming pattern is predictable and uniform across the set.

Tool Count5/5

9 tools is appropriate for a filings and company research server. It covers core functionalities without being overwhelming or sparse.

Completeness5/5

The tool set covers the full domain of company research: lookup, profile, filings, transcripts, timeline, person career, cross-company search, digest, and user enrollment. No obvious gaps.