assess_environmental_fate
Analyze chemical biodegradation and bioaccumulation potential using PubChem data to evaluate environmental persistence and ecological 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"
}