Skip to main content
Glama
jgsystemsconsulting

jgs-magic-sysmlv1-mcp

export_requirements_matrix

Generate a requirements traceability matrix displaying satisfy and verify links between requirements and related design elements.

Instructions

Return a full requirements traceability matrix with satisfy/verify links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

A3.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not disclose whether the operation is read-only, has performance implications, or if there are any constraints on the output (e.g., size limits). While 'export' suggests a safe read operation, this is not stated explicitly, leaving behavioral traits unclear.

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?

A single, front-loaded sentence with zero fluff. The core action and output are immediately stated, making it efficient for an agent to parse.

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 output schema exists, so return structure is covered. However, the description is ambiguous about scope: 'full' could mean all requirements, and 'satisfy/verify links' might exclude other link types (e.g., derive, trace). This ambiguity could lead to incorrect expectations despite the schema.

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

Parameters4/5

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

There are zero parameters, and the schema is empty with 100% coverage. The description adds no parameter-specific information, but this is trivially acceptable. Baseline for 0 params is 4, and no additional explanation is needed.

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 states a specific action ('Return') on a specific resource ('full requirements traceability matrix') and specifies the content ('satisfy/verify links'). This clearly differentiates it from sibling tools like trace_requirement (per-element) and check_requirement_coverage (coverage checking).

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

Usage Guidelines3/5

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

The description implies usage for obtaining a complete matrix, but does not explicitly state when to use it over alternatives like trace_requirement or check_requirement_coverage. There is no guidance on when not to use it, leaving the agent to infer from context.

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