campus_research_verify_citation
Verify a DOI citation by matching the discovered title against the official registry before citing. Prevents invalid or mismatched citations by confirming exact bibliographic identity.
Instructions
Strictly verify that a discovered title belongs to an exact DOI record before citing it. Returns citeAllowed=false for mismatches, absent records, or incomplete canonical metadata. citationRecord contains only registry fields and must never be completed by inference. This verifies bibliographic identity only; claims still require page or section evidence from the document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doi | Yes | ||
| expectedYear | No | Optional publication year from the candidate. If supplied, it must match the registry. | |
| expectedTitle | Yes | Exact title returned by the discovery provider. It is compared with the DOI registry before citation is allowed. | |
| expectedAuthors | No | Optional complete author list from the candidate, in order. If supplied, every author must match the registry. |