Skip to main content
Glama
squall321

LaminateAnalyzerMCP

by squall321

run_sensitivity_analysis

Compute sensitivity of laminate metrics (D̂11, coupling_ratio, ζ_x) to ply angle, thickness, and modulus perturbations for manufacturing tolerance robustness assessment.

Instructions

ply별 각도/두께/탄성계수 섭동에 대한 D̂11·coupling_ratio·ζ_x의 민감도(중앙차분).

제조 공차 강건성 판단용. 결정론적이며 에이전트가 2×3×n_plies회 반복 호출할 것을 1회로 줄인다. ply 수가 많으면 계산 시간 예산(10s) 초과 시 E500을 반환한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
laminateYes
modulus_relNo
thickness_relNo
angle_delta_degNo
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses the algorithm (central difference), deterministic nature, optimization (reduces calls), and error handling (returns E500 if time budget exceeded). It does not mention side effects (likely none) or data persistence, but covers key operational traits.

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 exceptionally concise, with three focused sentences. The first sentence states the core function, the second the use case, and the third key behavioral details (error handling, optimization). No wasted words.

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 the tool's complexity (multiple perturbation parameters, nested laminate input, no output schema), the description omits critical details: the format of the return value (e.g., a table or object) and the structure of the laminate parameter. This forces the agent to guess or risk incorrect invocation.

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?

Schema coverage is 0%, so the description must add meaning. It explains that modulus_rel, thickness_rel, and angle_delta_deg are perturbation sizes for each ply, and that laminate is required. However, it does not describe the laminate object structure or what values the defaults represent, leaving significant gaps.

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 it computes sensitivity of D̂11, coupling_ratio, ζ_x to ply-level perturbations in angle, thickness, and modulus. This is specific and distinguishes it from sibling tools like compute_neutral_axis, which focus on different computations.

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 explicitly states the use case (manufacturing tolerance robustness assessment) and notes that the tool reduces repeated agent calls into a single call, implying it should be used instead of multiple iterative calls. However, it does not explicitly contrast with sibling tools beyond the implied domain difference.

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/squall321/LaminateAnalyzerMCP'

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