Skip to main content
Glama
SorataYang

Qiao-MCP

by SorataYang

list_qtmodel_api

Read-onlyIdempotent

Identify any qtmodel API method and its real signature before calling it. Filter methods by database object and name pattern to locate uncommon operations and invoke them with correct parameter names.

Instructions

    Discover qtmodel API methods and their real signatures (检索 qtmodel API 方法及签名).

    Use this to find long-tail methods NOT covered by the curated tools,
    then invoke them with call_qtmodel_api. ALWAYS discover the real
    signature here before calling — do not guess parameter names.
    (先用本工具查到真实签名,再用 call_qtmodel_api 调用,切勿臆测参数名。)

    Args:
        api_object: Which database to inspect (数据库对象):
            "mdb" (建模), "odb" (结果/查询), "cdb" (检算)
        pattern: Case-insensitive substring filter on method name
                 (方法名关键字过滤,如 "tendon"、"spectrum")
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
patternNo
api_objectYes

Schema Changelog

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

  1. First observedv0.3.1

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds useful behavioral context: it inspects specific databases ('mdb', 'odb', 'cdb'), filters method names with a case-insensitive substring, and returns 'real signatures'. No contradiction with 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?

The description is front-loaded with the core purpose and structured clearly with an Args section. The bilingual duplication is slightly redundant, but it is compact and every major idea is covered without wandering.

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?

The description covers the workflow, the parameters, and the relationship to call_qtmodel_api. There is no output schema, so a bit more detail about the exact return shape of the discovered signatures would be even better, but it is still adequate for an agent to use the tool correctly.

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 descriptions are absent, but the description fully compensates by explaining both parameters: api_object identifies which database to inspect with concrete allowed values, and pattern is a case-insensitive substring filter with examples. This is exactly the semantic detail an agent needs.

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 names a specific verb and resource: 'Discover qtmodel API methods and their real signatures.' It also explicitly differentiates this tool from the curated tools and from call_qtmodel_api, so an agent can tell what it is for without ambiguity.

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?

The description gives explicit usage direction: use this for long-tail methods NOT covered by curated tools, and always discover the real signature here before calling call_qtmodel_api. It also says not to guess parameter names, which is a clear do-not behavior.

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