Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

setup_concrete_check

Create a concrete structural check case to verify bridge components against design codes. Configure design standard, structure type, and structure group.

Instructions

    Create a concrete structural check case (创建混凝土检算工况).

    Args:
        name: Check case name (检算工况名称)
        standard: Design code (检算规范):
            1=JTG 3362-2018 (公路规范), 2=TB 10092-2017 (铁路规范)
        structure_type: Structural category (结构类型):
            1=钢筋混凝土 (RC), 2=B类预应力构件, 3=A类预应力构件, 4=全预应力构件
        group_name: Structure group name to check (检算的结构组名)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
standardNo
group_nameNo默认结构组
structure_typeNo

Schema Changelog

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

  1. First observedv0.3.1

TDQS

A3.5/5.0
Behavior2/5

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

Annotations provide no meaningful safe/read-only context beyond all-false flags, so the description carries the burden. It states the creation action but does not disclose side effects, prerequisites, whether repeated calls overwrite existing cases, or how the check case is registered in the model. This is thin for a mutation tool.

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 and front-loaded with the core action, then organized as an Args list. Each line is informative; the bilingual repetitions are slightly redundant but do not waste much space.

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?

All parameters and the basic purpose are covered, but with no output schema and weak annotations, the description is missing important operational context: when this should be called relative to run_concrete_check, whether structure groups must already exist, and what the tool returns or changes. It is adequate but leaves clear gaps.

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 zero property descriptions, so the description fully compensates by explaining every parameter: name, standard with its coded values, structure_type with its coded values, and group_name. This is the only source of semantic meaning for the parameters and it is complete.

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 opens with a specific verb and resource: 'Create a concrete structural check case', which clearly distinguishes it from sibling tools like run_concrete_check and configure_check_analysis. The bilingual phrasing and parameter list reinforce exactly what object is being created.

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 on when to call this tool versus alternatives, nor any sequencing hints such as 'call before run_concrete_check' or 'requires an existing structure group'. The context of when it should be used is only implied by the name and the list of siblings.

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