Backlog MCP Server

get_watching_list_items

Retrieve a user's list of watching items from Backlog project management tools by providing the user ID, enabling efficient tracking of monitored tasks and issues.

Instructions

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

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