get_related_tools
Find related medical calculators by analyzing shared parameters, specialty, and clinical context. Enter a tool ID to get a ranked list of similar tools for efficient discovery.
Instructions
🔗 取得相關工具 (High-Level 語義發現)
基於共享參數和專科自動發現相關工具。 純 Python 算法,無 ML 依賴。
Args: tool_id: 工具 ID limit: 最多回傳幾個相關工具
Returns: 相關工具清單及相似度分數
Example:
get_related_tools("sofa_score")
# → {"related_tools": [
# {"tool_id": "qsofa_score", "similarity": 0.85},
# {"tool_id": "apache_ii", "similarity": 0.72},
# ...
# ]}💡 相關性基於: 共享參數、相同專科、相同臨床情境
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| tool_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||