fetch_article_details
Retrieve detailed metadata for PubMed articles using one or more PMIDs. Accepts single, comma-separated, or list inputs to return complete article information.
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) Inputs are string-only and fail as a complete batch when any PMID is invalid.
Returns: Detailed information for each article.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pmids | Yes | ||
| output_format | No | markdown |