Skip to main content
Glama
jgsystemsconsulting

jgs-magic-sysmlv1-mcp

set_property

Assign a tagged value (stereotype property) to a specified element in the SysML model.

Instructions

Set a tagged value (stereotype property) on an element via TagsHelper.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
element_idYes
property_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description must carry the full transparency burden. It only mentions 'via TagsHelper' and implies a mutation, but does not disclose side effects, requirements (e.g., element must have the stereotype), error conditions, or whether the change is reversible.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with no fluff, which is efficient. However, it is under-specified to the point of being almost minimal, but conciseness itself is good.

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 mutation tool with no annotations and no parameter descriptions, the description is inadequate. It lacks usage context, error handling, prerequisites, and any explanation of how the tool behaves in edge cases. The output schema exists but does not cover these gaps.

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 0%, so the description must compensate. It gives a hint that property_name refers to a stereotype property, but does not explain the expected format of element_id, the value type constraints, or how property_name should be structured (e.g., qualified name). This is minimal value beyond the parameter names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

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

The description clearly states the action (set a tagged value) and specifies it is a stereotype property, which differentiates it from tools like set_value. However, it doesn't elaborate on what a 'tagged value' means in this modeling context, though the term is reasonably specific.

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 siblings like set_value, apply_stereotype, or set_type. There are no prerequisites mentioned, such as the need for an applied stereotype, and no exclusions are given.

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