Skip to main content
Glama

PubChem MCP Server

get_compound_bioactivities

Retrieve bioassay results and activity outcomes for a specific compound by its PubChem CID. Filter results by activity type (active, inactive, inconclusive) to analyze compound bioactivity data.

Instructions

Get all bioassay results and activities for a compound

Input Schema

NameRequiredDescriptionDefault
activity_outcomeNoFilter by activity outcome (default: all)
cidYesPubChem Compound ID (CID)

Input Schema (JSON Schema)

{ "properties": { "activity_outcome": { "description": "Filter by activity outcome (default: all)", "enum": [ "active", "inactive", "inconclusive", "all" ], "type": "string" }, "cid": { "description": "PubChem Compound ID (CID)", "type": [ "number", "string" ] } }, "required": [ "cid" ], "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/PubChem-MCP-Server'

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