tickerbot_update_universe
Update a stock universe: relabel it, replace its ticker list, or add/remove specific tickers without overwriting the whole set. System universes cannot be edited.
Instructions
Update one of the caller's universes. Pass name/description to relabel, tickers to replace the whole list, or add/remove to adjust subsets without replacing. System universes (top_10/top_100) cannot be edited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Universe slug. | |
| add | No | Add these tickers (deduplicated). | |
| name | No | New label. | |
| remove | No | Remove these tickers. | |
| tickers | No | Replace the full ticker list. | |
| description | No | New notes. |