Skip to main content
Glama
MaxEllis

orcaslicer-mcp

Edit preset (overwrites stored settings)

edit_preset
Destructive

Modify a named preset's settings, save changes under the same name, and ensure physics validation passes before applying. Prevents unintended print failures.

Instructions

Edit a named preset's settings and persist them: selects it, applies the changes atomically, saves under the same name. Runs the check_profile_physics gate first (F15) and refuses with error=physics_blocked if the changes would INTRODUCE a failing physics check (pre-existing failures do not block unrelated edits).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
typeYes
changesYes
Behavior5/5

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

The description goes well beyond the annotations. It discloses that changes are applied atomically, that a physics gate (check_profile_physics) runs first, and that it returns error=physics_blocked for changes that would introduce new failures. It also clarifies that pre-existing failures do not block unrelated edits. This adds significant behavioral context. The destructiveHint is consistent with 'overwrites stored settings'.

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 compact and information-dense. It front-loads the core purpose, then adds essential details (atomicity, physics gate, error behavior) without redundancy. Every sentence adds value, and the structure is well-organized: purpose, execution steps, and validation/error handling.

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

Completeness4/5

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

For a mutation tool with no output schema, the description covers the key aspects: what it does, the atomic apply, the physics gate, and error handling. It does not explain the return value, but that may be less critical for a write operation. The main gap is the ambiguous 'type' parameter, which prevents full completeness. Overall, it is quite thorough for its complexity.

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. It clarifies 'name' (the preset's name) and 'changes' (the settings to edit), but 'type' is left entirely unexplained. The description does not indicate what values 'type' should take, how it relates to 'name', or the structure of the 'changes' object beyond being a nested object. This is a significant gap for an agent to invoke the tool correctly.

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

Purpose5/5

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

The description clearly states the tool's function: 'Edit a named preset's settings and persist them.' It specifies the action (edit), the resource (named preset), and the outcome (persist). The title 'overwrites stored settings' and the detail about saving under the same name further distinguish it from sibling tools like save_preset or delete_preset.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool: to modify and persist an existing named preset. It does not explicitly list alternatives or exclusions, but the phrase 'selects it ... saves under the same name' implies editing existing presets rather than creating new ones. Sibling tool names (save_preset, delete_preset, rename_preset) help contextualize, though the description does not directly reference them.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MaxEllis/orcaslicer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server