Skip to main content
Glama
mdvaleed7

ETABS MCP Server

by mdvaleed7

etabs_define_area_section

Define shell section properties for slabs, walls, and decks using material, type, and thickness inputs.

Instructions

Define an area/shell section property (for slabs, walls, decks).

Args: name: Section name (e.g. "Slab8in", "Wall12in"). material: Material name (must be previously defined). section_type: "Shell-Thin", "Shell-Thick", "Membrane", "Plate-Thin", "Plate-Thick". thickness: Shell thickness in current units. shell_type: 1=Shell-Thin, 2=Shell-Thick, 3=Plate-Thin, 4=Plate-Thick, 5=Membrane, 6=Shell-Layered.

Returns: Confirmation with section details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
materialYes
section_typeNoShell-Thin
thicknessNo
shell_typeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description indicates a write operation ('define') and provides basic behavior. Annotations show readOnlyHint=false, so no contradiction. However, it lacks details on idempotency or whether duplicate names overwrite existing definitions.

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, with four sentences covering purpose, arguments, and return value. It uses a clear Args/Returns structure without unnecessary words.

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 that the tool has an output schema (indicated as present), the description is complete: it explains the purpose, all parameters, and the return confirmation. Enough for an agent to invoke correctly.

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%, but the description explains all five parameters clearly, including examples, allowed values, and the mapping for shell_type (1-6). This adds significant 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 clearly states the tool defines area/shell section properties for slabs, walls, decks, using a specific verb and resource, and distinguishes from sibling tools like etabs_add_area and etabs_assign_area_section.

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 mentions that the material must be previously defined, providing a usage prerequisite. However, it does not explicitly guide when to use this tool versus alternatives, such as when to define a section vs assign it.

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