Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

create_continuous_beam_bridge

Build a multi-span continuous beam bridge model with fixed supports at piers and end conditions. Specify spans, material, section, and self-weight case to generate the structural model for analysis.

Instructions

    One-step creation of a continuous beam bridge model (一键创建连续梁桥模型).

    Creates a multi-span continuous beam with fixed supports at piers
    and appropriate end conditions.
    创建多跨连续梁桥,中间支座为固定支承,端部为活动支承。

    Args:
        spans: List of span lengths in meters (各跨跨径列表,单位m),
               e.g. [30.0, 50.0, 30.0] means 3-span (3跨均匀布置)
        num_elements_per_span: Elements per span (每跨单元划分数)
        material_name: Material name (材料名,须已创建)
        section_name: Section name (截面名,须已创建)
        self_weight_case: Self-weight load case name (自重工况名)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spansNo
section_nameNo箱梁截面
material_nameNoC50
self_weight_caseNoSW
num_elements_per_spanNo

Schema Changelog

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

  1. First observedv0.3.1

TDQS

B3.4/5.0
Behavior3/5

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

Annotations describe a non-read-only, non-idempotent mutation, and the description's 'creates' claim is consistent with them (no contradiction). The description adds some behavioral context: it is a composite one-step operation that auto-generates supports (fixed at piers, movable at ends) and a self-weight load case, and requires pre-existing material/section. However, it does not disclose repeated-call consequences, duplicate naming behavior, or what happens when prerequisites are unmet.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The content is logically ordered and the main action is front-loaded, and the Args block earns its place given zero schema coverage. However, every statement is duplicated verbatim in Chinese, roughly doubling length without adding information for an English-reading agent, which is avoidable bulk.

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 5-parameter, no-output-schema, composite bridge-creation tool, the description explains what model geometry is generated, the support conditions, the load case, and key prerequisites. Gaps remain: no stated return value, no behavior on repeated calls, and the spans example's '均匀布置' (uniformly arranged) wording is slightly inconsistent with the non-uniform [30, 50, 30] values it illustrates.

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 the full burden, and its Args section compensates well: spans gets units (meters) plus a concrete example ([30.0, 50.0, 30.0] = 3-span), num_elements_per_span and self_weight_case get plain-language meaning, and material_name/section_name get the 'must already exist' precondition. It only lacks finer constraints such as a minimum span count or ordering rules.

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 specific verb and resource: "One-step creation of a continuous beam bridge model," and elaborates the structural configuration (multi-span continuous beam, fixed supports at piers, movable supports at ends). This implicitly differentiates it from the sibling create_simple_beam_bridge, but it never names that alternative or states the difference explicitly, so it stops short of full sibling differentiation.

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?

Usage context is implied: an agent can infer this tool is for multi-span continuous beam models as opposed to simple beam models among the siblings. It discloses prerequisites inside the parameter docs (material and section must already exist, '须已创建'), which is useful gate-keeping, but there is no explicit when-to-use vs. alternative guidance and no stated exclusions.

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