get_pmc_supplemental_material
Retrieve supplemental material files from PubMed Central Open Access articles by providing a PMCID, with options for file index, character offset, and limit.
Instructions
Gets Supplemental Material for a PubMed Central Open Access article.
Supports multiple PubMed Central ID in the following input formats:
Prefixed: PMC12345678
Numeric: 12345678
Prefixed with colon: PMC:12345678
Args: pmcid: PubMed Central ID in any supported format idx: The file index to retrieve offset: Character offset to start from (default: 0) limit: Maximum number of characters to return (default: None for all)
Returns: A Supplemental Material file content, optionally windowed.
Examples: >>> get_pmc_supplemental_material("PMC12345678", 1) 'Supplementary Material...' >>> get_pmc_supplemental_material("PMC:12345678", 1, offset=100, limit=500) 'Supplementary Material...'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pmcid | Yes | ||
| idx | No | ||
| offset | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |