Skip to main content
Glama

ChEMBL MCP Server

search_drug_indications

Search for therapeutic indications and disease areas by drug type and specified condition using a structured query on the ChEMBL MCP Server.

Instructions

Search for therapeutic indications and disease areas

Input Schema

NameRequiredDescriptionDefault
drug_typeNoDrug type filter (e.g., Small molecule, Antibody)
indicationYesDisease or indication search term
limitNoNumber of results to return (1-1000, default: 25)

Input Schema (JSON Schema)

{ "properties": { "drug_type": { "description": "Drug type filter (e.g., Small molecule, Antibody)", "type": "string" }, "indication": { "description": "Disease or indication search term", "type": "string" }, "limit": { "description": "Number of results to return (1-1000, default: 25)", "maximum": 1000, "minimum": 1, "type": "number" } }, "required": [ "indication" ], "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