Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

create_live_load_case

Create a moving live load case to compute worst-case vehicle positions and envelope results for bridge analysis.

Instructions

    Create a moving live load case (创建活载工况).

    FINAL STEP of the moving load workflow. The analysis engine finds the
    worst-case vehicle positions for envelope results
    (分析引擎自动计算最不利车辆位置得到包络效应).

    Args:
        name: Load case name (活载工况名)
        influence_plane: Influence plane name (影响面名称)
        span: Bridge span in meters (跨度,单位m)
        sub_cases: Sub-case list, each item [vehicle_name, factor, [lane names...]]
                   (子工况信息 [[车辆名, 系数, [车道名...]], ...])

    Example:
        create_live_load_case(name="活载工况1", influence_plane="影响面1", span=100,
                              sub_cases=[["公路I级", 1.0, ["车道1", "车道2"]]])
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
spanYes
sub_casesYes
influence_planeYes

Schema Changelog

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

  1. First observedv0.3.1

TDQS

A4.4/5.0
Behavior4/5

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

Annotations only indicate non-read-only, non-idempotent, non-destructive behavior, so the description carries the burden of explaining side effects. It discloses that the tool creates a case and that the engine performs an envelope analysis by finding worst-case vehicle positions, going beyond what annotations provide. It lacks details on overwrite or precondition failures, but the main behavior is transparent.

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 well-structured with a clear opening statement, workflow context, an Args section, and an example. Bilingual content adds some redundancy but is purposeful given the domain. It is longer than minimal but every section contributes to correct invocation.

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?

Given the absence of an output schema and the low schema coverage, the description provides a complete enough picture: what the tool does, what arguments to pass, and how to structure sub_cases. It identifies the workflow position but does not explicitly enumerate prerequisites such as requiring an existing influence plane and lane definitions, though these are implied by 'FINAL STEP' and visible among sibling tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has no parameter descriptions (0% schema coverage), but the description fully compensates with an Args block explaining each parameter, including units for span and the exact nested structure of sub_cases. The concrete example demonstrates how to combine all parameters correctly, which is especially valuable for the complex sub_cases argument.

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 clearly states the tool creates a moving live load case and identifies it as the final step of the moving load workflow. It also explains the core purpose: the analysis engine computes worst-case vehicle positions for envelope results. This distinguishes it from generic create_load_case and other workflow siblings.

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

Usage Guidelines4/5

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

The description explicitly frames the tool as the FINAL STEP of the moving load workflow, giving clear sequencing context: influence plane, lanes, and vehicles should already exist. It does not explicitly name alternatives or state when not to use it, but the workflow positioning is a strong usage signal.

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