GitHub Projects MCP Server

get-project-columns

Retrieve status columns for a GitHub Project by providing the project ID, enabling streamlined Agile project management and board organization via the GitHub Projects MCP Server.

Instructions

Get status columns for a GitHub Project

Input Schema

NameRequiredDescriptionDefault
projectIdYesGitHub Project ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "GitHub Project ID", "type": "string" } }, "required": [ "projectId" ], "type": "object" }
ID: 86aw338aa5