resolve_standard_identifier
Resolve messy citation strings to their canonical form. Uses local regex first, then queries source APIs, and returns all matching candidates for ambiguous input.
Instructions
Normalise a messy standard citation string to its canonical form.
Tries local regex first (fast, no network). Falls back to querying source APIs when local patterns don't match. Returns all candidates when the input is ambiguous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | Yes | Raw citation string as it appears in a paper reference. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |