Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

add_distribute_plane_load

Apply a distributed plane load to selected plate elements by defining a plane with three points, for structural analysis in bridge modeling.

Instructions

    Apply arbitrary distributed plane load (任意分布面荷载).

    Args:
        index: Load ID (编号)
        case_name: Load case name (荷载工况名)
        type_name: Load type name (分布面荷载类型名)
        point1: 1st point defining the plane [x,y,z] (定义面的点1)
        point2: 2nd point defining the plane [x,y,z] (定义面的点2)
        point3: 3rd point defining the plane [x,y,z] (定义面的点3)
        plate_ids: Optional plate elements to load (指定板单元)
        coord_system: Coordinate system (坐标系)
        group_name: Load group name (荷载组名)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexYes
point1No
point2No
point3No
case_nameYes
plate_idsNo
type_nameYes
group_nameNo
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?

Annotations are all false/default, so they only indicate this is a mutation. The description adds no behavioral context about side effects, duplicate handling, required setup, or how the load is actually associated with the model. It does not explain what happens if points or plate_ids are omitted.

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 docstring is compact and scannable, with a one-sentence summary followed by an aligned Args list. The bilingual glosses add some repetition but each line contributes parameter information; there is no filler or unnecessary prose.

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?

With 9 parameters, no schema descriptions, and no output schema, the description is not sufficient for reliable invocation. It omits load magnitude specification, valid type_name values, coordinate-system semantics, and any required setup, so an agent would need external knowledge to call this tool correctly.

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 description coverage is 0%, so the Chinese parameter glosses carry the explanatory burden. They clarify each parameter's basic role (e.g., point1 defines the plane, plate_ids is optional), but leave critical semantics unexplained: what type_name values are valid, how coord_system is interpreted, and what units/format the point coordinates use.

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 first line states a clear verb ('Apply') and resource ('arbitrary distributed plane load'), reinforced by the Chinese gloss. It is not a tautology and the plane-load terminology separates it from beam/plate loads, though it does not explicitly contrast with siblings like add_plate_element_load.

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 alternatives such as add_plate_element_load or apply_beam_distributed_load. There is also no mention of prerequisites like needing a pre-existing load case, load group, or load type.

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