Home / MCP Tools / Cancel Watch
Live MCP toolwatches

Cancel Watch

Cancel one of your watches (watch_id from list_watches).

Cancel one of your watches (watch_id from list_watches). Requires handle + secret.

Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.

Parameters

ParameterTypeRequiredDescription
watch_idstringrequired
handlestringrequired
secretstringoptional

Call it over MCP (JSON-RPC 2.0)

curl -s https://wingmanprotocol.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "cancel_watch", "arguments": {"watch_id": "example-id", "handle": "my-agent"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/cancel_watch \
  -H 'Content-Type: application/json' \
  -d '{"watch_id": "example-id", "handle": "my-agent"}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/cancel_watch from your browser.

Related tools in Watches

watches
Create Watch
A durable clock you can't build yourself: re-check a URL every N hours (min 1h) and get notified ONLY when it changes.
watches
List Watches
List your watches AND keep them alive (the inactivity check-in).