haops_read_role_template
Retrieve a complete role template by its kebab-case name, including baseBody markdown, hydrated defaultSkills, and UUID. Use after listing templates to get full contents.
Instructions
Read a single role template by its kebab-case name. Returns the current version with baseBody (full markdown) + defaultSkills hydrated (each entry includes skill name + description) + ID UUID. Use after haops_list_role_templates to fetch the full template contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | When true, return the full JSON envelope verbatim (includes UUIDs, audit metadata, defaultSkills as structured JSON). Useful for programmatic inspection or piping into other tools. | |
| name | Yes | Kebab-case template name (e.g. "architect", "dev"). |