Skip to main content
Glama

create_instance

Create an instance of a part within an Abaqus assembly, making it available for positioning and further assembly operations in a simulation model.

Instructions

Create an instance of a part in the assembly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutNo
part_nameYes
model_nameNoModel-1
instance_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.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 burden of behavioral disclosure. It communicates that the tool creates an instance, but it does not say whether this modifies the active assembly, whether duplicate instance names are allowed, or what side effects occur.

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?

The description is a single clear sentence with no wasted words. However, it is under-specified for a tool with four parameters and zero schema descriptions, so conciseness comes at the cost of useful detail.

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?

For an agent to call this tool correctly, it needs to know which parameters matter, how instance naming works, and what model context applies. None of this is supplied by the description or schema, so the definition is not complete enough despite the presence of an output schema.

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%, so the description must compensate for the undocumented parameters. It only maps to part_name implicitly and provides no meaning for timeout, model_name, or instance_name, leaving most parameters unexplained.

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 specific action ('Create') and resource ('an instance of a part in the assembly'), making the tool's core function clear. It does not explicitly distinguish it from siblings like translate_instance or rotate_instance, but the resource and operation are specific enough.

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 creating a part or manipulating an instance. Prerequisites, such as the part needing to exist in the assembly, are not mentioned, leaving the agent to infer usage.

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