Fda Pharmacogenomic Biomarkers Tools

Configuration File: fda_pharmacogenomic_biomarkers_tools.json Tool Type: Local Tools Count: 1

This page contains all tools defined in the fda_pharmacogenomic_biomarkers_tools.json configuration file.

Available Tools

fda_pharmacogenomic_biomarkers (Type: FDAPharmacogenomicBiomarkersTool)

Retrieve pharmacogenomic biomarkers from FDA drug labels. This tool fetches the Table of Pharmaco…

fda_pharmacogenomic_biomarkers tool specification

Tool Information:

  • Name: fda_pharmacogenomic_biomarkers

  • Type: FDAPharmacogenomicBiomarkersTool

  • Description: Retrieve pharmacogenomic biomarkers from FDA drug labels. This tool fetches the Table of Pharmacogenomic Biomarkers in Drug Labeling from the FDA website and allows filtering by drug name or biomarker.

Parameters:

  • drug_name (string) (optional) Filter by the name of the drug (e.g., ‘Sivextro’, ‘Abacavir’). Case-insensitive partial match.

  • biomarker (string) (optional) Filter by the specific biomarker (e.g., ‘CYP2D6’, ‘HLA-B*5701’). Case-insensitive partial match.

  • limit (integer) (optional) Maximum number of results to return.

Example Usage:

query = {
    "name": "fda_pharmacogenomic_biomarkers",
    "arguments": {
    }
}
result = tu.run(query)