pin_notification_context
Pin or unpin a notification context to control its visibility and prominence in your inbox.
Instructions
Pin or unpin a notification context. Pinned contexts are highlighted in the inbox. Idempotent when the pin state already matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contextId | Yes | a string that will be trimmed | |
| pinned | Yes | Whether to pin (true) or unpin (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. |