Get a Harness Engineering Handbook Chapter
get_handbookRetrieve a Harness Engineering Handbook chapter by ID or slug to get its full Markdown body, provenance, and related IDs.
Instructions
Get one Harness Engineering Handbook chapter, by id (e.g. 'HRN-001') or slug. Returns the full Markdown body plus its provenance and related ids. Use this once search or list_handbook has given you an id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Chapter id like 'HRN-001', or its slug. | |
| locale | No | Language of the returned body. Default: en. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| body | No | Full Markdown body of the chapter. | |
| name | No | ||
| slug | No | ||
| tags | No | ||
| domain | No | ||
| locale | No | ||
| status | No | ||
| api_url | No | ||
| locales | No | ||
| related | No | ||
| summary | No | ||
| updated | No | ||
| version | No | ||
| category | No | ||
| evidence | No | Evidence-First provenance: weight claims by this. | |
| fallback | No | True when the body is not in the requested locale. | |
| featured | No | ||
| patterns | No | ||
| knowledge | No | ||
| frameworks | No | ||
| references | No | ||
| technologies | No | ||
| canonical_url | No | ||
| resolved_locale | No | The locale actually returned — the handbook is authored in English only. | |
| requested_locale | No | The locale that was asked for. |