Skip to main content
Glama
mdvaleed7

ETABS MCP Server

by mdvaleed7

etabs_assign_area_stiffness_modifiers

Idempotent

Assign cracked-section stiffness modifiers to area objects (walls, slabs, decks) in ETABS using ACI 318-19 presets or custom values. Target by name, group, or all areas.

Instructions

Apply cracked-section stiffness modifiers to one or more area objects (walls, slabs, decks).

Pick a target with names, group, or leave both blank for ALL areas.

Presets (ACI 318-19 Table 6.6.3.1.1(a)):

  • "aci_wall" I = 0.70 Ig, A = 0.70 Ag (uncracked)

  • "aci_wall_cracked" I = 0.35 Ig, A = 0.35 Ag

  • "aci_slab" I = 0.25 Ig (flat plate / two-way slab)

  • "aci_slab_joist" I = 0.50 Ig (slab with joists / ribs)

  • "aci_drop_panel" I = 0.50 Ig

  • "steel_deck" unmodified

Args: names: List of area object names. None → group, or all areas. group: Named ETABS group. preset: One of the preset names above (case-insensitive). f11, f22, f12: Membrane (in-plane) stiffness modifiers. m11, m22, m12: Bending (out-of-plane) stiffness modifiers. v13, v23: Transverse shear modifiers.

Returns: JSON with the modifier values applied and the number of areas updated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namesNo
groupNo
presetNo
f11No
f22No
f12No
m11No
m22No
m12No
v13No
v23No

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate idempotentHint=true and destructiveHint=false. The description adds that the tool modifies stiffness modifiers and returns a JSON with applied values, which aligns with annotations. No contradictions; transparency is good.

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 somewhat long but well-structured: intro, target selection, presets, parameter definitions, and return value. It is front-loaded with the main action, and every sentence adds value, though minor trimming could improve conciseness.

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's complexity (11 parameters, no schema descriptions), the description covers target selection, presets, parameter semantics, and return format. It lacks mention of error handling or prerequisites (e.g., model must be open), but is largely complete for its purpose.

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 0% schema description coverage, the description provides detailed explanations for all 11 parameters, including the meaning of membrane, bending, and shear modifiers, and a full list of presets. This adds critical meaning beyond the schema.

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 uses a specific verb ('Apply') and resource ('area objects (walls, slabs, decks)'), clearly distinguishing it from sibling tools like etabs_assign_frame_stiffness_modifiers. It also states the exact purpose: applying cracked-section stiffness modifiers.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states how to select targets (names, group, or all areas), which provides clear context. However, it does not mention when NOT to use this tool versus the sibling etabs_apply_aci_stiffness_modifiers, which might cause confusion.

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