Skip to main content
Glama

ChEMBL MCP Server

get_dose_response

Retrieve dose-response data and activity profiles for specific compounds by providing a ChEMBL compound ID, with optional filtering by a ChEMBL target ID.

Instructions

Get dose-response data and activity profiles for compounds

Input Schema

NameRequiredDescriptionDefault
molecule_chembl_idYesChEMBL compound ID
target_chembl_idNoChEMBL target ID (optional filter)

Input Schema (JSON Schema)

{ "properties": { "molecule_chembl_id": { "description": "ChEMBL compound ID", "type": "string" }, "target_chembl_id": { "description": "ChEMBL target ID (optional filter)", "type": "string" } }, "required": [ "molecule_chembl_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Augmented-Nature/ChEMBL-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server