Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

add_support_settlement

Model support settlement by applying prescribed displacements at specified nodes. Set Z settlement (negative downward) plus optional translations and rotations in load case.

Instructions

    Apply support settlement / nodal displacement load (支座沉降/节点强制位移).

    Args:
        node_id: Node ID(s) (节点编号)
        case_name: Load case name (荷载工况名)
        dz: Settlement in Z direction (Z向沉降量/下沉为负值)
        dx: Displacement in X direction (X向强制位移)
        dy: Displacement in Y direction (Y向强制位移)
        rx: Rotation around X axis (绕X轴强制转角)
        ry: Rotation around Y axis (绕Y轴强制转角)
        rz: Rotation around Z axis (绕Z轴强制转角)
        group_name: Load group name (荷载组名)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dxNo
dyNo
dzYes
rxNo
ryNo
rzNo
node_idYes
case_nameYes
group_nameNo

Schema Changelog

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

  1. First observedv0.3.1

TDQS

B3.4/5.0
Behavior2/5

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

Annotations already indicate this is a mutating, non-idempotent operation (readOnlyHint=false, idempotentHint=false). The description adds no extra behavioral context beyond 'Apply' — it doesn't state whether the load is appended to an existing case, whether duplicate calls create duplicate loads, or whether the operation can be reversed. It merely restates the operation type.

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 tightly structured: one purpose line followed by a clean Args list. There is no redundant prose, no repetition of types or defaults already in the schema, and each parameter is explained in a single short line. The core action is front-loaded.

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?

All parameter meanings are covered, but practical invocation context is missing for a 9-parameter mutating tool with no output schema. The description doesn't state whether case_name must already exist, whether group_name can be omitted safely, how multiple displacement components interact, or what happens on repeated calls. These gaps could lead an agent to misuse the tool.

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 compensates fully by documenting all nine parameters with meaningful bilingual labels. It gives the sign convention for dz ('下沉为负值'), clarifies dx/dy as forced displacements, rx/ry/rz as rotations, and indicates node_id can be multiple IDs. This is exactly the kind of semantic enrichment the schema lacks.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource: 'Apply support settlement / nodal displacement load'. It goes beyond the tool name by giving the alternative term and Chinese translations, making the operation clear. It doesn't explicitly contrast with siblings like apply_nodal_force or set_support, but the core purpose is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives such as apply_nodal_force, set_support, or other load-application tools. It also doesn't mention prerequisites like whether case_name must reference an existing load case or whether group_name is required. The only implied usage is from the purpose line itself, which is not sufficient.

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