GitHub Kanban MCP Server

list_issues

Retrieve a list of GitHub issues from a Kanban board, filtered by labels, state, or repository path, to streamline task management and monitoring within projects.

Instructions

カンバンボードのissue一覧を取得します

Input Schema

NameRequiredDescriptionDefault
labelsNoフィルタリングするラベル
pathNoGitリポジトリの絶対パス
stateNoissueの状態

Input Schema (JSON Schema)

{ "properties": { "labels": { "description": "フィルタリングするラベル", "items": { "type": "string" }, "type": "array" }, "path": { "description": "Gitリポジトリの絶対パス", "type": "string" }, "state": { "description": "issueの状態", "enum": [ "open", "closed", "all" ], "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from GitHub Kanban MCP Server

Related Tools

ID: jpb24ly92c