Skip to main content
Glama

GitHub Kanban MCP Server

add_comment

Enables users to add comments to GitHub issues, supporting Markdown formatting and optional issue status updates. Integrates with the GitHub Kanban MCP Server for streamlined task management.

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" }
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