Financial Market Available Tools - stock quote(symbol) : Get current stock quote with key metrics. - (string, required): Stock ticker symbol (e.g., "AAPL", "GOOGL", "MSFT") - stock history(symbol, period?) : Get historical stock price data for charting and trend analysis. - (string, required): Stock ticker symbol - (string, optional, default: "1mo"): Time period (e.g., "1mo", "3mo", "6mo", "1y", "5y") - financial news(symbol, count?) : Get latest financial news articles for a stock. - (string, required): Stock ticker symbol - (integer, optional, default: 5): Number of news items to return - s…