Skip to main content
Glama
StructuralWizard

beam-analysis

Add cross-section

add_section

Add a cross-section to a structural model by specifying shape and geometry parameters, enabling beam analysis.

Instructions

Add a cross-section. Shapes and required params [m]: rectangle{b,h}, box{b,h,t}, pipe{d,t}, circle{d}, isection{b,h,tf,tw}, generic{A,Iy,Iz,J[,cy,cz]}. Convention: b = width (local y), h = depth (local z); for horizontal members local z is vertical, so Iy is the strong axis for gravity bending. Valid shapes: rectangle, box, pipe, circle, isection, generic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
modelYes
shapeYes
paramsYesShape parameters, e.g. {"b":0.3,"h":0.6,"t":0.02}
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses the unit convention [m] and axis orientation, which is helpful. However, it does not mention whether the tool creates a new section, updates existing ones, or any side effects like overwriting. Basic behavioral context is missing.

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 no wasted words. It front-loads the action, then lists shapes and conventions efficiently. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and the tool's complexity (multiple shape types with varying parameters), the description covers the input well but fails to mention what the tool returns (e.g., confirmation, ID). Missing return value info and no guidance on the 'name' and 'model' parameters, though they are standard.

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 coverage is only 25% (only 'params' has a minimal description). The description compensates fully by listing each shape with its required parameters in a clear format, specifying units, and explaining the convention for b, h, Iy, Iz. This adds significant meaning beyond what the schema provides.

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 'Add a cross-section' as the verb+resource, and lists all valid shapes with required parameters, making it unambiguous and distinct from sibling tools which deal with loads, materials, members, etc.

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. However, the sibling tools are all distinct (add_loads, add_members, etc.), so the context implies its use case. Lacks exclusions or prerequisites.

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/StructuralWizard/beam-analysis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server