Skip to main content
Glama

von_mises

Calculate equivalent stress, maximum shear stress, and yield safety factor from principal or Cartesian stress components for material failure analysis.

Instructions

von Mises equivalent stress, maximum shear stress, and yield safety factor for a stress state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesStress input mode. Principal uses sigma1-3. Cartesian uses sigmaX, sigmaY, and shear terms.
tauXYNoShear stress in the xy plane, pascals.
tauXZNoShear stress in the xz plane, pascals.
tauYZNoShear stress in the yz plane, pascals.
sigma1NoFirst principal stress in pascals. Required in principal mode.
sigma2NoSecond principal stress in pascals. Required in principal mode.
sigma3NoThird principal stress in pascals. Required in principal mode.
sigmaXNoNormal stress in the x direction, pascals. Required in cartesian mode.
sigmaYNoNormal stress in the y direction, pascals. Required in cartesian mode.
sigmaZNoNormal stress in the z direction, pascals.
yieldStrengthNoTensile yield strength in pascals. Enables the safety factor.
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It lists outputs but omits critical traits such as the need for mode selection (principal vs. cartesian), that yieldStrength enables the safety factor, or that inputs are in pascals. The tool's behavior is significantly under-specified.

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 a single sentence that immediately names the three outputs. It is concise and front-loaded, with no unnecessary words or repetition.

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

Completeness2/5

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

The tool has 11 parameters, two modes, and no output schema or annotations. The description is too minimal to convey the tool's full complexity and usage context. It does not explain the two input modes, which parameters are needed for each, or what the output format looks like.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers 100% of parameters with descriptions, including mode-dependent requirements, so the description does not need to add parameter details. The description adds no parameter specifics, which is acceptable given the schema's high 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?

The description clearly states the tool computes von Mises equivalent stress, maximum shear stress, and yield safety factor from a stress state. This distinguishes it from sibling tools like beam_bending or shaft_analysis, which address different structural calculations.

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 phrase 'for a stress state' implies the tool is used to analyze stress states, but there is no explicit guidance on when to choose this tool over alternatives, when not to use it, or any prerequisites like mode selection or yield strength input. Usage is implied rather than explicitly directed.

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/DanielCuevas1208/engineer-mcp'

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