Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_biorxiv_preprint_details

Retrieve comprehensive metadata for bioRxiv or medRxiv preprints using a DOI identifier. Access detailed information such as title, authors, and abstract for accurate biomedical research.

Instructions

Get detailed information about a specific preprint by DOI.

This tool retrieves detailed metadata for a single preprint from bioRxiv or medRxiv using its DOI identifier.

Args: doi (str): DOI of the preprint (e.g., '10.1101/2020.09.09.20191205'). server (str): Server to search - 'biorxiv' or 'medrxiv' (default: 'biorxiv').

Returns: dict: Detailed preprint information or error message

Input Schema

NameRequiredDescriptionDefault
doiYesDOI of the preprint (e.g., '10.1101/2020.09.09.20191205')
serverNoServer to search: 'biorxiv' or 'medrxiv'biorxiv

Input Schema (JSON Schema)

{ "properties": { "doi": { "description": "DOI of the preprint (e.g., '10.1101/2020.09.09.20191205')", "title": "Doi", "type": "string" }, "server": { "default": "biorxiv", "description": "Server to search: 'biorxiv' or 'medrxiv'", "title": "Server", "type": "string" } }, "required": [ "doi" ], "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