Skip to main content
Glama

GitHub Kanban MCP Server

list_issues

Fetch GitHub Kanban board issues by state or labels to streamline task management and enhance workflow automation through organized issue tracking.

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

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