Skip to main content
Glama
jgsystemsconsulting

jgs-magic-sysmlv1-mcp

set_item_flow_conveyed

Set the conveyed classifier on a SysML ItemFlow to specify the item type flowing through a connector.

Instructions

Set the conveyed Classifier on a SysML ItemFlow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_flow_idYes
classifier_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden. It only says 'Set,' implying mutation, but does not disclose whether the classifier is replaced, if validation occurs, or if the operation is reversible. For a mutation tool, this is a significant gap.

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 that directly states the purpose. It is appropriately sized, though it could be improved by front-loading key constraints or prerequisites.

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 it is a mutation tool with two required parameters and no annotations, the description is incomplete. It lacks details about preconditions, behavior on missing targets, or side effects. The output schema exists but does not compensate for the missing operational context.

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 makes no mention of the two parameters. The agent receives no extra meaning beyond the schema's field names, which are minimal ('item_flow_id' and 'classifier_id'). The description does not compensate for the lack of schema documentation.

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 states the verb 'Set' and the resource 'conveyed Classifier on a SysML ItemFlow,' which clearly identifies the operation. It does not explicitly differentiate from sibling tools like set_flow_direction, but the target is specific enough to avoid major ambiguity.

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 tool versus alternatives. There is no mention of prerequisites (e.g., an existing ItemFlow) or when another setter would be more appropriate. The usage context is only implied by the name.

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