Add or Remove Watchlist Companies
manage_watchlistAdd or remove a company from the user's watchlist. This changes saved preferences, not financial assets. Only remove deletes an entry.
action='add' and action='remove' each take one symbol and are idempotent: adding a company already on the list leaves it there, removing one that is not on the list is a no-op. Both report the resulting list size.
Not this tool for: holdings and cash (that is a portfolio — use get_portfolio / import_portfolio), or for any market data. The watchlist stores which companies the user follows, nothing about quantities, prices or returns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | 'add' and 'remove' each need a symbol. | |
| symbol | No | Stock code, ticker or company name. Required for 'add' and 'remove'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| error | No | ||
| total | No | ||
| action | No | ||
| market | No | ||
| symbol | No | ||
| watched | No | ||
| watchlist | No |