Skip to main content
Glama
jgsystemsconsulting

jgs-magic-sysmlv1-mcp

set_requirement_id

Assign a SysML requirement ID to a Requirement element in the model.

Instructions

Set the SysML requirement ID tagged value on a Requirement element.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
req_idYes
element_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It implies a mutation but does not state whether the operation is idempotent, what happens if the element does not exist or is not a Requirement, or whether there are any side effects. It also does not mention any permissions or reversibility. The minimal description does not go beyond the obvious.

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, focused sentence with no unnecessary words. It conveys the essential purpose without filler, making it easy to parse quickly.

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?

Given the tool is a mutation with no annotations and incomplete parameter semantics, the description is insufficiently complete. It does not explain error handling, return values (though an output schema exists), or the distinction from similar set_* tools. The agent lacks enough context to invoke it correctly in edge cases.

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 description coverage is 0%, so the description must compensate. It implicitly maps 'req_id' to the requirement ID value and 'element_id' to the Requirement element, but it does not explicitly explain the parameters or their formats. The description adds only marginal meaning beyond the parameter names.

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 action (set) and the target (SysML requirement ID tagged value on a Requirement element). It distinguishes itself from other set_* tools by specifying the exact tagged value being set, making it clear which tool to use for this specific operation.

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?

No guidance is provided on when to use this tool versus alternatives like set_requirement_text. There is no mention of prerequisites, when it should be preferred, or when another tool should be used instead. The description only states the action, leaving the agent to infer usage.

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