Skip to main content
Glama

mcp-github-project-manager

add_issues_to_sprint

Add GitHub issues to an existing sprint by specifying the sprint ID and issue IDs. Use this tool to streamline sprint planning and task organization within GitHub Projects V2.

Instructions

Add issues to an existing sprint

Input Schema

NameRequiredDescriptionDefault
issueIdsYes
sprintIdYes

Input Schema (JSON Schema)

{ "properties": { "issueIds": { "items": { "type": "string" }, "type": "array" }, "sprintId": { "type": "string" } }, "required": [ "sprintId", "issueIds" ], "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