Skip to main content
Glama

Backlog MCP Server

count_notifications

Track unread notifications in Backlog by fetching counts using boolean filters for already read notifications and resources.

Instructions

Returns count of notifications

Input Schema

NameRequiredDescriptionDefault
alreadyReadYesWhether to include already read notifications
resourceAlreadyReadYesWhether to include notifications for already read resources

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "alreadyRead": { "description": "Whether to include already read notifications", "type": "boolean" }, "resourceAlreadyRead": { "description": "Whether to include notifications for already read resources", "type": "boolean" } }, "required": [ "alreadyRead", "resourceAlreadyRead" ], "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