Fda Purple Book Tools#

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

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

Available Tools#

FDAPurpleBook_search_products (Type: FDAPurpleBookTool)#

Search FDA’s Purple Book of licensed biological products: reference biologics, their licensed bio…

FDAPurpleBook_search_products tool specification

Tool Information:

  • Name: FDAPurpleBook_search_products

  • Type: FDAPurpleBookTool

  • Description: Search FDA’s Purple Book of licensed biological products: reference biologics, their licensed biosimilars/interchangeables, and exclusivity dates. Provide at least one filter (matched as a case-insensitive substring). Example: proper_name=’adalimumab’ returns Humira and every licensed adalimumab biosimilar/interchangeable with applicant, license type, and exclusivity expiration data. Always fetches FDA’s latest published monthly snapshot, so results reflect the current database, not a fixed release.

Parameters:

  • proprietary_name ([‘string’, ‘null’]) (optional) Brand name, e.g. ‘Humira’.

  • proper_name ([‘string’, ‘null’]) (optional) Non-proprietary/generic name (INN), e.g. ‘adalimumab’.

  • applicant ([‘string’, ‘null’]) (optional) License holder, e.g. ‘AbbVie’.

  • bla_number ([‘string’, ‘null’]) (optional) Biologics License Application number, e.g. ‘125057’.

  • license_type ([‘string’, ‘null’]) (optional) ‘351(a)’ (reference biologic), ‘351(k) Biosimilar’, or ‘351(k) Interchangeable’.

  • reference_product_proper_name ([‘string’, ‘null’]) (optional) For biosimilars/interchangeables: the reference product’s generic name they were compared against, e.g. ‘adalimumab’.

  • reference_product_proprietary_name ([‘string’, ‘null’]) (optional) For biosimilars/interchangeables: the reference product’s brand name, e.g. ‘Humira’.

  • limit ([‘integer’, ‘null’]) (optional) Max records to return, 1-500. Default 30.

Example Usage:

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