close_watch
End an active watch registration to stop receiving updates for a specific watch. Use this when you no longer need to monitor changes, freeing resources and avoiding stale notifications.
Instructions
Close the caller's own watch registration (idempotent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| watch_id | Yes | ||
| binding_token | No | Opaque token returned by this agent's join_session or plan_session. Required for reliable identity when logical agents share an MCP connection. |