get_standard
Retrieves standards by identifier, resolving fuzzy inputs like 'rfc9000' or 'nist 800-53' to canonical form. Optionally fetches full text when requested.
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.
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 |
|---|---|---|---|
| result | Yes |