Skip to main content
Glama

create_project_column

Create a new column in a GitHub project by specifying the project ID and column name. Ideal for organizing tasks and workflows efficiently.

Instructions

Create a new column for a project

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the column
project_idYesThe ID of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The name of the column", "type": "string" }, "project_id": { "description": "The ID of the project", "type": "number" } }, "required": [ "project_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/MissionSquad/mcp-github'

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