tooluniverse.tools.PubChem_get_CID_by_compound_name module¶

PubChem_get_CID_by_compound_name

Retrieve corresponding CID list (IdentifierList) by chemical compound name. Note: This tool only …

tooluniverse.tools.PubChem_get_CID_by_compound_name.PubChem_get_CID_by_compound_name(name, *, stream_callback=None, use_cache=False, validate=True)[source]¶

Retrieve corresponding CID list (IdentifierList) by chemical compound name. Note: This tool only …

Parameters:
  • name (str) – Chemical compound name (e.g., “Aspirin”, “Acetaminophen”) or IUPAC name. Do n…

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

dict[str, Any]