Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

add_tapper_section_group

Group structural elements into a tapered section. Specify width/height variation factors, reference points, and distances to model tapering in bridge analysis.

Instructions

    Add a tapered section group (添加变截面组).

    Args:
        name: Group name (变截面组名称)
        ids: Element IDs in the group (变截面组内的单元编号)
        factor_w: Width variation factor (宽度变化系数)
        factor_h: Height variation factor (高度变化系数)
        ref_w: Width reference point (宽度参考点: 0=i, 1=j)
        ref_h: Height reference point (高度参考点: 0=i, 1=j)
        dis_w: Width variation distance (宽度变化距离)
        dis_h: Height variation distance (高度变化距离)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNo
nameYes
dis_hNo
dis_wNo
ref_hNo
ref_wNo
factor_hNo
factor_wNo

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?

The annotations only say this is not read-only, not idempotent, and not destructive, but they do not describe side effects. The description merely says 'Add' and does not disclose whether re-adding with the same name overwrites, whether existing element sections are modified, or what the result/return behavior is. With sparse annotations, the description carries a heavy burden and does not carry it.

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: one summary sentence plus a bulleted parameter list with no filler. The repeated Chinese translations add length but are likely intentional for the target domain and are not excessive.

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 mutating tool with eight parameters, no output schema, and minimal annotations, the description is incomplete. It explains what arguments mean but not what happens when the group is added, whether it replaces an existing group, what string ids may contain, or how factor/ref/dis values combine to produce the taper. An agent would still be guessing about side effects and return values.

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?

The input schema has 0% description coverage, so the description fully compensates by explaining all eight parameters with semantic labels, including the key reference-point convention '0=i, 1=j'. It does not clarify the accepted string format for ids or the exact geometric meaning of the variation distance and factors, but it provides substantially more meaning than the bare schema titles.

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 clear action and resource: 'Add a tapered section group' with a Chinese gloss. It is not a tautology and the parameter list reinforces the purpose. However, it does not explicitly distinguish this from the sibling create_tapered_section, which could be confused with defining a tapered section property rather than a group of elements.

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 related alternatives such as create_tapered_section, create_structure_group, or add_elements_to_group. There is no mention of prerequisites (e.g., elements already existing or sections already defined) or exclusions, so the agent must infer usage from the name and arguments.

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