Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

apply_nodal_force

Apply nodal forces and moments to specific nodes in structural models. Assign load case and group to define forces in X, Y, Z directions and moments for bridge analysis.

Instructions

    Apply forces/moments at nodes (施加节点荷载).

    Args:
        node_id: Node ID(s) (节点编号)
        case_name: Load case name (荷载工况名)
        fx: Force in X direction (X方向力)
        fy: Force in Y direction (Y方向力)
        fz: Force in Z direction (Z方向力)
        mx: Moment about X axis (绕X轴弯矩)
        my: Moment about Y axis (绕Y轴弯矩)
        mz: Moment about Z axis (绕Z轴弯矩)
        group_name: Load group name (荷载组名)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fxNo
fyNo
fzNo
mxNo
myNo
mzNo
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/5.0
Behavior2/5

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

Annotations already signal that this is a write operation (readOnlyHint=false) and non-idempotent, and the description adds no behavioral detail beyond the annotated profile. It does not disclose whether reapplying loads duplicates them, whether existing loads are overwritten, or whether the load case must pre-exist.

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 a one-sentence purpose followed by a standard Args block. The bilingual repetition adds minor length but remains readable and well organized for 9 parameters.

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 description is thin for a load-application tool with no output schema and minimal annotations. It omits when to use this tool among load siblings, the node_id string format, unit conventions, coordinate system context, and prerequisites like an existing load case or load group.

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?

With 0% schema description coverage, the description's Args section provides the only semantic meaning for all 9 parameters, including directional meaning for force/moment components (e.g., 'Force in X direction', 'Moment about X axis'). However, it does not clarify the node_id format accepted per the schema (integer, array, or string) or the default-zero behavior of force components.

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 states a specific action and resource: 'Apply forces/moments at nodes', which clearly conveys the tool's function. It implicitly distinguishes this from sibling load tools like apply_beam_distributed_load or add_plate_element_load by specifying 'nodes', though it does not explicitly name alternatives or contrast with add_nodal_mass.

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 given about when to use this tool versus the many sibling load-application tools (e.g., add_initial_tension_load, set_gravity, add_nodal_mass). The description simply states what it does, leaving the agent to infer the appropriate context such as requiring an existing load case.

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