Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_europepmc_fulltext

Retrieve full text XML for a specified PMC ID from Europe PMC to access detailed biomedical research articles and data for analysis or integration.

Instructions

Get the full text XML for a given PMC ID from Europe PMC.

Args: pmc_id (str): PMC ID starting with "PMC" (e.g., "PMC11629965").

Returns: dict: Full text XML content or error message

Input Schema

NameRequiredDescriptionDefault
pmc_idYesPMC ID starting with 'PMC' (e.g., 'PMC11629965')

Input Schema (JSON Schema)

{ "properties": { "pmc_id": { "description": "PMC ID starting with 'PMC' (e.g., 'PMC11629965')", "title": "Pmc Id", "type": "string" } }, "required": [ "pmc_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