Skip to main content
Glama
mdvaleed7

ETABS MCP Server

by mdvaleed7

etabs_assign_frame_releases

Idempotent

Assign pin or moment releases to frame ends by setting boolean arrays for start and end releases, controlling P, V2, V3, T, M2, and M3 fixity.

Instructions

Set end releases (moment releases / pins) for a frame object.

Each release list has 6 booleans for [P, V2, V3, T, M2, M3]:

  • True = released (free/pin), False = fixed. Common patterns:

  • Pin at start: [False, False, False, False, False, True]

  • Pin at both ends: set both start and end M3 to True.

Args: name: Frame object name. start_release: 6-element list of bools for I-end (start) releases [P, V2, V3, T, M2, M3]. end_release: 6-element list of bools for J-end (end) releases. item_type: "Object", "Group", or "SelectedObjects".

Returns: Confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
start_releaseNo
end_releaseNo
item_typeNoObject

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description explains the effect of setting releases, describes the boolean array meaning, and notes that a confirmation is returned. Annotations indicate idempotent and non-destructive behavior; the description aligns with these. No contradictions.

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 well-structured with a brief intro, bullet-like explanation of release lists, common patterns, and an Args section. It is clear and informative, though the explanation of the 6-element list could be slightly more concise.

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 complexity of releases and the presence of an output schema, the description covers parameter meanings, common usage, and return. It lacks prerequisites (e.g., frame must exist) but is otherwise complete for the tool's purpose.

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 thoroughly explains each parameter in the Args section, including the release list format and common patterns. This adds significant meaning beyond the schema, which only has names 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: 'Set end releases (moment releases / pins) for a frame object.' It uses specific verbs and distinguishes from siblings like etabs_assign_frame_section or etabs_assign_frame_load.

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 provides common patterns and explains the release list format, which implies usage context but does not explicitly state when to use this tool versus alternatives or when not to use it. No exclusions or comparisons are given.

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