get_crypto_latest_news
Retrieve cryptocurrency news updates from the Yahoo Finance MCP Server to stay informed on market trends and developments.
Instructions
获取加密货币最新新闻列表。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
page | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 20,
"title": "Limit",
"type": "integer"
},
"page": {
"default": 0,
"title": "Page",
"type": "integer"
}
},
"title": "get_crypto_latest_newsArguments",
"type": "object"
}