GitHub Projects MCP Server

update-item-position

Reposition items within a GitHub Project by specifying the item ID and where to place it, enabling streamlined Agile project management. Supports precise updates to project board layouts.

Instructions

Update the position of an item in a GitHub Project

Input Schema

NameRequiredDescriptionDefault
afterIdNoID of the item to position after
itemIdYesID of the project item to reposition
projectIdYesGitHub Project ID

Input Schema (JSON Schema)

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