Skip to main content
Glama
kunwarVivek

mcp-github-project-manager

by kunwarVivek

create_traceability_matrix

Generate a traceability matrix linking PRD requirements to features, use cases, and tasks with bidirectional tracking for project management.

Instructions

Create a comprehensive requirements traceability matrix linking PRD business requirements → features → use cases → tasks with full bidirectional traceability

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYes
prdContentYes
featuresYes
tasksYes
includeUseCasesYes
includeTraceabilityLinksYes
includeCoverageAnalysisYes
validateCompletenessYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/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/mutation operation, the description doesn't specify what gets created (file? database entry? visual artifact?), whether this operation is idempotent, what permissions are required, or what happens on failure. It mentions 'comprehensive' and 'full bidirectional traceability' but doesn't explain what those mean operationally.

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, well-structured sentence that efficiently communicates the core purpose. Every word earns its place - 'comprehensive' sets scope, the arrow notation clearly shows relationships, and 'full bidirectional traceability' specifies a key characteristic. There's no wasted verbiage or redundancy.

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 tool with 8 parameters (all required), 0% schema description coverage, no annotations, and no output schema, the description is inadequate. It doesn't explain what the tool produces (no output schema), doesn't clarify parameter purposes, and provides minimal behavioral context. While the purpose is clear, the description leaves too many operational questions unanswered for effective agent use.

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 for all 8 parameters, the description provides no information about what any parameter means or how they should be used. The description mentions 'PRD business requirements', 'features', 'use cases', and 'tasks' which loosely map to some parameters, but doesn't explain the purpose of 'includeUseCases', 'includeTraceabilityLinks', 'includeCoverageAnalysis', or 'validateCompleteness' parameters. The description 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.

Purpose5/5

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

The description clearly states the specific action ('Create a comprehensive requirements traceability matrix') and specifies the exact relationships being established ('linking PRD business requirements → features → use cases → tasks with full bidirectional traceability'). It distinguishes itself from sibling tools like 'create_project' or 'create_roadmap' by focusing specifically on traceability matrix creation rather than general project management artifacts.

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. It doesn't mention prerequisites (e.g., needing existing project data), doesn't specify when this tool is appropriate versus other creation tools like 'create_project' or 'create_roadmap', and offers no exclusions or limitations. The agent must infer usage context from the tool name and parameters alone.

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