Skip to main content
Glama

GitHub Projects MCP Server

clear-item-field-value

Remove the value of a specific field in a GitHub Project item to reset or update data, using Project ID, Item ID, and Field ID.

Instructions

Clear a field value for an item in a GitHub Project

Input Schema

NameRequiredDescriptionDefault
fieldIdYesID of the field to clear
itemIdYesID of the project item
projectIdYesGitHub Project ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fieldId": { "description": "ID of the field to clear", "type": "string" }, "itemId": { "description": "ID of the project item", "type": "string" }, "projectId": { "description": "GitHub Project ID", "type": "string" } }, "required": [ "projectId", "itemId", "fieldId" ], "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