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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nulab/backlog-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server