Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

add_plate_element_load

Apply surface loads to plate elements in bridge structural models by specifying element IDs, load case, load type, placement, coordinate system, and load values.

Instructions

    Apply plate element load (板单元面上荷载).

    Args:
        element_id: Element ID(s) (单元编号)
        case_name: Load case name (荷载工况名)
        load_type: Load type (荷载类型)
        load_place: Application place (施加位置)
        coord_system: Coordinate system (坐标系: 3为整体)
        list_load: Load values (荷载值)
        list_xy: Location coords (位置坐标)
        group_name: Load group name (荷载组名)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_xyNo
case_nameYes
list_loadNo
load_typeNo
element_idYes
group_nameNo
load_placeNo
coord_systemNo

Schema Changelog

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

  1. First observedv0.3.1

TDQS

C2.9/5.0
Behavior2/5

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

All annotations are false/neutral, so the description carries the burden of behavioral disclosure. It only says 'Apply plate element load', which implies a mutation but does not explain whether repeated calls accumulate loads, overwrite existing loads, or require prior setup. No side effects, constraints, or consequences are disclosed.

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 tight and front-loaded with the core action, followed by a compact parameter list with no filler. The bilingual annotations are repetitive but each line carries information. It is appropriately sized for an 8-parameter tool, though it prioritizes completeness over detailed explanation.

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?

For a load-application tool with 8 parameters and no output schema, the description omits critical context: allowed numeric values for load_type and load_place, how list_load and list_xy are paired, whether element_id accepts ranges/names, and what happens on success. The parameter list alone is not enough for an agent to call the tool correctly with valid inputs.

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?

With 0% schema description coverage, the parameter list is the only source of meaning for the 8 parameters. It provides a short gloss for each parameter, including Chinese translations and a useful note that coord_system=3 means global. However, most entries just restate the parameter names ('Load type', 'Load values', 'Location coords') without explaining value domains, units, or relationships between list_load and list_xy.

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 opens with a specific verb and resource: 'Apply plate element load', reinforced by the Chinese gloss '板单元面上荷载'. This identifies the target operation and distinguishes it at a basic level from beam, nodal, and temperature load tools in the sibling list. However, it does not explicitly differentiate from similar-looking load tools such as add_distribute_plane_load, so it stops short of a 5.

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?

There is no guidance on when to use this tool versus alternatives, such as apply_beam_distributed_load or add_distribute_plane_load. It also does not mention prerequisites like whether the load case must already exist, or whether the tool is appropriate for a particular load type. The agent is left to infer usage solely from the tool name.

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