Resolve Standard Identifier
resolve_standard_identifierNormalize a messy citation string into its canonical form, using local patterns first and falling back to source APIs, returning all candidates when ambiguous.
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.
A cold catalogue makes this slow: the first call after a fresh install or
a cleared cache downloads and parses each body's index, which runs well
past the soft deadline. Such a call returns a job handle to poll with
get_job_result rather than the result itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | Yes | Raw citation string as it appears in a paper reference. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||