Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

configure_analysis

Configure structural analysis options for bridge models by enabling construction stage, creep, or vibration analysis, setting vibration modes, and choosing solver type.

Instructions

    Configure analysis settings (配置分析设置).

    Args:
        do_construction_stage: Enable construction stage analysis (是否进行施工阶段分析)
        do_creep: Enable creep analysis (是否进行徐变分析)
        do_vibration: Enable self-vibration analysis (是否进行自振分析)
        vibration_modes: Number of vibration modes (振型数量)
        solver_type: Solver type (求解器): 0=sparse matrix, 1=variable bandwidth
                     0=稀疏矩阵, 1=变带宽
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
do_creepNo
solver_typeNo
do_vibrationNo
vibration_modesNo
do_construction_stageNo

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?

Annotations indicate this is not read-only and not idempotent, so the description need not restate that it changes model state. It adds context about which settings are configured, but does not disclose whether repeated calls overwrite prior settings or how these settings affect subsequent analysis runs.

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 well-organized as a compact parameter list with bilingual explanations and no filler. Every line adds meaning, and the summary line is front-loaded.

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?

All five parameters are fully explained, and there is no output schema requiring return-value documentation. The description is incomplete only in that it does not state how this configuration relates to run_analysis or whether settings persist across calls.

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?

Schema description coverage is 0%, so the description carries full responsibility for parameter semantics. It explains every parameter, provides Chinese translations, and gives explicit value mappings for solver_type (0=sparse matrix, 1=variable bandwidth), which the schema does not provide.

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 clearly states the tool configures analysis settings and enumerates the specific settings it controls (construction stage, creep, vibration, solver type). However, it does not explicitly distinguish itself from the related sibling configure_check_analysis or state how it relates to run_analysis.

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?

The description gives no guidance on when to use this tool versus alternatives. It does not mention that it should be called before run_analysis, nor does it contrast with configure_check_analysis or other analysis-related tools.

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