Skip to main content
Glama
kunwarVivek

mcp-github-project-manager

by kunwarVivek

analyze_task_complexity

Analyze task complexity to estimate effort, assess risks, and generate actionable recommendations for GitHub project management.

Instructions

Perform detailed AI-powered analysis of task complexity, effort estimation, risk assessment, and provide actionable recommendations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskTitleYes
taskDescriptionYes
currentEstimateNo
teamExperienceYes
projectContextNo
includeBreakdownYes
includeRisksYes
includeRecommendationsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions 'AI-powered analysis' which implies computational processing, but doesn't describe output format, potential latency, rate limits, authentication needs, or whether it's read-only vs. mutative. For an 8-parameter analysis tool with zero annotation coverage, this leaves significant behavioral gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that packs multiple analysis components. It's appropriately sized for the tool's complexity and front-loads the core purpose. No wasted words, though it could benefit from more structural separation of the different analysis aspects.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (8 parameters, 6 required), no annotations, no output schema, and 0% schema description coverage, the description is inadequate. It mentions analysis components but doesn't explain what the analysis produces, how parameters interact, or what the agent can expect as results. For an AI analysis tool with rich inputs, this leaves too many unanswered questions.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so all 8 parameters are undocumented in the schema. The description mentions 'task complexity, effort estimation, risk assessment, and actionable recommendations' which partially maps to some parameters (e.g., taskTitle, taskDescription, includeRisks, includeRecommendations), but doesn't explain parameter purposes, formats, or relationships. It fails to compensate for the complete lack of schema documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool performs AI-powered analysis of task complexity with specific components: effort estimation, risk assessment, and actionable recommendations. It uses specific verbs ('analyze', 'estimate', 'assess', 'provide') and identifies the resource (task complexity). However, it doesn't explicitly differentiate from sibling tools like 'expand_task' or 'get_next_task' that might also involve task analysis.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. With many sibling tools for task/project management (e.g., 'expand_task', 'plan_sprint', 'get_next_task'), there's no indication of appropriate contexts, prerequisites, or exclusions. The description only states what it does, not when it should be used.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools