Skip to main content
Glama

OpenTargets MCP Server

search_targets

Discover therapeutic targets by searching gene symbols, names, or descriptions using this tool. Specify query, result size, and output format for precise research insights.

Instructions

Search for therapeutic targets by gene symbol, name, or description

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (default: json)
queryYesSearch query (gene symbol, name, 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 (gene symbol, name, 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