get_institutional_link
Obtain an institutional access link to view an article's full text through your library's resolver. Provide the article's PMID, DOI, or bibliographic details.
Instructions
Generate institutional access link (OpenURL) for an article.
═══════════════════════════════════════════════════════════════════════════════ 🔗 GET LIBRARY ACCESS LINK ═══════════════════════════════════════════════════════════════════════════════
Generate an OpenURL that will take you through your library's link resolver to access the full text of an article.
PREREQUISITES: ───────────────── Must first call configure_institutional_access() to set up your resolver.
USAGE: ─────────────────
With PMID (easiest): get_institutional_link(pmid="38353755")
With DOI: get_institutional_link(doi="10.1001/jama.2024.1234")
With full metadata (most reliable): get_institutional_link( title="Some Article Title", journal="JAMA", year="2024", volume="331", issue="1", pages="45-52" )
Args: pmid: PubMed ID doi: Digital Object Identifier title: Article title journal: Journal name year: Publication year volume: Volume number issue: Issue number pages: Page range (e.g., "45-52")
Returns: OpenURL link or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pmid | No | ||
| doi | No | ||
| title | No | ||
| journal | No | ||
| year | No | ||
| volume | No | ||
| issue | No | ||
| pages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |