Skip to main content
Glama

GitHub Kanban MCP Server

update_issue

Modify GitHub issues directly within a Kanban board by updating titles, labels, assignees, status, and descriptions using the GitHub Kanban MCP Server integration.

Instructions

既存のissueを更新します

Input Schema

NameRequiredDescriptionDefault
assigneesNo新しいアサイン
bodyNo新しい本文
emojiNoタイトルの先頭に付与する絵文字
issue_numberYesissue番号
labelsNo新しいラベル
pathNoGitリポジトリの絶対パス
stateNo新しい状態
titleNo新しいタイトル

Input Schema (JSON Schema)

{ "properties": { "assignees": { "description": "新しいアサイン", "items": { "type": "string" }, "type": "array" }, "body": { "description": "新しい本文", "type": "string" }, "emoji": { "description": "タイトルの先頭に付与する絵文字", "type": "string" }, "issue_number": { "description": "issue番号", "type": "number" }, "labels": { "description": "新しいラベル", "items": { "type": "string" }, "type": "array" }, "path": { "description": "Gitリポジトリの絶対パス", "type": "string" }, "state": { "description": "新しい状態", "enum": [ "open", "closed" ], "type": "string" }, "title": { "description": "新しいタイトル", "type": "string" } }, "required": [ "issue_number" ], "type": "object" }
Install Server

Other Tools from GitHub 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/github-kanban-mcp-server'

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