get_recommendations
Retrieve analyst recommendations for any stock symbol to make informed investment decisions. Use this tool via MCP Yahoo Finance for accurate, data-driven insights.
Instructions
Get analyst recommendations for a given symbol.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
symbol | Yes | Stock symbol in Yahoo Finance format. |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"description": "Stock symbol in Yahoo Finance format.",
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}