pubmed_article_details
Retrieve detailed information about a specific PubMed article by providing its PMID, enabling quick access to essential research data and metadata for academic or scientific purposes.
Instructions
Get detailed information about a specific PubMed article
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pmid | Yes | PubMed ID (PMID) of the article |
Input Schema (JSON Schema)
{
"properties": {
"pmid": {
"description": "PubMed ID (PMID) of the article",
"type": "string"
}
},
"required": [
"pmid"
],
"type": "object"
}