formula_pk_models
Find pharmacokinetic (PK) models in BioModels by searching with keywords such as absorption or elimination. Optionally filter by drug name to return matching model lists.
Instructions
搜尋藥動學 (PK) 模型
專門從 BioModels 搜尋藥動學相關模型。
Args:
query: 搜尋關鍵字(如 "absorption", "elimination")
drug: 藥物名稱(可選)
limit: 返回數量上限
Returns:
藥動學模型列表
Example:
# 搜尋吸收模型
formula_pk_models(query="absorption")
# 搜尋特定藥物
formula_pk_models(drug="warfarin")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drug | No | ||
| limit | No | ||
| query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||