Skip to main content
Glama

create_pressure_load

Apply pressure to a selected region during a specified simulation step, defining the load name and magnitude for Abaqus/CAE analysis.

Instructions

Create a pressure load.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
timeoutNo
pressureYes
step_nameYes
model_nameNoModel-1
region_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.3/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 only restates that a pressure load is created and fails to explain dependencies, whether the load is applied to a face or surface, sign conventions, or what the operation returns.

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

Conciseness2/5

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

The description is a single short sentence with no fluff, but it is severely under-specified. It adds little information beyond what the tool name already conveys, so the sentence does not meaningfully earn its place.

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?

With six parameters, four required fields, zero schema descriptions, no annotations, and many sibling load-creation tools, this one-sentence description is far from complete. It omits required context about region semantics, step prerequisites, pressure meaning/units, and expected results.

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 the description mentions none of the six parameters. It adds no meaning to parameter names like pressure, region_name, or step_name, which is inadequate given the low schema coverage.

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 direct object ('a pressure load'), which is enough to identify the resource being created. However, it does not distinguish this tool from the many other load-creation siblings (create_gravity_load, create_line_load, create_moment_load, etc.).

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?

The description gives no guidance on when to use a pressure load versus other load types, nor does it mention prerequisites such as an existing part region, step, or model. There are no exclusions or alternative tool references.

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