Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

add_tendon_3d

Add a 3D tendon to a bridge model using control points, insertion point, and positioning type, enabling accurate spatial placement for structural analysis.

Instructions

    Add a 3D tendon (添加三维钢束/空间钢束).

    Args:
        name: Tendon name (钢束名称)
        property_name: Tendon property name, must exist (钢束特性名,须已创建)
        control_points: 3D control points [[x, y, z, r], ...], r = fillet radius
                        (三维控制点 [[x, y, z, 半径r], ...])
        point_insert: Insertion point [x, y, z] for straight positioning
                      (直线定位时的插入点坐标)
        num: Number of tendons (钢束根数)
        line_type: Point type (线型): 1=导线点(guide), 2=折线点(polyline)
        position_type: Positioning (定位方式): 1=straight(直线), 2=track line(轨迹线)
        group_name: Tendon group name (钢束组名)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numNo
nameYes
line_typeNo
group_nameNo默认钢束组
point_insertYes
position_typeNo
property_nameYes
control_pointsYes

Schema Changelog

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

  1. First observedv0.3.1

TDQS

A3.7/5.0
Behavior3/5

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

With all annotation hints false, the description carries the full burden of behavioral disclosure. It clearly states a mutation ('Add') and adds one useful precondition ('property_name must exist'), but it does not explain side effects, duplicate-name behavior, return values, or whether the tendon is immediately usable. No contradiction with annotations exists.

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 a one-sentence summary followed by a tight Args block, with each parameter on one line and bilingual glosses. It is front-loaded, contains no filler, and is appropriately sized for an 8-parameter tool.

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 geometry-creation tool with nested arrays and no output schema, the description covers inputs thoroughly but omits interaction details (e.g., how line_type relates to position_type), coordinate units, minimum control-point count, and error behavior. It enables a basic call but leaves edge cases ambiguous.

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, and it does. It provides explicit formats for control_points ([x, y, z, r]), explains point_insert, and gives numeric codes for line_type and position_type. All parameters receive at least a gloss, though units and array-length constraints are not specified.

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 opens with a specific verb and resource: 'Add a 3D tendon' (添加三维钢束/空间钢束). The 3D qualifier clearly distinguishes it from sibling create_tendon_2d. An agent can immediately identify what the tool does without reading the schema.

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 like create_tendon_2d or assign_tendon_elements. The only usage-related hint is the prerequisite that property_name must already exist, which addresses ordering but not tool selection. This falls short of explicit usage guidance.

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