Skip to main content
Glama
Pakawat-Dev

IEC 62304 Requirements MCP Server

by Pakawat-Dev

create_traceability_link

Create traceability links between software requirements, design, tests, and risk controls to comply with IEC 62304.

Instructions

Create traceability link (IEC 62304 Section 5.1.1)

Args: source_id: Source artifact ID (e.g., SWR-001) source_type: requirement, design, test, or risk target_id: Target artifact ID (e.g., DESIGN-001) target_type: requirement, design, test, or risk link_type: derives_from, implements, verifies, mitigates, or relates_to description: Optional link description

Returns: Success message with link ID

Example: create_traceability_link( source_id="SWR-001", source_type="requirement", target_id="DESIGN-AUTH-001", target_type="design", link_type="implements" )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
link_typeYes
source_idYes
target_idYes
descriptionNo
source_typeYes
target_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden. It discloses that the tool creates a link and returns a success message with a link ID, and it lists allowed values for source_type, target_type, and link_type. However, it does not mention validation of source/target existence, idempotency, or any side effects beyond creation.

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 well-structured with clear sections for arguments, returns, and an example. Every part adds value, and it is not overly verbose for a tool with six parameters.

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

Completeness4/5

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

The description provides all necessary information for an agent to invoke the tool correctly: parameter names, allowed values, return type, and an example. It lacks discussion of edge cases like duplicate links or error handling, but for a creation tool this is a minor gap.

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

Parameters5/5

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

Schema coverage is 0%, but the description fully compensates by explaining each parameter with format examples (e.g., 'SWR-001') and enumerating allowed values for type and link_type. The example usage reinforces correct invocation, making semantics crystal clear.

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 uses a specific verb+resource ('Create traceability link') and immediately provides the IEC 62304 standard reference, making the tool's purpose clear and distinct from sibling tools like create_requirement or generate_traceability_matrix.

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 by defining the link creation operation and the artifact types it connects, but it does not explicitly state when to use it over alternatives or mention any exclusions. The standard reference gives context, but there is no direct 'use when' guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pakawat-Dev/iec62304-mcp-requirements'

If you have feedback or need assistance with the MCP directory API, please join our Discord server