get_target_info
Retrieve comprehensive details for a specific biological target using its ChEMBL ID. Access curated information to support research and analysis on target-related data.
Instructions
Get detailed information for a specific target by ChEMBL target ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chembl_id | Yes | ChEMBL target ID (e.g., CHEMBL2095173) |
Input Schema (JSON Schema)
{
"properties": {
"chembl_id": {
"description": "ChEMBL target ID (e.g., CHEMBL2095173)",
"type": "string"
}
},
"required": [
"chembl_id"
],
"type": "object"
}