Skip to main content
Glama
jgsystemsconsulting

jgs-magic-sysmlv1-mcp

create_association

Creates a UML Association linking two classifiers in a SysML model, using specified source and target elements within a parent context.

Instructions

Create a UML Association between two classifiers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
parent_idYes
source_idYes
target_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

C2.4/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 only says 'Create', which implies mutation, but it does not explain side effects such as model modification, where the association is created, whether existing relationships are affected, or any requirements like ownership.

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

Conciseness3/5

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

The description is a single concise sentence with no fluff, which is structurally efficient. However, it is under-specified for an operation with four parameters and no parameter documentation, so brevity comes at the cost of usefulness.

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 tool with four parameters, no annotations, and zero parameter documentation, the description is too thin. While an output schema exists and return values need not be explained, the missing details about parent_id, source_id, target_id, and name leave the description incomplete for correct invocation.

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

Parameters1/5

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

Schema description coverage is 0% and the description does not explain any of the four parameters. The phrase 'between two classifiers' hints that source_id and target_id refer to classifiers, but parent_id and name are entirely unexplained, leaving the agent to guess their meaning.

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 'Create a UML Association between two classifiers' uses a specific verb and resource and identifies the kind of relationship being created. It is clear enough to distinguish from many sibling tools like create_generalization or add_dependency, though it does not explicitly distinguish itself from create_association_block.

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?

The description provides no guidance on when to use this tool versus alternatives such as create_association_block, create_connector, or add_dependency. It states what the tool does but gives no context about when this specific relationship type should be chosen.

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