Skip to main content
Glama
jgsystemsconsulting

jgs-magic-sysmlv1-mcp

set_value

Set a property's default value to a literal string.

Instructions

Set the default value of a Property as a LiteralString.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
feature_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description is the sole source of behavioral information. It does not mention side effects, whether it overwrites existing values, or any requirements on the property existence or type. This is insufficient for a mutation tool.

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, succinct sentence with no unnecessary words. It is appropriately concise for a simple tool.

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?

The tool is a simple mutation with two parameters, but the description fails to explain the meaning of 'feature_id' or any preconditions. The output schema exists, but the description doesn't compensate for the lack of parameter documentation, making it incomplete for correct usage.

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?

The schema provides no descriptions for the parameters. The description clarifies that 'value' is a LiteralString, but does not explain what 'feature_id' refers to or how it maps to a Property. This leaves the agent uncertain about the parameter semantics.

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: setting the default value of a Property to a LiteralString. It names the resource (Property) and the value type, but does not differentiate from sibling tools like set_property, which might also set property values.

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 such as set_property or set_value_type_unit. The description only states the action without any context about scenarios where this is appropriate.

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