Skip to main content
Glama

GitHub MCP Server

update_project_v2_item_field

Modify field values for items in GitHub Projects V2 using the GraphQL API. Specify project, item, and field IDs to update and assign new values effectively.

Instructions

Update a field value for an item in a GitHub project V2 using GraphQL API

Input Schema

NameRequiredDescriptionDefault
fieldIdYesThe node ID of the field
itemIdYesThe node ID of the item
projectIdYesThe node ID of the project
valueNoThe new value for the field

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fieldId": { "description": "The node ID of the field", "type": "string" }, "itemId": { "description": "The node ID of the item", "type": "string" }, "projectId": { "description": "The node ID of the project", "type": "string" }, "value": { "description": "The new value for the field" } }, "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/tuanle96/mcp-github'

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