fetch_article_details
Retrieve detailed information for one or more PubMed articles by providing their PMIDs. Supports multiple input formats for efficient access to article metadata.
Instructions
Fetch detailed information for one or more PubMed articles.
Args: pmids: PubMed IDs - accepts multiple formats: - "12345678" (single) - "12345678,87654321" (comma-separated) - "PMID:12345678" (with prefix) - ["12345678", "87654321"] (list) - 12345678 (integer)
Returns: Detailed information for each article.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pmids | Yes | ||
| output_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |