Skip to main content
Glama

OpenTargets MCP Server

search_diseases

Find diseases by name, synonym, or description using a query-based search. Specify result count and output format (JSON or TSV) for OpenTargets MCP Server research on gene-drug-disease associations.

Instructions

Search for diseases by name, synonym, or description

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (default: json)
queryYesSearch query (disease name, synonym, description)
sizeNoNumber of results to return (1-500, default: 25)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Output format (default: json)", "enum": [ "json", "tsv" ], "type": "string" }, "query": { "description": "Search query (disease name, synonym, description)", "type": "string" }, "size": { "description": "Number of results to return (1-500, default: 25)", "maximum": 500, "minimum": 1, "type": "number" } }, "required": [ "query" ], "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/OpenTargets-MCP-Server'

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