equity-watchlist-brief
InactiveTool of The Stall
Portfolio watchlist snapshot with technical analysis and AI brief. Accepts up to 8 US equity tickers, returns price, change %, RSI(14), 52-week positioning, volume vs 20-day average, and trend regime (above/below SMA50) for each. AI synthesizes a portfolio mood assessment, focus analysis on the biggest mover, risk flags, and next-watch guidance. Replaces stock-price-multi + us-stock-price + manual technical review in one call. Data: Yahoo Finance (free, no auth) + gpt-4o-mini synthesis.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"tickers": {
"type": "array",
"items": {
"type": "string"
},
"description": "Up to 8 US stock ticker symbols (e.g. [\"AAPL\",\"NVDA\",\"MSFT\"]). Case-insensitive."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries