get-article-details
Retrieve comprehensive medical article information using PubMed ID to access detailed research data from authoritative medical databases.
Instructions
Get detailed information about a specific medical article by PMID
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"
}