GitHub Projects MCP Server

get-project-fields

Retrieve essential fields from a GitHub Project by specifying its ID to streamline project data management and Agile workflows using the GitHub Projects MCP Server.

Instructions

Get fields 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