Alpaca · Capability
Broker API — Watchlist
Broker API — Watchlist. 5 operations. Lead operation: Manage watchlists. Self-contained Naftiko capability covering one Alpaca business surface.
What You Can Do
GET
Getwatchlistforaccountbyid
— Manage watchlists
/v1/v1/accounts/{account-id}/watchlists/{watchlist-id}
PUT
Replacewatchlistforaccountbyid
— Update an existing watchlist
/v1/v1/accounts/{account-id}/watchlists/{watchlist-id}
DELETE
Deletewatchlistfromaccountbyid
— Remove a watchlist
/v1/v1/accounts/{account-id}/watchlists/{watchlist-id}
GET
Getallwatchlistsforaccount
— Retrieve all watchlists
/v1/v1/trading/accounts/{account-id}/watchlists
POST
Createwatchlistforaccount
— Create a new watchlist
/v1/v1/trading/accounts/{account-id}/watchlists
MCP Tools
manage-watchlists
Manage watchlists
read-only
idempotent
update-existing-watchlist
Update an existing watchlist
idempotent
remove-watchlist
Remove a watchlist
idempotent
retrieve-all-watchlists
Retrieve all watchlists
read-only
idempotent
create-new-watchlist
Create a new watchlist