Backlog MCP Server

mark_notification_as_read

Update a specific notification's status to 'read' using its ID, ensuring cleared alerts and streamlined project management workflows in Backlog.

Instructions

Mark a notification as read

Input Schema

NameRequiredDescriptionDefault
idYesNotification ID to mark as read

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Notification ID to mark as read", "type": "number" } }, "required": [ "id" ], "type": "object" }
ID: lktnbgdbjl