Skip to main content
Glama

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

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