Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

add_load_to_mass

Convert load cases into mass for dynamic analysis. Specify the load case name and conversion factor to enable accurate dynamic response modeling.

Instructions

    Convert a load case to mass for dynamic analysis (将荷载转换为质量).

    Args:
        name: Load case name to convert (要转换为质量的荷载工况名称)
        factor: Conversion factor (转换系数,通常取1.0)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
factorNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.1

TDQS

A3.6/5.0
Behavior2/5

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

Annotations give only default false hints, so the description carries the behavioral disclosure burden. It says 'convert' but does not explain side effects, whether the original load case remains, whether the conversion is reversible, or what model state is changed.

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 compact and front-loaded with the core purpose, followed by concise argument documentation. The bilingual duplication adds some length, but it is not excessive and serves to clarify meaning.

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?

For a simple two-parameter tool, the description provides enough to invoke it, but it omits side effects and return behavior. There is also no usage distinction from similar load- and mass-related siblings, leaving some ambiguity for agent decision-making.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. It documents both parameters: name as the load case to convert and factor as the conversion factor with the usual value of 1.0, adding practical meaning beyond the bare schema 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 states a specific verb and resource: 'Convert a load case to mass for dynamic analysis.' This clearly identifies what the tool does and semantically distinguishes it from related tools like add_nodal_mass or create_load_case.

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 dynamic analysis' provides an implied usage context, but there is no explicit guidance about when to prefer this tool over alternatives such as add_nodal_mass. No when-not-to-use conditions or alternative tool references 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/SorataYang/qiao-mcp'

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