get_pmc_url
Retrieve the full URL to a PubMed Central article by providing its PMC identifier, with or without the 'PMC' prefix.
Instructions
Get the URL for a PubMed Central article.
Args: pmc_id: PMC identifier (with or without 'PMC' prefix)
Returns: Full URL to PMC article page
Examples: >>> get_pmc_url("PMC3539452") 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3539452/'
>>> get_pmc_url("3539452")
'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3539452/'Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pmc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |