GitLab Kanban MCP Server

create_task

Add new tasks to a GitLab Kanban board by specifying project ID, title, and optional details like description and labels. Simplify task management for teams.

Instructions

カンバンボードに新しいタスクを作成

Input Schema

NameRequiredDescriptionDefault
descriptionNoタスクの説明
labelsNoタスクのラベル
projectIdYesGitLabプロジェクトID
titleYesタスクのタイトル

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "タスクの説明", "type": "string" }, "labels": { "description": "タスクのラベル", "items": { "type": "string" }, "type": "array" }, "projectId": { "description": "GitLabプロジェクトID", "type": "string" }, "title": { "description": "タスクのタイトル", "type": "string" } }, "required": [ "projectId", "title" ], "type": "object" }

You must be authenticated.

Other Tools from GitLab Kanban MCP Server

Related Tools

ID: uclnzh4e3e