Skip to main content
Glama

GitHub MCP Server

delete_project_column

Remove a project column in GitHub by specifying its unique column ID using the GitHub MCP Server. Streamline project management and maintain organized workflows.

Instructions

Delete a project column

Input Schema

NameRequiredDescriptionDefault
column_idYesThe unique identifier 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" } }, "required": [ "column_id" ], "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