search_compounds
ActiveTool of Cure Cancer With AI
Find pharmaceutical compounds two ways: by example drugs you already know (fuzzy-matched), or by setting target characteristics on a −4…+4 scale. Provide exactly one of `examples` or `preferences`. Use list_compound_characteristics for the available preference names.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Max results (1–100, default 20)."
},
"examples": {
"type": "array",
"items": {
"type": "string"
},
"description": "Known drug names to find similar compounds for, e.g. [\"aspirin\",\"ibuprofen\"]. Mutually exclusive with preferences."
},
"preferences": {
"type": "object",
"description": "Map of characteristic name to desired value on the −4…+4 scale, e.g. {\"Neuroactive\":3,\"Immunoactive\":-2}. Omit a characteristic to ignore it. Mutually exclusive with examples.",
"additionalProperties": {
"type": "number",
"maximum": 4,
"minimum": -4
}
},
"include_characteristics": {
"type": "boolean",
"description": "Include each result’s characteristic scores in the response."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Cure Cancer With AI
https://github.com/hifarrer/ccwai-api
1/7 registries