Get Standard
get_standardResolve fuzzy or canonical standard identifiers to retrieve authoritative records, optionally downloading full text via docling for in-depth access.
Instructions
Retrieve a standard by identifier (canonical or fuzzy).
Resolves fuzzy inputs (e.g. "rfc9000", "nist 800-53") to their
canonical form before fetching. With fetch_full_text=True and
docling configured, downloads and converts the full text.
With fetch_full_text=True the docling conversion takes minutes, so
such a call returns a job handle to poll with get_job_result rather
than the record itself. Without it, and on a cache hit, the record comes
back directly.
A conversion that fails still returns the record, with the reason in
full_text_error; full_text_url is there to fetch by hand. No
full_text and no full_text_error means none was on offer, or
docling is not configured — neither is worth retrying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | Canonical or fuzzy standard identifier. | |
| fetch_full_text | No | If True and docling is configured, download and convert the full text PDF/HTML via docling. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||