Skip to main content
Glama
mdvaleed7

ETABS MCP Server

by mdvaleed7

etabs_add_frame

Add a frame element between two specified coordinates in an ETABS model. Define start and end points, section property, and optional name.

Instructions

Add a frame object (beam, column, brace) between two points by coordinates.

Args: x1: X coordinate of start point. y1: Y coordinate of start point. z1: Z coordinate of start point. x2: X coordinate of end point. y2: Y coordinate of end point. z2: Z coordinate of end point. prop_name: Frame section property name. Use "Default" for auto-assigned. name: Optional user-defined name for the frame. csys: Coordinate system name (default "Global").

Returns: JSON with the assigned frame name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x1Yes
y1Yes
z1Yes
x2Yes
y2Yes
z2Yes
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?

Annotations (readOnlyHint=false, destructiveHint=false) are neutral. The description details the operation (adds frame object) and parameters, but omits potential side effects like duplicate names or invalid coordinates. Still, it adequately conveys the mutation behavior.

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?

Description is a single paragraph plus clear bulleted list for Args and Returns. Efficient and well-structured, though slightly verbose due to full parameter listings.

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?

Covers all 9 parameters and return value. Missing prerequisite information (e.g., model must be open), but given sibling tools for model management, context is reasonably complete.

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?

Every parameter is described in the Args list with meaningful explanations (coordinates, property name default, optional name, coordinate system). This adds significant value beyond the schema, which has 0% description coverage.

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?

Description clearly states 'Add a frame object (beam, column, brace) between two points by coordinates.' It specifies the verb, resource, and types, distinguishing it from siblings like etabs_add_area 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 Guidelines3/5

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

No explicit guidance on when to use this tool vs alternatives (e.g., etabs_assign_frame_section, etabs_define_frame_section). The description assumes domain knowledge and does not provide when-to-use or when-not-to-use context.

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