lexml_resolve_urn
Resolves a LexML URN to its public URL. Supports optional verification to follow redirects and validate the host.
Instructions
Resolve a LexML URN to its public URL.
Args: urn: LexML URN (e.g. 'urn:lex:br:federal:lei:1990-09-11;8078') verify: If True, follow redirects and validate final host (SSRF guard). Default False — only constructs the URL without network call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urn | Yes | ||
| verify | No |