GitLab Kanban MCP Server

delete_task

Remove tasks from a GitLab Kanban board by specifying the project ID and issue ID. Simplify task management with this focused tool.

Instructions

カンバンボードのタスクを削除

Input Schema

NameRequiredDescriptionDefault
issueIdYesタスク(Issue)のID
projectIdYesGitLabプロジェクトID

Input Schema (JSON Schema)

{ "properties": { "issueId": { "description": "タスク(Issue)のID", "type": "string" }, "projectId": { "description": "GitLabプロジェクトID", "type": "string" } }, "required": [ "projectId", "issueId" ], "type": "object" }

You must be authenticated.

Other Tools from GitLab Kanban MCP Server

Related Tools

ID: uclnzh4e3e