Skip to main content
Glama
benethos-hub

Yahoo Finance MCP Server

by benethos-hub

get_calendar

Retrieve upcoming earnings and dividend dates with analyst estimates for Yahoo Finance stock symbols.

Instructions

Get upcoming corporate-calendar events for a Yahoo symbol.

symbol must be a native Yahoo Finance ticker (e.g. AAPL, SAP.DE), never an ISIN, WKN, or company name; resolve those via search first. Returns the next earnings date(s) with analyst estimate ranges and the next dividend / ex-dividend dates. Equity-only; empty for ETFs, funds, and crypto.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesA native Yahoo Finance ticker symbol, e.g. 'AAPL', 'MSFT', 'SAP.DE', or 'BMW.DE'. This is NOT an ISIN, a WKN, or a company name, and must NOT be built by appending an exchange suffix to an ISIN (e.g. 'US0378331005.DE' is invalid). If you only have a name or ISIN, call the 'search' tool first and pass the 'symbol' value it returns.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It clearly states what the tool returns (next earnings date(s), analyst estimate ranges, dividend/ex-dividend dates) and that it returns empty for non-equities. This adds value beyond the schema, though it does not address permissions, rate limits, or error behavior, which are not critical for a simple read tool.

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?

The description is two concise paragraphs: the first states the purpose, the second gives symbol requirements and return content. It is front-loaded, well-structured, and every sentence adds useful information without fluff.

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 the presence of an output schema and a single parameter, the description covers the essential aspects: purpose, input constraints, return content, and the empty-case for non-equities. It lacks explicit differentiation from overlapping sibling tools, which is a minor gap, but overall it is complete 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?

The input schema already provides a thorough description of the 'symbol' parameter, including examples, exclusions, and resolution via 'search'. The tool description repeats essentially the same guidance without adding new semantics. With schema coverage at 100%, the baseline score 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 states a clear verb+resource: 'Get upcoming corporate-calendar events for a Yahoo symbol.' It further specifies the return content (earnings dates with analyst estimate ranges, dividend/ex-dividend dates). However, it does not explicitly distinguish this from sibling tools like get_earnings or get_dividends, which may overlap.

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 concrete input prerequisites: symbol must be a native Yahoo ticker, never an ISIN/WKN/name, and advises using 'search' to resolve non-ticker inputs. It also gives a clear when-not condition ('Equity-only; empty for ETFs, funds, and crypto'). However, it does not mention when to prefer this tool over related siblings like get_earnings or get_dividends.

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/benethos-hub/yahoo-finance-mcp'

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