Skip to main content
Glama

search_by_target

Find compounds tested against specific biological targets like genes, proteins, or pathways. Filter results by activity type and retrieve relevant bioactivity data from PubChem's chemical database.

Instructions

Find compounds tested against a specific biological target

Input Schema

NameRequiredDescriptionDefault
activity_typeNoType of activity (e.g., IC50, EC50, Ki)
max_recordsNoMaximum number of results (1-1000, default: 100)
targetYesTarget name (gene, protein, or pathway)

Input Schema (JSON Schema)

{ "properties": { "activity_type": { "description": "Type of activity (e.g., IC50, EC50, Ki)", "type": "string" }, "max_records": { "description": "Maximum number of results (1-1000, default: 100)", "maximum": 1000, "minimum": 1, "type": "number" }, "target": { "description": "Target name (gene, protein, or pathway)", "type": "string" } }, "required": [ "target" ], "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/k-lordbodin7/PubChem-MCP-Server'

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