Skip to main content
Glama
mdvaleed7

ETABS MCP Server

by mdvaleed7

etabs_add_area

Create slab, wall, or deck areas in ETABS by specifying corner coordinates. Define geometry with ordered points and assign a property name.

Instructions

Add an area object (slab, wall, deck) defined by corner coordinates.

The coordinates should be ordered clockwise or counter-clockwise. Must have at least 3 points.

Args: x_coords: List of X coordinates for each corner. y_coords: List of Y coordinates for each corner. z_coords: List of Z coordinates for each corner. prop_name: Area section property name. Use "Default" for auto-assigned. name: Optional user-defined name for the area. csys: Coordinate system name (default "Global").

Returns: JSON with the assigned area name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x_coordsYes
y_coordsYes
z_coordsYes
prop_nameNoDefault
nameNo
csysNoGlobal

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds behavioral context beyond annotations: it returns a JSON with the assigned area name and requires ordered points. Annotations are minimal, so the description carries the burden well, though it doesn't mention potential side effects or error conditions.

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 efficiently structured: a one-line summary, followed by bullet-point usage guidelines, then a labeled Args section. No redundancy or extraneous text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the moderate complexity (6 parameters, 3 required) and the presence of an output schema, the description covers purpose, parameter semantics, usage constraints, and return value. It is sufficient for correct tool invocation.

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?

The description explains all 6 parameters in an Args block, including defaults for optional ones (prop_name='Default', name='', csys='Global'). Since the input schema has no parameter descriptions (0% coverage), the description fully compensates.

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 'Add an area object (slab, wall, deck) defined by corner coordinates.' It specifies the verb (add), resource (area object), and scope (types: slab, wall, deck), distinguishing it from sibling tools like etabs_add_frame and etabs_add_point.

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?

Provides clear usage instructions: coordinates must be ordered clockwise/counter-clockwise, at least 3 points, and property name default. However, it lacks explicit comparison to alternative tools for adding frames or points, leaving the agent to infer when to use this one.

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