Skip to main content
Glama

GitHub Kanban MCP Server

create_issue

Create GitHub issues with custom titles, descriptions, assignees, and labels directly through GitHub Kanban MCP Server for efficient task tracking and automation.

Instructions

新しいissueを作成します

Input Schema

NameRequiredDescriptionDefault
assigneesNoアサインするユーザー
bodyNoissueの本文(## の先頭には絵文字を付与して可読性を上げて)
emojiNoタイトルの先頭に付与するユニークな絵文字
labelsNoissueのラベル
pathNoGitリポジトリの絶対パス
titleYesissueのタイトル

Input Schema (JSON Schema)

{ "properties": { "assignees": { "description": "アサインするユーザー", "items": { "type": "string" }, "type": "array" }, "body": { "description": "issueの本文(## の先頭には絵文字を付与して可読性を上げて)", "type": "string" }, "emoji": { "description": "タイトルの先頭に付与するユニークな絵文字", "type": "string" }, "labels": { "description": "issueのラベル", "items": { "type": "string" }, "type": "array" }, "path": { "description": "Gitリポジトリの絶対パス", "type": "string" }, "title": { "description": "issueのタイトル", "type": "string" } }, "required": [ "title" ], "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