search_by_inchi
Find chemical compounds in PubChem using InChI strings or InChI keys to identify and retrieve detailed information about specific molecules.
Instructions
Search for compounds by InChI or InChI key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inchi | Yes | InChI string or InChI key |
Input Schema (JSON Schema)
{
"properties": {
"inchi": {
"description": "InChI string or InChI key",
"type": "string"
}
},
"required": [
"inchi"
],
"type": "object"
}