GitHub Kanban MCP Server

add_comment

Add comments to GitHub issues directly from the Kanban board, enabling contextual updates and task management. Supports Markdown formatting and optional issue state changes for streamlined collaboration.

Instructions

タスクにコメントを追加

Input Schema

NameRequiredDescriptionDefault
bodyYesコメントの内容(Markdown形式対応)
issue_numberYesタスク(Issue)のID
repoYesGitHubリポジトリ名
stateNoコメント時に変更するissueの状態(オプション)

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "コメントの内容(Markdown形式対応)", "type": "string" }, "issue_number": { "description": "タスク(Issue)のID", "type": "string" }, "repo": { "description": "GitHubリポジトリ名", "type": "string" }, "state": { "description": "コメント時に変更するissueの状態(オプション)", "enum": [ "open", "closed" ], "type": "string" } }, "required": [ "repo", "issue_number", "body" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Kanban MCP Server

Related Tools

ID: jpb24ly92c