Skip to main content
Glama
kostia-egik

geomwright

by kostia-egik

refresh_specification_from_model

Recreate the active specification from the model and apply safe autofill for supported fields, synchronizing CAD data accurately.

Instructions

Recreate the active specification from the model and then apply safe autofill for supported fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
saveNo
fieldsNo
style_idNo
fill_onlyNo
document_idNo
layout_nameNo
max_objectsNo
include_rootNo
close_after_saveNo
replace_existingNo
specification_nameNo

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?

With no annotations, the description carries the full burden of behavioral disclosure. It reveals a two-step sequence (recreate, then autofill) and mentions 'safe' autofill, but it does not explain whether the operation overwrites the active specification, whether it is destructive, whether it saves, or what happens to unsupported fields.

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 one clean sentence with no filler, and the main action is front-loaded. It loses a point only because it omits enough detail to fully stand alone for a complex operation.

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

Completeness1/5

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

For a tool with 11 parameters, no annotations, and no output schema, this description is far too thin. It leaves unanswered critical context: what 'active specification' means, what 'safe autofill' does, which fields are affected, whether saving is implicit, and what side effects occur.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and there are 11 parameters, none of which are explained in the description. The phrase 'supported fields' is the only nod to parameters, but it does not clarify save, fill_only, replace_existing, specification_name, or any other parameter's meaning.

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 states a clear verb ('recreate') and resource ('active specification from the model'), plus a follow-up action ('apply safe autofill'). This conveys what the tool does, though it does not explicitly distinguish it from related siblings like apply_specification_autofill or create_specification.

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 provided about when to use this tool versus alternatives, nor are prerequisites or exclusions mentioned. The description implies a refresh scenario, but an agent cannot tell if this is the right choice compared to preview_specification_changes or apply_specification_autofill.

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