Skip to main content
Glama

GitHub MCP Server

create_project_column

Add a new column to a GitHub project by specifying the repository owner, repository name, project number, and column name for organized task management.

Instructions

Create a new column in a project

Input Schema

NameRequiredDescriptionDefault
nameYesName of the column
ownerYesRepository owner (username or organization)
project_numberYesThe project number
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Name of the column", "type": "string" }, "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "project_number": { "description": "The project number", "type": "number" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "owner", "repo", "project_number", "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