Backlog MCP Server

get_watching_list_count

Track the number of watching items for a specific user in Backlog. Input the userId to retrieve the count, enabling efficient monitoring of watched tasks and issues.

Instructions

Returns count of watching items for a user

Input Schema

NameRequiredDescriptionDefault
userIdYesUser ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "userId": { "description": "User ID", "type": "number" } }, "required": [ "userId" ], "type": "object" }
ID: lktnbgdbjl