get_article
Retrieve specific article text from EU regulations like GDPR or AI Act. Use after search_regulations to access full legal content with optional recitals.
Instructions
Retrieve the full text of a specific article from a regulation. WARNING: Token usage varies (500-70,000 tokens per article). Large articles are automatically truncated at 50,000 characters (~12,500 tokens) with a notice. Use search_regulations first to find relevant articles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regulation | Yes | Regulation ID (e.g., "GDPR", "NIS2", "DORA") | |
| article | Yes | Article number (e.g., "17", "23") | |
| include_recitals | No | Optional: include related recitals alongside the article text (default: false) |