Skip to main content
Glama

Traceability Matrix

vdd_trace
Read-onlyIdempotent

VDD Cross-phase: Generate the bidirectional V→S→T→SP→PL→TK traceability matrix for the current project. Read-only — reads all vdd/ artifacts and returns the matrix without modifying files. Use any time to inspect coverage; for per-feature spec metrics use vdd_analyze, and for release-readiness validation with gates use vdd_validate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskIdNoTask ID to implement (e.g., 'TASK-003')
featureNoFeature name / spec directory name
statementNoFreeform input (required for vision)
descriptionNoFreeform description input
projectRootNoPath to project root directory.
actionItemIdNoTactical action item ID (e.g., 'A-001')
capabilitiesNoAlias for availableTools
artifactFilesNoMap of artifact path → content for serverless validate/drift detection
availableToolsNoMCP/tool names available to the host agent (e.g., ['brave-search','perplexity','context7','gh_grep','playwright','filesystem'])
researchFindingsNoConsolidated research subagent findings to synthesize into strategy.md

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The description discloses that the tool is read-only, reads all vdd/ artifacts, and does not modify files. This aligns with the annotations (readOnlyHint=true, idempotentHint=true) and adds the artifact scope. It doesn't describe the return format, but the read-only and idempotent behavior is transparent, which is sufficient given the annotations.

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?

Two sentences, each carrying weight. The purpose is front-loaded, and the usage guidance follows immediately. No filler or redundancy.

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

Completeness3/5

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

The description covers purpose and usage, but given the tool has 10 optional parameters and no output schema, it leaves out how parameters influence behavior. It also doesn't specify the return structure (though the tool name suggests a matrix). For a read-only tool with many apparently extraneous parameters, this incompleteness could confuse an agent about what to pass. However, the core function is well explained, so it's above minimal but not fully complete.

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 coverage is 100% (baseline 3), but the description adds no parameter-specific guidance. The schema contains many generic parameters (taskId, feature, statement, etc.) that appear unrelated to matrix generation, and the description doesn't clarify which parameters are relevant or how they affect output. This is a significant gap: an agent cannot infer whether to pass projectRoot only or other fields, leading to potential misuse.

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 tool's function: generating a bidirectional V→S→T→SP→PL→TK traceability matrix. It names the specific resource (vdd/ artifacts) and distinguishes it from siblings (vdd_analyze for per-feature spec metrics, vdd_validate for release-readiness). This leaves no ambiguity about what the tool does.

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

Usage Guidelines5/5

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

Explicitly states when to use the tool ('any time to inspect coverage') and explicitly names two alternatives (vdd_analyze for per-feature metrics, vdd_validate for gates validation). This gives clear decision criteria for an agent choosing among siblings.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.