get_crypto_news
Search for cryptocurrency-related news by providing specific crypto symbols. This tool connects to the Yahoo Finance MCP Server to deliver targeted financial updates.
Instructions
搜索加密货币相关新闻。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
symbols | Yes |
Input Schema (JSON Schema)
{
"properties": {
"symbols": {
"title": "Symbols",
"type": "string"
}
},
"required": [
"symbols"
],
"title": "get_crypto_newsArguments",
"type": "object"
}