Skip to main content
Glama

mcp-github-project-manager

add_project_item

Add an issue or pull request to a GitHub project by specifying the project ID, content ID, and type. Streamline project management and task tracking directly within GitHub.

Instructions

Add an item to a GitHub project

Input Schema

NameRequiredDescriptionDefault
contentIdYes
contentTypeYes
projectIdYes

Input Schema (JSON Schema)

{ "properties": { "contentId": { "type": "string" }, "contentType": { "enum": [ "issue", "pull_request" ] }, "projectId": { "type": "string" } }, "required": [ "projectId", "contentId", "contentType" ], "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/kunwarVivek/mcp-github-project-manager'

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