Skip to main content
Glama

ChEMBL MCP Server

compare_activities

Analyze and compare bioactivity data of 2-10 compounds against a specific target using ChEMBL IDs to identify patterns or differences in activity types.

Instructions

Compare bioactivity data across multiple compounds or targets

Input Schema

NameRequiredDescriptionDefault
activity_typeNoActivity type for comparison
molecule_chembl_idsYesArray of ChEMBL compound IDs (2-10)
target_chembl_idNoChEMBL target ID for comparison

Input Schema (JSON Schema)

{ "properties": { "activity_type": { "description": "Activity type for comparison", "type": "string" }, "molecule_chembl_ids": { "description": "Array of ChEMBL compound IDs (2-10)", "items": { "type": "string" }, "maxItems": 10, "minItems": 2, "type": "array" }, "target_chembl_id": { "description": "ChEMBL target ID for comparison", "type": "string" } }, "required": [ "molecule_chembl_ids" ], "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