Skip to main content
Glama
mdvaleed7

ETABS MCP Server

by mdvaleed7

etabs_define_modal_case

Idempotent

Define a modal load case (Eigenvector or Ritz) with specified mode count and frequency shift for structural dynamic analysis and seismic mass participation.

Instructions

Define a modal analysis load case (Eigenvector or Ritz).

IS 1893:2016 Cl. 7.7.5a requires at least enough modes to capture 90% of the total seismic mass in each principal direction. Recommended: set max_modes = 3 × number of storeys, minimum 12.

Args: case_name: Name for the modal load case (default "MODAL"). modal_type: "Eigenvector" or "Ritz" (Ritz is faster for RSA). max_modes: Maximum number of modes to compute. min_modes: Minimum modes required. shift_value: Frequency shift (rad²/s²) for eigenvalue extraction; 0.0 for typical buildings.

Returns: JSON confirmation with case name and parameters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
case_nameNoMODAL
modal_typeNoEigenvector
max_modesNo
min_modesNo
shift_valueNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The annotations declare readOnlyHint=false, destructiveHint=false, idempotentHint=true, openWorldHint=false, which are consistent with the description. The description adds context about modal analysis and code requirements but does not disclose any additional behavioral traits beyond what annotations imply.

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?

The description is structured: a concise purpose line, followed by a code reference, recommendations, and an 'Args' section. While slightly verbose (especially the code reference), it remains focused and front-loaded with purpose.

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 the presence of an output schema (JSON confirmation) and the tool's definition nature, the description is fairly complete. It covers the purpose, parameter semantics, usage context (IS code), and necessary recommendations. Minor gaps exist (e.g., no mention of default behavior when case_name is omitted), but overall it's adequate.

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 bears full responsibility for parameter semantics. It explains each parameter (case_name, modal_type, max_modes, min_modes, shift_value) with context (e.g., Ritz is faster for RSA, recommended max_modes based on storeys), adding significant meaning beyond the schema defaults and types.

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's purpose: 'Define a modal analysis load case (Eigenvector or Ritz).' It uses a specific verb (define) and resource (modal analysis load case), and distinguishes from sibling tools like etabs_define_load_case and etabs_define_response_spectrum.

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 provides usage guidance by referencing IS 1893:2016 and recommending parameter values (e.g., max_modes = 3 × number of storeys, minimum 12) and modal type (Ritz is faster for RSA). It lacks explicit when-not-to-use instructions but offers clear context for when to use this tool.

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