Skip to main content
Glama
kunwarVivek

mcp-github-project-manager

by kunwarVivek

create_roadmap

Generate a structured project roadmap with milestones and tasks in GitHub Projects to organize development timelines and track progress.

Instructions

Create a project roadmap with milestones and tasks

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYes
milestonesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/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. While 'create' implies a write operation, the description doesn't address permissions needed, whether this is an atomic operation, what happens on failure, or what the response contains. For a complex creation tool with nested objects, this leaves significant behavioral questions unanswered.

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

Conciseness5/5

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

The description is a single, efficient sentence that states the core purpose without unnecessary words. It's appropriately sized for a tool description and gets straight to the point with zero wasted text.

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?

For a complex creation tool with nested parameters, no annotations, and no output schema, the description is insufficiently complete. It doesn't explain what constitutes a successful creation, what gets returned, error conditions, or how this tool relates to the many sibling tools in the project management domain.

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?

With 0% schema description coverage and 2 complex nested parameters, the description provides minimal parameter guidance. It mentions 'milestones and tasks' which hints at the 'milestones' parameter structure, but offers no insight into the 'project' parameter or the specific structure expected for either parameter. The description doesn't compensate for the schema's lack of descriptions.

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 action ('create') and resource ('project roadmap with milestones and tasks'), providing a specific verb+resource combination. However, it doesn't distinguish this tool from similar siblings like 'create_project' or 'create_milestone', which reduces its differentiation value.

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 multiple sibling tools for creating projects, milestones, and other project management entities, there's no indication of when this comprehensive roadmap creation tool is preferred over more granular alternatives.

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