Skip to main content
Glama

Design Lockdown

zemax_design_lockdown

Apply destructive Design Lockdown to owned disposable sequential systems. Control pickups, aperture conversion, rounding, and timeout to finalize a locked model.

Instructions

Apply destructive Design Lockdown to an owned disposable sequential system.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
excludePickupsNoPreserve eligible pickups
timeoutSecondsNoBounded timeout in seconds
fixModelGlassesNoReplace model glasses
decimalPrecisionNoDecimal precision 0-15
confirmDestructiveYesExplicitly confirm destructive changes
usePrecisionRoundingNoRound prescription values
convertSDToMaxAperturesNoConvert semi-diameters to maximum apertures

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.4/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 behavioral burden. It does flag the operation as 'destructive' and scopes it to disposable systems, which is genuinely useful safety context, but it never states what is destroyed or mutated, whether the change is reversible, or what happens to a real production model.

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?

A single grammatically complete sentence with zero filler and the destructive qualifier front-loaded, which is structurally clean. However, for a seven-parameter irreversible operation, one sentence is under-sized for the task rather than genuinely economical.

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?

This is a complex, destructive, seven-parameter mutation with no annotations and no output schema, yet the description omits what the lockdown accomplishes, which settings are affected, and whether results are reversible. An agent would need to infer the entire effect from parameter names alone.

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 description coverage is 100% and every one of the seven parameters carries its own inline description (excludePickups, fixModelGlasses, convertSDToMaxApertures, usePrecisionRounding, decimalPrecision, timeoutSeconds, confirmDestructive). The description adds nothing beyond the schema, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a verb and a resource, but 'Design Lockdown' is unexplained jargon — an agent learns nothing about what the operation actually changes (freezing variables, replacing model glasses, converting semi-diameters, rounding values). It adds only the adjectives 'destructive' and a scope qualifier ('owned disposable sequential system'), so it largely restates the title rather than describing the effect.

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 phrase 'owned disposable sequential system' is a precondition hint, implying it should be run only on a copy you can discard, but there is no explicit when-to-use guidance and no mention of any alternative or follow-up tool. No sibling is referenced, and the required confirmDestructive gate is never explained in prose.

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