Skip to main content
Glama

mcp-github-project-manager

get_field_value

Retrieve specific field values from GitHub project items, supporting TEXT, NUMBER, DATE, SINGLE_SELECT, ITERATION, MILESTONE, ASSIGNEES, and LABELS. Input projectId, itemId, and fieldId to access detailed project data.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
fieldIdYes
itemIdYes
projectIdYes

Input Schema (JSON Schema)

{ "properties": { "fieldId": { "type": "string" }, "itemId": { "type": "string" }, "projectId": { "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/kunwarVivek/mcp-github-project-manager'

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