Skip to main content
Glama
roicai

ROIC.ai Financial Data MCP Server

Official
by roicai

List Earnings Calls

list_earnings_calls
Read-only

List available earnings calls for a company, showing year, quarter, and date for each. Use this to identify specific calls before fetching their transcripts.

Instructions

List available earnings calls for a company (year, quarter, date). Does not include transcript text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return
identifierYesCompany identifier: ticker symbol (e.g. AAPL), CIK, CUSIP, or ISIN
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering safety. The description adds behavioral context about what is included (year, quarter, date) and explicitly notes the absence of transcript text, which goes beyond annotations.

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, front-loaded with the core purpose, and the only extra sentence adds a meaningful exclusion. No wasted words.

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?

For a simple list tool with 2 parameters and an output schema absent, the description sufficiently defines the returned content (year, quarter, date) and clarifies the boundary with transcript retrieval. It is complete for the intended use.

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 does not add parameter-specific meaning beyond the schema's already clear definitions of identifier and limit, but it does not need to compensate.

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 'List available earnings calls for a company' with a specific verb and resource, and adds that results include year, quarter, and date. This distinguishes it from siblings like get_earnings_call_transcript by explicitly excluding transcript text.

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 provides context that it lists calls for a company and excludes transcript text, implying use for bibliographic info rather than transcripts. It does not explicitly name alternative tools, but the exclusion gives a clear when-not signal.

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/roicai/mcp-server'

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