Backlog MCP Server

delete_issue

Remove an issue from Backlog by specifying its ID or key. This tool enables efficient issue management through direct API integration with Backlog project resources.

Instructions

Deletes an issue

Input Schema

NameRequiredDescriptionDefault
issueIdOrKeyYesIssue ID or issue key

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issueIdOrKey": { "description": "Issue ID or issue key", "type": [ "string", "number" ] } }, "required": [ "issueIdOrKey" ], "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