state
Save Watchlist
save_watchlistsp500
full
Upsert a named watchlist with a list of tickers. Replace semantics — the full ticker list is the source of truth for that name. Use this for both creation AND modification (delete + recreate is not required for edits). 500-ticker cap per list. Names are case-insensitive unique...
Example Call
# Using the Valuein MCP server from Python (via MCP SDK)
# Or call directly from Claude / Cursor after setup
result = await client.call_tool(
"save_watchlist",
arguments={}
)
print(result)Direct tool call:save_watchlist(...)
Inputs
This tool takes no inputs.
Output Fields
Example Response
{}See MCP server for the structured response shape.
Notes
Available from sp500 tier and above.
Plan Access
sample
— Not includedsp500
✓ Availablefull
✓ Available