Skip to main content
Glama

GitHub Kanban MCP Server

list_issues

Retrieve a list of GitHub issues from a Kanban board by specifying repository path, state (open, closed, all), and optional labels for filtering.

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