get_literature_references
Retrieve PubMed citations and scientific literature references for chemical compounds using their PubChem Compound ID to support research and verification.
Instructions
Get PubMed citations and scientific literature references
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | Yes | PubChem Compound ID (CID) |
Input Schema (JSON Schema)
{
"properties": {
"cid": {
"description": "PubChem Compound ID (CID)",
"type": [
"number",
"string"
]
}
},
"required": [
"cid"
],
"type": "object"
}