Skip to main content
Glama

GitLab Kanban MCP Server

update_task

Modify GitLab Kanban board tasks by updating details such as title, description, and state using project and issue IDs. Streamlines task management for efficient workflows.

Instructions

カンバンボードのタスクを更新

Input Schema

NameRequiredDescriptionDefault
descriptionNo新しい説明
issueIdYesタスク(Issue)のID
projectIdYesGitLabプロジェクトID
stateNoタスクの状態
titleNo新しいタイトル

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "新しい説明", "type": "string" }, "issueId": { "description": "タスク(Issue)のID", "type": "string" }, "projectId": { "description": "GitLabプロジェクトID", "type": "string" }, "state": { "description": "タスクの状態", "enum": [ "opened", "closed" ], "type": "string" }, "title": { "description": "新しいタイトル", "type": "string" } }, "required": [ "projectId", "issueId" ], "type": "object" }
Install Server

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