match_citations
Batch match free-text citations to retrieve PubMed IDs (PMIDs). Input pipe-delimited citation strings and get unique identifiers.
Instructions
Batch match free-text citations against PubMed to retrieve their PMIDs (ECitMatch).
citations holds one or more citation strings in the pipe-delimited ECitMatch format:
"journal_title|year|volume|first_page|author_name|your_key|", one per line, e.g.
"proc natl acad sci u s a|1991|88|3248|mann bj|key1|".
ECitMatch only supports plain-text output; the raw response is returned under "raw_text".
Examples: match_citations(citations="proc natl acad sci u s a|1991|88|3248|mann bj|key1|")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| citations | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||