Skip to main content
Glama

GitHub MCP Server

update_project_column

Modify the name of an existing project column in GitHub by specifying its unique identifier and the desired new name.

Instructions

Update an existing project column

Input Schema

NameRequiredDescriptionDefault
column_idYesThe unique identifier of the column
nameYesNew name of the column

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "column_id": { "description": "The unique identifier of the column", "type": "number" }, "name": { "description": "New name of the column", "type": "string" } }, "required": [ "column_id", "name" ], "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