find_tools_by_params
Enter available patient parameters to discover which clinical scoring tools can be calculated from them.
Instructions
🔍 根據已有參數找工具 (High-Level 反向查找)
「我有這些數值,可以計算什麼?」
Args: params: 參數名稱列表 Examples: ["creatinine", "age", "weight"] ["gcs", "pupil", "motor"] ["bilirubin", "inr", "ascites"]
Returns: 可使用這些參數的工具清單
Example:
find_tools_by_params(["age", "creatinine", "bilirubin"])
# → {"tools": [
# {"tool_id": "meld_score", "input_params": [...]},
# {"tool_id": "ckd_epi_2021", "input_params": [...]},
# ...
# ]}💡 適合場景: 已有病患數據,想知道能計算哪些評分
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||