Skip to main content
Glama

GitHub Projects MCP Server

delete-project-item

Remove a specific item from a GitHub Project by specifying its ID and the associated project ID, streamlining Agile project management tasks.

Instructions

Remove an item from a GitHub Project

Input Schema

NameRequiredDescriptionDefault
itemIdYesID of the project item to delete
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 delete", "type": "string" }, "projectId": { "description": "GitHub Project ID", "type": "string" } }, "required": [ "projectId", "itemId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/taylor-lindores-reeves/mcp-github-projects'

If you have feedback or need assistance with the MCP directory API, please join our Discord server