Skip to main content
Glama

create_project

Generate a new project in a GitHub repository using owner, repo, and name inputs. Add a description to organize tasks, track progress, and manage workflows effectively.

Instructions

Create a new project for a repository

Input Schema

NameRequiredDescriptionDefault
bodyNoThe description of the project
nameYesThe name of the project
ownerYesRepository owner (username or organization)
repoYesRepository name

Input Schema (JSON Schema)

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