Skip to main content
Glama
mdvaleed7

ETABS MCP Server

by mdvaleed7

etabs_new_model

Destructive

Create a new ETABS model from scratch or using templates like steel deck or grid only. Configure units, number of stories, bays, and heights for structural analysis.

Instructions

Create a new ETABS model, optionally from a template.

Args: units: Unit system. One of: lb_in_F, lb_ft_F, kip_in_F, kip_ft_F, kN_mm_C, kN_m_C, kgf_mm_C, kgf_m_C, N_mm_C, N_m_C, Ton_mm_C, Ton_m_C, kN_cm_C, kgf_cm_C, N_cm_C, Ton_cm_C. template: Template type — "blank", "steel_deck", or "grid_only". num_stories: Number of stories (for templates). typical_story_height: Typical story height in current units. bottom_story_height: Bottom story height in current units. num_bays_x: Number of bays in X direction (for templates). num_bays_y: Number of bays in Y direction (for templates). bay_width_x: Bay width in X direction in current units. bay_width_y: Bay width in Y direction in current units.

Returns: Success confirmation with model info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unitsNokip_ft_F
templateNoblank
num_storiesNo
typical_story_heightNo
bottom_story_heightNo
num_bays_xNo
num_bays_yNo
bay_width_xNo
bay_width_yNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare destructiveHint=true, indicating potential to overwrite. The description adds the template option but does not disclose that creating a new model may close an existing unsaved model, nor does it mention required permissions. Additional context would improve transparency.

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, front-loaded with the core purpose, and presents parameters in a clear, structured list. Every sentence is necessary and efficiently conveys 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 9 parameters and zero schema descriptions, the description covers all parameter semantics. It mentions return value. However, it could mention that creating a new model closes the current one, which is implied by destructiveHint. Overall, it is sufficiently complete for a creation tool.

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?

Schema description coverage is 0%, so the description must compensate. It fully explains all 9 parameters, including units with enumerated values, template types, story heights, and bay dimensions. This adds significant meaning beyond the schema's property names 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 clearly states 'Create a new ETABS model, optionally from a template.' The verb 'Create' and resource 'new ETABS model' are specific and distinct from sibling tools like etabs_open_model and etabs_save_model.

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?

The description implicitly indicates creation of new models, but does not explicitly exclude alternatives or state when to use versus etabs_open_model. The mention of 'optionally from a template' provides some context, but lacks direct guidance.

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