assess_environmental_fate
Evaluate biodegradation and bioaccumulation for a chemical compound using its PubChem CID to understand its environmental impact.
Instructions
Assess environmental fate including biodegradation and bioaccumulation
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"
}