verify_citation
Check an academic citation for accuracy by comparing its title, authors, year, and venue against Semantic Scholar, OpenAlex, and CrossRef. Returns whether the paper exists and flags any mismatches.
Instructions
Verify that an academic citation is accurate by checking it against Semantic Scholar, OpenAlex, and CrossRef. Returns whether the paper exists and flags mismatches in title, authors, year, or venue.
Args: title: Title of the cited paper (required). authors: List of author names. year: Publication year. doi: DOI of the paper (e.g. 10.1145/12345). arxiv_id: arXiv ID (e.g. 2301.00001). url: Direct URL to the paper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| authors | No | ||
| year | No | ||
| doi | No | ||
| arxiv_id | No | ||
| url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |