Skip to main content
Glama
benethos-hub

Yahoo Finance MCP Server

by benethos-hub

get_news

Retrieve recent news headlines for any Yahoo Finance symbol, including title, summary, publisher, time, and URL. Set a limit from 1-30 to control the number of articles returned.

Instructions

Get recent news headlines for a Yahoo symbol (up to limit, 1-30).

Each article includes title, summary, publisher, publish time, and URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of headlines to return.
symbolYesA Yahoo ticker or an ISIN, e.g. 'AAPL', 'SAP.DE' or 'US0378331005'. For a company name, use 'search' first.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations exist, so the description must disclose behavior. It states the tool returns recent headlines with a limit, but fails to mention potential rate limits, caching behavior, or whether it returns both articles and metadata (implied by output schema but not described).

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 succinct sentences: the first explains the primary action and limit constraint, the second describes the output structure. No wasted words.

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 that likely details returned fields, the description does not need to explain return values further. It covers the tool's purpose, parameter constraints, and article contents, making it complete for its 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 description adds minimal value beyond the schema: it clarifies the limit range (1-30) and explains what each article includes. However, schema coverage is 100%, so the description isn't required to compensate, earning a baseline 3.

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 the tool retrieves recent news headlines for a Yahoo symbol, specifies the resource (headlines), and distinguishes it from financial data tools like get_quote by focusing on news content.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool versus siblings (e.g., search for company lookup before getting news). Usage context is implied from the tool's news focus, but no alternatives or exclusion criteria are provided.

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