Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

check_qiaotong_connection

Diagnose QiaoTong connection problems by identifying whether the software is connected, needs a version upgrade, or must be started, then provides the recommended fix.

Instructions

    Diagnose the connection to QiaoTong software (诊断桥通软件连接状态).

    CALL THIS FIRST when any tool reports the backend is unavailable.
    It distinguishes the three failure modes, which need different fixes:
    (任一工具报后端不可用时先调用本工具,它区分三种需要不同处置的状态)

    - connected (已连接): ready to model.
    - version_mismatch (版本不匹配): the QiaoTong API version and the
      installed qtmodel differ. qtmodel pins an exact version, so the
      user must upgrade QiaoTong (or install a matching qtmodel).
      (桥通与 qtmodel 版本必须精确一致,需升级桥通软件)
    - software_not_running (软件未启动): start QiaoTong and wait for the
      main window, then retry. (启动桥通并等待主界面加载)

    Returns the status, a human-readable message, the recommended action,
    and the client/server versions involved.

    IMPORTANT: when connecting through a port forward (e.g. an SSH tunnel to
    QiaoTong on another machine), the URL host must be `localhost`, not
    `127.0.0.1`. Windows HTTP.sys validates the Host header and rejects the
    bare IP with "400 Invalid Hostname" even though the port is reachable.
    (经端口转发访问时必须用 localhost;Windows HTTP.sys 会以
    400 Invalid Hostname 拒绝 127.0.0.1 的 Host 头)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.3.1

TDQS

A4.8/5.0
Behavior5/5

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

Annotations are all false and provide no safety profile, so the description carries the full burden, and it delivers: it discloses the strict version-pinning behavior of qtmodel and the non-obvious Windows HTTP.sys gotcha that the URL host must be `localhost` rather than `127.0.0.1` through a port forward. This is precisely the kind of platform-specific behavior an agent could never infer from the schema or annotations. No contradiction with the annotations.

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?

Well-structured and front-loaded: purpose → trigger condition → three statuses with fixes → return values → critical gotcha, with every section earning its place. Mild deduction because the inline Chinese translations roughly double the length, though they are arguably necessary for this user base.

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

Completeness5/5

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

For a 0-parameter diagnostic tool with no output schema, nothing an agent needs to invoke correctly is missing: the trigger condition, all three possible statuses with per-status remediation, the return contract, and the port-forward host pitfall are all specified. The description fully substitutes for the absent output schema.

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?

With 0 parameters, the schema documents everything there is to document, so the baseline is 4. The description adds value by compensating for the missing output schema, naming the four returned components (status, human-readable message, recommended action, client/server versions) and the exact status enum values.

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?

States a specific verb and resource ('Diagnose the connection to QiaoTong software') and enumerates the three distinct outcomes (connected, version_mismatch, software_not_running), which makes the tool's scope unmistakable. Among ~150 modeling-focused siblings, it is the only connection diagnostic, so an agent can immediately tell it apart.

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

Usage Guidelines5/5

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

Gives an explicit, imperative trigger condition — 'CALL THIS FIRST when any tool reports the backend is unavailable' — which is exactly the routing decision an agent faces. It also tells the agent what to do after each outcome (upgrade QiaoTong, start the software and wait), effectively supplying the post-call action plan alongside the when-to-call rule.

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