get_orcid_publications
Retrieve publication data from ORCID profiles to support academic research and author disambiguation, providing titles, journals, DOIs, and PMIDs.
Instructions
Get publications/works from an ORCID profile.
Args: orcid_id: ORCID identifier (e.g., "0000-0000-0000-0000" or full URL) max_works: Maximum number of works to retrieve (default: 20, max: 100)
Returns: dict: Publications data with: - orcid_id: Cleaned ORCID identifier - total_works: Number of works found - works: List of publications with titles, journals, DOIs, PMIDs
Example usage: # Get works for specific ORCID get_orcid_publications("0000-0000-0000-0000")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orcid_id | Yes | ||
| max_works | No |