Skip to main content
Glama
benethos-hub

Yahoo Finance MCP Server

by benethos-hub

get_upgrades_downgrades

Retrieve recent analyst upgrades and downgrades for a stock symbol, showing each firm's rating change with from/to grades and action, most recent first.

Instructions

Get recent analyst rating changes (upgrades/downgrades) for a Yahoo symbol.

Each entry is a firm's rating change with the from/to grade and action, most recent first. Equity-only, empty for ETFs, funds, and crypto.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of rating changes 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

Behavior4/5

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

Since no annotations are provided, the description fully handles behavioral transparency. It discloses the ordering (most recent first), the content (each entry includes firm, from/to grade, and action), and the limitation to equity instruments. No contradictions with missing 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?

The description is concise and well-structured, front-loading the main purpose in the first sentence and adding important details in the second. Every sentence adds value with no redundancy or filler.

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?

Given the presence of an output schema and the relatively simple nature of the tool (2 parameters, no complex nested structures), the description is complete. It explains the return order, content, and scope limitations, which fully covers what an agent needs to decide to invoke this tool.

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 with a baseline of 3, the description does not add additional meaning beyond what the schema already provides for the parameters (symbol and limit). The description adds value through context about the return data but not specifically for param semantics.

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 analyst rating changes (upgrades/downgrades) for a Yahoo symbol. It specifies the resource (rating changes) and the verb (get), and distinguishes it from sibling tools like get_recommendations and get_quote by its focus on rating actions.

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 clear context for when to use the tool: for equity symbols, noting it returns empty results for ETFs, funds, and crypto. It does not explicitly state when not to use it or mention alternatives among siblings, but the equity-only limitation is helpful guidance.

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