Skip to main content
Glama
jgsystemsconsulting

jgs-magic-sysmlv1-mcp

create_element

Creates a SysML v1 element of a specified type under a given parent ID, supporting types like Block, Package, Requirement, and more.

Instructions

Create a SysML v1 element of the given type under parent_id. Valid types: Block, Package, Requirement, ConstraintBlock, ValueType, InterfaceBlock, FlowPort, ProxyPort, FullPort, PartProperty, ValueProperty, ReferenceProperty, UseCase, Activity, StateMachine, State, Action, Actor, Signal, Class, DataType, Enumeration, Interface.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
parent_idYes
element_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

C2.9/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It states the action (create) and lists valid types, but does not mention side effects, validation rules, error behavior, permissions, or reversibility. The type list adds some context but not behavioral transparency.

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 sentence with the purpose front-loaded and the type list appended. It is concise and avoids redundancy, though the long type list could be seen as clutter better placed in the schema. Overall, it is appropriately sized.

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 existence of many specialized creation tools, a generic creator should explain when it is appropriate to use. The description omits this entirely, leaving the agent without sufficient context to choose correctly. The output schema exists, so return format is covered, but the core decision context is missing.

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

Parameters3/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 lists valid values for element_type, which adds meaning for that parameter. However, parent_id and name are not elaborated beyond their names, which are self-explanatory but lack format or constraints. The description provides partial compensation for the coverage gap.

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 verb and resource: 'Create a SysML v1 element of the given type under parent_id.' It also enumerates valid element types, giving a concrete sense of scope. However, it does not explicitly differentiate from the many specialized sibling creators (e.g., create_block, create_part_property), so an agent may not know this is the generic fallback.

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 on when to use this generic creator versus the specialized creators that exist as siblings. The description offers no conditions, exclusions, or comparisons to alternatives, leaving the choice entirely to the agent's inference.

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