Skip to main content
Glama

mcp-github-project-manager

get_next_task

Retrieve AI-driven task recommendations by analyzing priorities, dependencies, team skills, and sprint capacity to optimize project workflows efficiently.

Instructions

Get AI-powered recommendations for the next task to work on based on priorities, dependencies, team capacity, and current project state

Input Schema

NameRequiredDescriptionDefault
assigneeNo
currentPhaseNo
excludeBlockedYes
featureIdNo
includeAnalysisYes
limitYes
maxComplexityNo
projectIdNo
sprintCapacityNo
teamSkillsNo

Input Schema (JSON Schema)

{ "properties": { "assignee": { "type": "string" }, "currentPhase": { "enum": [ "planning", "development", "testing", "review", "deployment" ] }, "excludeBlocked": { "type": "string" }, "featureId": { "type": "string" }, "includeAnalysis": { "type": "string" }, "limit": { "type": "string" }, "maxComplexity": { "type": "number" }, "projectId": { "type": "string" }, "sprintCapacity": { "type": "number" }, "teamSkills": { "items": { "type": "string" }, "type": "array" } }, "required": [ "excludeBlocked", "includeAnalysis", "limit" ], "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