tooluniverse.tools.PubChem_get_compound_synonyms_by_CID module¶ PubChem_get_compound_synonyms_by_CID Get complete list of synonyms for compound by CID. tooluniverse.tools.PubChem_get_compound_synonyms_by_CID.PubChem_get_compound_synonyms_by_CID(cid, *, stream_callback=None, use_cache=False, validate=True)[source]¶ Get complete list of synonyms for compound by CID. Parameters: cid (int) – Compound ID to query synonyms for, e.g., 2244. 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]