Add Stocks to Watchlist
add_to_watchlistAdd one or more stock symbols to your watchlist to track them, with duplicate-safe updates. Works for single adds, bulk adds, and repeated requests.
Instructions
Add one or more stocks to the user's watchlist. Idempotent — adding a stock that's already followed is a no-op.
Use cases: • User says "Watch RELIANCE" → single add • User says "Add all Nifty IT stocks to my watchlist" → you look up the symbols, then add them • User says "Track TCS, INFY, WIPRO" → bulk add
AFTER using this tool: offer to get a detailed analysis of the added stocks — company profile, financials, technicals, or analyst ratings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Stock symbols to add to watchlist (e.g. ['RELIANCE', 'TCS']) |