Skip to main content
Glama
MaxEllis

orcaslicer-mcp

Set per-object config

set_object_config

Set per-object configuration overrides for a specific model in OrcaSlicer by object ID, with atomic application that only accepts valid changes.

Instructions

Set per-object config overrides on an object by id, e.g. {"wall_loops": 4, "sparse_infill_density": "30%"}. Atomic (nothing applied if any key is invalid).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
changesYes
object_idYes
Behavior4/5

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

It discloses atomicity ('nothing applied if any key is invalid'), which is important behavioral context beyond the annotations. The example also clarifies expected input format. No contradiction with readOnlyHint=false or destructiveHint=false.

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?

Two sentences, front-loaded with the core action, followed by an illustrative example and the atomic guarantee. Every word earns its place.

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?

Given the tool's moderate complexity (mutation, two params, no output schema), the description covers purpose, example, and atomicity. It does not mention return values or error behavior beyond atomicity, but these are not critical for selection and invocation.

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?

With 0% schema coverage, the description compensates by referencing 'by id' for object_id and providing an example for the changes object. However, it does not fully elaborate parameter types or the structure of valid keys/values beyond one example.

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 sets per-object config overrides by object id, with a concrete example. This specific verb+resource+scope distinguishes it from the global set_config sibling.

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

Usage Guidelines3/5

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

The phrase 'per-object config overrides' implies this is for object-specific settings, contrasting with global config, but it does not explicitly state when to use this versus set_config or provide exclusions. Usage guidance is implied rather than explicit.

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