get_stock_list
Retrieve a formatted table of crypto-related stock tickers and names, enabling AI agents to analyze blockchain investment opportunities effectively.
Instructions
Return a list of available crypto-related stocks in a table format.
Returns:
str: An ASCII table string containing the ticker and name of crypto-related stocks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_stock_listArguments",
"type": "object"
}