get_stock_grade_latest_news
Retrieve recent stock rating updates from Yahoo Finance MCP Server. Customize results by page and limit to stay informed on market evaluations and analyst insights.
Instructions
获取最新评级新闻。
参数说明: page: int 页码,默认 0 limit: int 每页数量,最大 1000,默认 10
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
page | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 10,
"title": "Limit",
"type": "integer"
},
"page": {
"default": 0,
"title": "Page",
"type": "integer"
}
},
"title": "get_stock_grade_latest_newsArguments",
"type": "object"
}