Skip to main content
Glama

list_project_columns

Retrieve and organize project columns by providing a project ID from GitHub. Specify pagination parameters to manage large datasets effectively.

Instructions

List columns for a project

Input Schema

NameRequiredDescriptionDefault
pageNoPage number of the results
per_pageNoResults per page (max 100)
project_idYesThe ID of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "Page number of the results", "type": "number" }, "per_page": { "description": "Results per page (max 100)", "type": "number" }, "project_id": { "description": "The ID of the project", "type": "number" } }, "required": [ "project_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/MissionSquad/mcp-github'

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