Skip to main content
Glama

Get earnings call transcript

get_earnings_call_transcript
Read-only

Retrieve speaker-tagged earnings call transcript chunks for a Bullrun ticker. Filter by fiscal period or search text to analyze management guidance and analyst Q&A.

Instructions

Fetch speaker-tagged earnings-call transcript chunks for one exact Bullrun ticker, optionally filtered by fiscal period or search text. Use this for management guidance language, analyst Q&A, and qualitative judgment that is not visible in financial statements. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoOptional case-insensitive text/speaker search across transcript chunks.
tickerYesThe ticker exactly as listed on Bullrun, e.g. "CRWD", "SPGI", "V".
maxChunksNoMaximum speaker-tagged transcript chunks to return.
fiscalYearNoOptional fiscal year filter.
fiscalQuarterNoOptional fiscal quarter filter.
maxCharsPerChunkNoMaximum characters per transcript chunk in the MCP response.
Behavior3/5

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

The description declares 'Read-only,' which aligns with the annotation readOnlyHint=true, but adds little beyond that. It mentions optional filtering by fiscal period or search text, but does not disclose rate limits, auth requirements, or error behavior for missing tickers.

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: the first defines the function and constraints, the second states use cases. No redundant words, tightly packed with relevant information.

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?

For a tool with 6 parameters (1 required) and no output schema, the description covers purpose, filtering, and use case. It hints at output structure ('speaker-tagged chunks'), but could mention that maxChunks defaults to 80 (available in schema) or that chunks are returned in order.

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 input schema already describes all parameters adequately. The description only summarizes filtering options without adding new semantics or format details beyond what the schema 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 specifies 'Fetch speaker-tagged earnings-call transcript chunks for one exact Bullrun ticker', which is a specific verb-resource pair. It distinguishes from siblings like get_financial_history or get_forward_estimates by focusing on qualitative transcript data, not quantitative metrics.

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 description advises using this tool for 'management guidance language, analyst Q&A, and qualitative judgment not visible in financial statements,' providing clear context. It lacks explicit exclusion statements or alternative tool mentions, but the sibling list implies alternatives for quantitative data.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ferinator/bullrun-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server