watch_tool
Subscribe to reliability alerts for one or more tools (or all critical outages). Provide a webhook URL (generic, Slack, or Discord — auto-detected) to receive PUSH alerts, or omit it to get a pull token you poll with get_notifications (no inbound URL needed — ideal for agents). Call this to be told the moment a tool you depend on breaks or recovers. Returns a token to manage/poll the subscription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | No | Multiple tools to watch. | |
| toolId | No | A tool to watch ('server' or 'server/tool_name'). | |
| webhook | No | Optional push URL (generic/Slack/Discord). Omit for a pull token. | |
| allCritical | No | Watch ALL critical breakages across the ecosystem. | |
| minSeverity | No | 'warning' (default) or 'critical'. |