tooluniverse.ctg_tool module¶
- class tooluniverse.ctg_tool.ClinicalTrialsDetailsTool(tool_config)[source]¶
Bases:
ClinicalTrialsTool
- class tooluniverse.ctg_tool.ClinicalTrialsSearchTool(tool_config)[source]¶
Bases:
ClinicalTrialsTool
- class tooluniverse.ctg_tool.ClinicalTrialsTool(tool_config)[source]¶
Bases:
RESTfulTool
- _format_endpoint_url(arguments)[source]¶
Formats the endpoint URL by substituting path parameters (like {nctId}) with values from the arguments dictionary.
- _map_param_names(arguments)[source]¶
Maps the parameter names in the arguments dictionary to the expected parameter names defined in the tool’s JSON configuration.