Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_antibody_information

Retrieve detailed antibody metadata by its unique ID, including catalog number, vendor, clonality, epitope, applications, target species, isotype, and citations to support research and experimentation.

Instructions

Get detailed information for a specific antibody by its ID.

This function retrieves comprehensive information about a single antibody from the Antibody Registry using its unique antibody ID (abId). The antibody ID is typically obtained from the results of get_antibody_list() function, where each antibody entry contains an 'abId' field that can be used with this function to get detailed information.

Note: Some information provided by the Antibody Registry is for non-commercial use only. Users should refer to antibodyregistry.org for complete terms of use and licensing details.

Args: ab_id (str): The unique antibody ID from the Antibody Registry. This is typically obtained from the 'abId' field in the results of get_antibody_list(), unless the ID is directly provided by the user.

Returns: dict: Detailed antibody information including catalog number, vendor, clonality, epitope, applications, target species, isotype, source organism, citations, and other metadata, or error message if the request fails.

Input Schema

NameRequiredDescriptionDefault
ab_idYesAntibody ID from the Antibody Registry (e.g., '3643095')

Input Schema (JSON Schema)

{ "properties": { "ab_id": { "description": "Antibody ID from the Antibody Registry (e.g., '3643095')", "title": "Ab Id", "type": "string" } }, "required": [ "ab_id" ], "type": "object" }
Install Server

Other Tools from BioContextAI Knowledgebase MCP

Related Tools

    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/biocontext-ai/knowledgebase-mcp'

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