Skip to main content
Glama

OpenTargets MCP Server

get_disease_targets_summary

Retrieve a summary of gene targets linked to a specific disease using a minimum association score and customizable result size for research purposes.

Instructions

Get overview of all targets associated with a disease

Input Schema

NameRequiredDescriptionDefault
diseaseIdYesDisease EFO ID
minScoreNoMinimum association score (0-1)
sizeNoNumber of targets to return (1-500, default: 50)

Input Schema (JSON Schema)

{ "properties": { "diseaseId": { "description": "Disease EFO ID", "type": "string" }, "minScore": { "description": "Minimum association score (0-1)", "maximum": 1, "minimum": 0, "type": "number" }, "size": { "description": "Number of targets to return (1-500, default: 50)", "maximum": 500, "minimum": 1, "type": "number" } }, "required": [ "diseaseId" ], "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