Skip to main content
Glama

PubChem MCP Server

compare_activity_profiles

Analyze and compare bioactivity profiles of 2-50 compounds using PubChem CIDs to identify similarities or differences in their biological effects.

Instructions

Compare bioactivity profiles across multiple compounds

Input Schema

NameRequiredDescriptionDefault
activity_typeNoSpecific activity type for comparison (optional)
cidsYesArray of PubChem CIDs (2-50)

Input Schema (JSON Schema)

{ "properties": { "activity_type": { "description": "Specific activity type for comparison (optional)", "type": "string" }, "cids": { "description": "Array of PubChem CIDs (2-50)", "items": { "type": "number" }, "maxItems": 50, "minItems": 2, "type": "array" } }, "required": [ "cids" ], "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