get_literature_references
Retrieve PubMed citations and scientific literature references by entering a PubChem Compound ID (CID). Explore related research and data for chemical compounds on this PubChem MCP Server tool.
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"
}