get_crypto_quote
Retrieve complete market data for any specified cryptocurrency, including price, volume, and trends, using Yahoo Finance MCP Server.
Instructions
获取指定加密货币的完整行情。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
symbol | Yes |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"title": "Symbol",
"type": "string"
}
},
"required": [
"symbol"
],
"title": "get_crypto_quoteArguments",
"type": "object"
}