UnwatchNotificationsTool

Removes a watch by id via WatchRegistry.unregister. Idempotent — removing an id that doesn't exist (already expired, already removed, or never valid) returns success with removed=false rather than an error, so callers don't need to check existence first. Output: the echoed watch_id and removed.

Constructors

Link copied to clipboard
constructor(context: Context)

Properties

Link copied to clipboard
open override val annotations: ToolAnnotations
Link copied to clipboard
open override val description: String
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val parameters: List<ToolParameter>

Functions

Link copied to clipboard
open suspend override fun execute(params: Map<String, Any>): ToolResult