Skip to main content
Glama
kostia-egik

geomwright

by kostia-egik

apply_changeset

Apply prepared changes to writable fields in a KOMPAS-3D document, optionally saving and closing after applying.

Instructions

Apply a prepared changeset to writable fields only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
saveNo
changesYes
document_idNo
close_after_saveNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states 'writable fields only,' which implies a safety filter, but it does not disclose what happens to non-writable fields (silently ignored? error?), whether the operation is reversible, whether it mutates the document immediately, or what the save/close_after_save parameters do. The description adds minimal behavioral context beyond the name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no wasted words. It is front-loaded with the verb and resource. However, it is so brief that it sacrifices useful detail; still, for conciseness alone it earns a 4.

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?

Given the tool has 4 parameters, no output schema, no annotations, and 0% schema description coverage, the description is incomplete. It does not explain the changeset format, the save behavior, the document context, or the relationship to preview_changeset. An agent would struggle to invoke this tool correctly without additional documentation.

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 four parameters. It does not explain what 'changes' should look like, what 'save' controls, what 'document_id' refers to, or what 'close_after_save' does. The parameter names are somewhat self-explanatory, but the description adds no meaning beyond the schema's field names and types.

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

Purpose3/5

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

The description states a specific verb ('apply') and resource ('prepared changeset'), and adds a scope qualifier ('to writable fields only'). It is clear enough about what the tool does, but it does not distinguish it from sibling tools like apply_relink_paths, apply_specification_changes, or apply_v_belt_grooves, which also apply prepared changes. The phrase 'prepared changeset' is somewhat vague without context on how a changeset is prepared.

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 given on when to use this tool versus alternatives. The description does not mention that a changeset should first be prepared via preview_changeset or preview_property_changes, nor does it explain the relationship to apply_specification_changes or apply_relink_paths. An agent would have to infer usage from the name and schema alone.

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