Skip to main content
Glama

set_field_value

Update GitHub project item fields including text, numbers, dates, selections, iterations, milestones, assignees, and labels to manage project data.

Instructions

Set a field value for a GitHub project item. Supports all field types: TEXT, NUMBER, DATE, SINGLE_SELECT, ITERATION, MILESTONE, ASSIGNEES, LABELS

Input Schema

NameRequiredDescriptionDefault
projectIdYes
itemIdYes
fieldIdYes
valueYes

Input Schema (JSON Schema)

{ "properties": { "fieldId": { "type": "string" }, "itemId": { "type": "string" }, "projectId": { "type": "string" }, "value": { "type": "string" } }, "required": [ "projectId", "itemId", "fieldId", "value" ], "type": "object" }

Latest Blog Posts

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/HarshKumarSharma/MCP'

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