Skip to main content
Glama

transcript_search

Read-onlyIdempotent

Search earnings-call transcripts and earnings press-release exhibits by speaker turn (CEO/CFO prepared remarks, analyst Q&A, press releases). Returns verbatim quotes as agent-ready payloads: speaker name/role, fiscal year + quarter, call date, source_type (asr_call = our own ASR of the real call vs press_release), sec.gov source URL and citation string. Use for guidance, management tone and forward-looking color that filings don't capture; pair with financial_search to back narrative with filed numbers. ALWAYS pass issuer (the ticker whose calls you mean) plus fiscal_year when you know it — a named call is scoped to that issuer's calls, fast and precise. A call with no issuer runs as scope=cross_company: slower, ranked by relevance only, and the response sets quality_caveat — check for that field. Use scope=cross_company deliberately, only for questions genuinely about many companies ("which management teams talked about tariff pass-through"). Narrow further with speaker_role, lookback_quarters or source_type. FETCH MODE: omit query entirely and pass issuer.ticker plus fiscal_year / quarter / date_from / date_to to get that call's segments back in call-date-desc then spoken order, with no ranking and in tens of milliseconds — the right tool when you already know WHICH call you want. For onset/"first mention" questions (when did a topic first come up), bound with date_from/date_to and set order='earliest' — a date pair, not a fiscal year, is the right tool there.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
orderNoSort order. 'earliest'/'latest' sort matched hits chronologically (use 'earliest' for onset/first-mention queries); 'relevance' sorts by rank score.relevance
queryNoNatural language query. OMIT IT for fetch mode: with no query nothing is embedded or scored and the matching segments come back newest call first, then in the order they were spoken. Fetch mode requires a ticker.
scopeNoissuer (default): results limited to the issuer's own calls. cross_company: search every issuer's calls — slower, relevance-ranked only, and always carries `quality_caveat`. Setting it drops the ticker filter, so a caveated answer is never secretly a scoped one.issuer
issuerNoThe company whose calls you mean. Pass `ticker` (e.g. "NVDA"); this corpus is keyed on ticker, so that is the field that scopes it. Strongly recommended on every call.
tickerNoOptional ticker filter (e.g. NVDA). Legacy alias of `issuer.ticker`.
date_toNoPoint-in-time upper bound on call date, inclusive ISO YYYY-MM-DD
profileNohybrid
quarterNoFiscal quarter(s) — "Q2" or ["Q1","Q2"]. Exact, case-insensitive. With issuer.ticker and fiscal_year this names one call, which is the natural fetch-mode request.
date_fromNoPoint-in-time lower bound on call date, inclusive ISO YYYY-MM-DD
fiscal_yearNoFiscal year(s) the question concerns — the ISSUER'S OWN fiscal year, as printed on its cover page, matched exactly against each segment's fiscal-year label. Offset-fiscal-year issuers work as stated: NVDA fiscal_year 2027 returns the calls held during calendar 2026, AAPL 2025 the Q1-Q4 FY2025 calls. If the requested year matches nothing the search retries once at ±1 and says so in `quality_caveat`. Independent of date_from/date_to, which bound the CALL DATE and still apply on top.
source_typeNoProvenance filter: asr_call = our ASR of the real call (Q&A); furnished_transcript = issuer transcript exhibit; press_release = 8-K press exhibit.
speaker_roleNoOptional speaker role filter: CEO / CFO / Analyst / Operator
lookback_quartersNoKeep calls within last N quarters (default: no filter)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes"search" = ranked by relevance. "fetch" = no ranking; segments listed newest call first then in spoken order, and `confidence` is 0 on every result because there is no relevance signal.
queryYes
scopeNoEffective scope after issuer resolution.
totalYes
sourceYes
resultsYes
latency_msYes
ticker_filterNo
quality_caveatNoPresent when the result is not issuer-precise. Read it before trusting cross-company results.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already cover safety (readOnly, idempotent, non-destructive), yet the description goes well beyond them: it discloses the `quality_caveat` field emitted for unscoped searches, the ±1 fiscal-year retry and its caveat, the latency/slowness delta for cross_company and the tens-of-milliseconds fetch mode, and the absence of ranking in fetch mode. This is exactly the behavioral context structured fields cannot carry.

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?

Long, but front-loaded with the core purpose and mode-selection rules before the parameter guidance, and nearly every sentence carries a distinct routing or behavioral instruction. There is mild redundancy between the description and the schema text for fetch mode and scope, which keeps it out of the top score.

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?

An output schema exists, so return-field documentation is unnecessary, and the description still flags the single return field worth checking (quality_caveat). Given 14 parameters, nested issuer object, 4 enums, and two operating modes, the description covers every decision an agent must make before calling.

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?

Schema coverage is 86%, so the schema already documents most parameters and baseline would be 3. The description still adds real semantics on top: issuer must be a ticker (not cik) in this corpus, fiscal_year is independent of and layered over date_from/date_to, and order='earliest' is the correct pairing for onset questions. Only limit/profile escape mention.

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?

States a specific verb+resource (search earnings-call transcripts and press-release exhibits) and immediately scopes it by speaker turn, with concrete examples of what is covered. The closing contrasts it against financial_search ('pair with financial_search to back narrative with filed numbers'), so an agent can distinguish it from siblings without opening either schema.

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?

Explicit when-to-use (guidance, tone, forward-looking color filings lack), when-to-use-alternative (pair with financial_search), and an explicit warning that cross_company should be used deliberately only for genuinely multi-company questions. Fetch mode and onset/first-mention routing are each given their own selection condition, including the correct bound (date pair, not fiscal year).

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.