GitHub Projects MCP Server

mark-project-as-template

Designate a GitHub Project as a reusable template by specifying its project ID. Simplify Agile project management with the MCP Server for efficient GitHub Projects v2 API interactions.

Instructions

Mark a GitHub Project as a template

Input Schema

NameRequiredDescriptionDefault
projectIdYesGitHub Project ID to mark as template

Input Schema (JSON Schema)

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