Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

remove_boundary

Destructive

Remove a specified boundary condition from a bridge model by ID and type, including supports, elastic links, and constraint equations.

Instructions

    Remove a specific boundary condition (删除指定边界条件).

    Args:
        remove_id: Node or element ID to remove boundary from
                   (节点号/单元号/从节点号,取决于边界类型)
        kind: Boundary type to remove (边界类型), English token or Chinese:
            "support" (一般支承), "elastic_support" (弹性支承),
            "general_elastic_support" (一般弹性支承),
            "elastic_link" (一般弹性连接), "tension_elastic_link" (受拉弹性连接),
            "compression_elastic_link" (受压弹性连接), "rigid_elastic_link" (刚性弹性连接),
            "master_slave" (主从约束), "beam_constraint" (梁端约束),
            "constraint_equation" (约束方程)
        group_name: Boundary group name (边界组名)
        extra_name: Extra identifier (额外标识):
            for elastic links: "I" or "J" end (弹性连接时为I/J端);
            for constraint equations: the equation name (约束方程时为方程名)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
remove_idYes
extra_nameNoI
group_nameNo

Schema Changelog

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

  1. First observedv0.3.1

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already expose destructiveHint=true and readOnlyHint=false, so the destructive nature is structurally known and the description matches rather than contradicts them. The description adds only a scoping trait ('specific' boundary rather than all boundaries) and the family of boundary types affected; it does not disclose what happens on a missing boundary, whether removal is permanent, or how extra_name/group_name disambiguate identical remove_ids. It adds some context but remains thin.

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 core purpose is front-loaded in the first sentence, and the Args block is well organized into per-parameter bullets. The ten-item kind list is long but earned because the schema defines no enums, and the bilingual content is functional since Chinese tokens are accepted inputs rather than decoration.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and zero schema descriptions, this description is the sole carrier of semantics, and it covers the purpose, all four parameters, and every accepted kind — enough to place a correct call in the common case of removing a previously added boundary. The missing piece is outcome/error behavior: whether a non-existent boundary errors or no-ops and whether removal is immediately reflected in later analysis results.

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 carries full responsibility and largely delivers: remove_id is explained as node/element/master-node depending on kind; kind is fully enumerated with both English tokens and Chinese aliases (support/一般支承 through constraint_equation/约束方程); extra_name's conditional semantics are specified (I/J end for elastic links, equation name for constraint equations). The weak spot is group_name, which receives only a bare label without guidance on when it must be supplied for disambiguation.

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 opening line 'Remove a specific boundary condition' names a specific verb and resource, so it is not a tautology of the tool name. The body enumerates ten distinct boundary kinds (support, elastic_support, elastic_link, master_slave, etc.), which cleanly differentiates it from the add_* boundary siblings and from remove_section / remove_structure_group / remove_nodes, which target different entity types.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The kind enumeration implies the tool's domain: anything previously created by set_support, add_elastic_support, add_elastic_link, add_master_slave_link, add_beam_constraint, or add_constraint_equation. However, there is no explicit when-to-use vs. alternatives guidance, no exclusions (e.g., prefer remove_structure_group to drop a whole group, or remove_nodes/remove_elements to delete entities), and no prerequisites such as needing group_name when IDs collide across groups.

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