list_notification_contexts
Retrieve notification contexts sorted by last update, with optional filtering by pinned status and hidden contexts.
Instructions
List notification contexts. Returns contexts sorted by last update timestamp (newest first). Supports filtering by pinned status and can include hidden contexts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of contexts to return (default: 50) | |
| pinnedOnly | No | Return only pinned contexts (default: false) | |
| includeHidden | No | Include hidden notification contexts in results (default: false) |
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. |