Skip to main content
Glama

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

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/Sunwood-ai-labs/gitlab-kanban-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server