Hmrc Manual Section
hmrc_manual_sectionRetrieve the full text of one section of an HMRC internal manual (or another UK departmental manual), by its base_path or by manual plus section id such as EIM42750. Returns the section title, its text, its place in the manual's structure, whether it has been withdrawn, and its published_at / source_last_modified with age_days so you can tell how current HMRC's stated position is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manual | No | Manual base_path or slug, used together with section_id. | |
| base_path | No | Full section path, e.g. "/hmrc-internal-manuals/employment-income-manual/eim42750". | |
| max_chars | No | Cap on returned body text (default 20000). | |
| section_id | No | Section id, e.g. "EIM42750" (case-insensitive). |