Skip to main content
Glama
mdvaleed7

ETABS MCP Server

by mdvaleed7

etabs_assign_point_load

Idempotent

Assign point loads and moments to a joint object in an ETABS model, specifying forces and moments in three directions for a given load pattern.

Instructions

Assign point loads/moments to a joint object.

Args: name: Point object name. load_pattern: Name of the load pattern. f1, f2, f3: Forces in 1, 2, 3 (X, Y, Z) directions. m1, m2, m3: Moments about 1, 2, 3 axes. replace: If True, replace existing loads; if False, add to them. item_type: "Object", "Group", or "SelectedObjects".

Returns: Confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
load_patternYes
f1No
f2No
f3No
m1No
m2No
m3No
replaceNo
item_typeNoObject

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate the tool is mutable but not destructive (destructiveHint=false) and idempotent (idempotentHint=true). The description adds the 'replace' parameter behavior—whether to replace or add loads—which is valuable. However, it does not mention potential side effects, error conditions, or prerequisites, leaving some behavioral gaps.

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?

The description is concise and well-structured, using an Args/Returns format. Every sentence adds value, and the purpose is front-loaded. There is no redundancy or unnecessary information.

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 has 10 parameters, 2 required, no output schema details beyond 'Confirmation', and annotations covering safety, the description is fairly complete. It explains all parameters and the replace behavior. However, it lacks details on error handling, units, and prerequisites (e.g., joint existence). The output is vaguely described as 'Confirmation', which may suffice but could be more specific.

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

Parameters5/5

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

With schema description coverage at 0%, the description entirely carries the burden of explaining the 10 parameters. It clearly defines each parameter's purpose: name (point object), load_pattern, f1/f2/f3 (forces in directions), m1/m2/m3 (moments about axes), replace (replace vs add), and item_type (scope). This adds necessary meaning beyond the schema's titles and defaults.

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 starts with 'Assign point loads/moments to a joint object,' which is a specific verb and resource. This clearly distinguishes it from sibling tools like etabs_assign_frame_load or etabs_assign_area_load, which assign loads to different element types.

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 description does not explicitly state when to use this tool vs alternatives. While the purpose is clear from the name and first sentence, no guidance is provided on when not to use it or what prerequisites are needed (e.g., existing joint or load pattern).

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/mdvaleed7/ETABS-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server