Skip to main content
Glama
mdvaleed7

ETABS MCP Server

by mdvaleed7

etabs_check_is1893_drift

Read-onlyIdempotent

Assess inter-storey drift compliance per IS 1893:2016 Cl. 7.11.1. Computes drift ratios and classifies storeys as PASS/FAIL against the h/250 limit.

Instructions

Run IS 1893:2016 Cl. 7.11.1 inter-storey drift compliance check.

Retrieves drifts for both seismic directions and classifies each storey as PASS/FAIL against the 0.004h limit (= h/250).

IS 1893:2016 Cl. 7.11.1: The storey drift in any storey due to the minimum specified design lateral force, with partial load factor of 1.0, shall not exceed 0.004 times the storey height (h/250).

Args: rsa_case_x: RSA load case name for X seismic (e.g. "EQX"). rsa_case_y: RSA load case name for Y seismic (e.g. "EQY"). story_heights_m: Optional dict of {story_name: height_m} to compute absolute drift in mm. If None, uses drift ratio only.

Returns: Tabulated compliance report with PASS/FAIL per storey per direction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rsa_case_xYes
rsa_case_yYes
story_heights_mNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnly, destructive, idempotent, and openWorld hints. Description adds context about the compliance calculation and the format of the output (tabulated PASS/FAIL report). No contradiction.

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?

Highly concise: five sentences front-loaded with the main purpose, followed by brief parameter explanations and return description. No redundant information.

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?

Fully handles the tool's scope: specifies code clause, required inputs, optional parameter, and output format. Given the output schema exists, no further details needed. Complete for a read-only analysis check.

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?

Despite 0% schema description coverage, the description thoroughly explains all three parameters, including the optional story_heights_m dict and its purpose (absolute drift in mm vs ratio only), adding valuable meaning beyond the raw 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?

Clearly states it runs IS 1893:2016 Cl. 7.11.1 inter-storey drift compliance check, listing the specific code clause and PASS/FAIL classification. Distinct from siblings like etabs_get_story_drifts which likely only retrieve drifts without compliance assessment.

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 defines the purpose: compliance check per a specific code clause. Does not explicitly state when not to use or mention alternative tools, but the purpose is singular and clear, making misuse unlikely.

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