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. Use it after searching or listing to access specific content.
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 | ||
| aliases | 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 | ||
| resource_uri | No | ||
| technologies | No | ||
| canonical_url | No | ||
| resolved_locale | No | The locale actually returned. Chapters are authored in English and translated; where a translation exists this equals the requested locale, and `fallback` says when it does not. | |
| requested_locale | No | The locale that was asked for. |