get_regulation
Retrieve the complete record of a regulation by its integer ID, including obligations, penalties, scope, and article-level details.
Instructions
Get the full record for a single regulation by its integer ID.
Use this when the user asks for the specific obligations, penalties,
scope, or article-level detail of a named regulation (e.g. "what are
the obligations under GDPR?", "what's the penalty range for MiCA?",
"summarise Article 17 of GDPR"). Returns the complete regulation
document: jurisdiction (and legacy country), category (and legacy
industry), regulation text, obligations, penalties, scope, tags,
upstream source_url, canonical uri, key articles, and timestamps.
IDs are integers (e.g. 123 = GDPR, 124 = GDPR Art. 17, 126 = MiCA).
Use search_regulations first to discover IDs — every result includes
an id field you can pass here.
Args: regulation_id: Integer ID of the regulation, e.g. 123. Required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regulation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |