GitHub Projects MCP Server

unarchive-project-item

Restore archived items in a GitHub Project by specifying the project ID and item ID, enabling continued project management and tracking.

Instructions

Unarchive an item in a GitHub Project

Input Schema

NameRequiredDescriptionDefault
itemIdYesID of the project item to unarchive
projectIdYesGitHub Project ID

Input Schema (JSON Schema)

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