hide_notification_context
Control visibility of notification contexts. Hide or unhide contexts to include or exclude them from listings, with idempotent state management.
Instructions
Hide or unhide a notification context. Hidden contexts are omitted from list_notification_contexts unless includeHidden is true. Idempotent when the hidden state already matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contextId | Yes | a string that will be trimmed | |
| hidden | Yes | Whether to hide (true) or unhide (false) the context |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |