list_qtmodel_api
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
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | ||
| api_object | Yes |