search_bioassays
Search for biological assays by target protein, gene name, description, or data source to find relevant bioactivity data and experimental protocols.
Instructions
Search for biological assays by target, description, or source
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_records | No | Maximum number of results (1-1000, default: 100) | |
| query | No | General search query | |
| source | No | Data source (e.g., ChEMBL, NCGC) | |
| target | No | Target protein or gene name |
Input Schema (JSON Schema)
{
"properties": {
"max_records": {
"description": "Maximum number of results (1-1000, default: 100)",
"maximum": 1000,
"minimum": 1,
"type": "number"
},
"query": {
"description": "General search query",
"type": "string"
},
"source": {
"description": "Data source (e.g., ChEMBL, NCGC)",
"type": "string"
},
"target": {
"description": "Target protein or gene name",
"type": "string"
}
},
"required": [],
"type": "object"
}