Skip to main content
Glama
jgsystemsconsulting

jgs-magic-sysmlv1-mcp

disable_dev_mode

Disable developer mode on the SysML bridge by providing the write secret, reverting to standard permissions.

Instructions

Disable developer mode. Requires the write secret.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
secretYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of disclosure. It reveals an authentication requirement (write secret) and implies a state change, but does not describe side effects, reversibility, or consequences of disabling dev mode. This is a minimal but not wholly absent disclosure.

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 two short sentences with zero wasted words. It front-loads the purpose and immediately follows with the critical prerequisite.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple toggle action with one parameter, the description covers the essential purpose and a key requirement. The presence of an output schema reduces the need to explain return values, but the description omits any mention of success/failure indicators, error scenarios, or state confirmation, leaving some ambiguity for an agent.

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 description coverage is 0%, so the description must compensate for the undocumented 'secret' parameter. It indicates the secret is for write access, but does not explain its format, source, or why it is required beyond a simple prerequisite. The semantic value added is minimal.

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 'disable' and the resource 'developer mode', making the purpose obvious. It implicitly differentiates from the sibling 'enable_dev_mode', though it does not explicitly name alternatives.

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 mentions a prerequisite (write secret) but provides no guidance on when to use this tool versus alternatives like enable_dev_mode or the other write toggles. No context about typical workflows or conditions.

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