Skip to main content
Glama

Get Bioactivity

pubchem_get_bioactivity
Read-onlyIdempotent

Retrieve bioactivity profiles for chemical compounds using PubChem IDs. Access assay results, activity outcomes, molecular targets, and quantitative values like IC50 or Ki. Filter by active status to focus on biologically relevant data.

Instructions

Get a compound's bioactivity profile: which assays tested it, activity outcomes (Active/Inactive/Inconclusive), target information (gene symbols, protein names), and quantitative values (IC50, EC50, Ki, etc.). Filter by outcome to focus on active results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cidYesPubChem Compound ID.
outcomeFilterNoFilter by activity outcome. "active" shows only assays where the compound showed activity — most useful for understanding biological profile. Default: "all".all
maxResultsNoMax assay results to return (1-100). Well-studied compounds have thousands of records. Default: 20.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cidYesPubChem Compound ID.
totalAssaysYesTotal unique assays for this compound.
activeCountYesAssays with "Active" outcome.
inactiveCountYesAssays with "Inactive" outcome.
resultsYesAssay results matching the filter.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

While annotations confirm read-only/idempotent behavior, the description adds valuable context about the data structure returned (assay lists, quantitative binding constants, target protein names) and the domain meaning of 'activity outcomes.' This helps the agent understand what constitutes a 'bioactivity profile' beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two well-constructed sentences with zero waste. The first front-loads the core capability and data types (assays, outcomes, targets, quantitative values); the second provides actionable filtering guidance. Every clause earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 100% schema coverage, present annotations, and an existing output schema, the description appropriately focuses on domain semantics (bioactivity terminology like IC50/Ki) rather than repeating structural details. The level of detail matches the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, establishing a baseline of 3. The description adds semantic value by explaining the investigative purpose of the outcomeFilter ('focus on active results' for understanding biological profiles), which helps the agent select appropriate parameter values beyond the raw schema enums.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Get') and clearly identifies the resource ('compound's bioactivity profile'). It distinguishes from siblings by detailing unique bioactivity-specific content (assays, IC50/EC50/Ki values, target gene symbols) that none of the other compound tools provide.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear guidance on using the outcomeFilter parameter ('focus on active results'), implying when to filter versus retrieving all records. However, it lacks explicit comparison to sibling tools (e.g., when to use this versus pubchem_search_assays or pubchem_get_compound_details).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/cyanheads/pubchem-mcp-server'

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