Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

save_model_file

Write the current structural model to a .qtb file at the specified path, ensuring bridge analysis work is preserved for future sessions.

Instructions

    Save the current model to a file (保存模型文件).

    Args:
        file_path: Absolute or relative path to the .qtb file (保存的文件路径)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes

Schema Changelog

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

  1. First observedv0.3.1

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already indicate a non-read-only operation, and the description aligns by saying it saves the current model. It adds the .qtb file format and absolute/relative path behavior, but it does not disclose whether an existing file is overwritten or what happens on success or failure.

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 short and front-loaded with the purpose, followed by a compact Args block. The Chinese parentheticals repeat the English content and add mild redundancy, but overall the structure is scannable and free of filler.

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 single-parameter save operation, the essential input is covered and the tool is not complex. However, with no output schema and no mention of return values, overwrite behavior, or failure modes, the description is only moderately complete for an agent deciding how to invoke it.

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?

The schema only defines file_path as a string with no description, so the description carries the burden of explaining it. It does so clearly: file_path is an absolute or relative path to a .qtb file. This meaningfully compensates for the 0% schema coverage, though it could include examples or constraints.

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 action ('Save'), the resource ('the current model'), and the destination ('a file' with .qtb extension). It is specific enough to identify the tool's job, though it does not explicitly contrast it with siblings like open_model_file or save_model_screenshot.

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?

There is no guidance on when to use this tool versus alternatives, no mention of prerequisites, and no exclusions. The description defines the operation but leaves the tool-selection decision entirely to inference.

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