Apply Template
convyy_apply_templateApply adaptive templates for CJM, SWOT, RACI, retro, BMC, or kanban. You define the structure; the server applies the preset layout and style.
Instructions
Apply a named, adaptive template (cjm, swot, raci, retro, bmc, kanban). You provide the structure (lanes and stages of any size); the server owns the layout and inherits the preset style. The grid grows to fit your content. Call with { list: true } to see available templates and their structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | Return the available templates instead of rendering. | |
| prompt | Yes | Short description (used for kanban frame title and fallback). | |
| overrides | No | Optional: { addLane:[{id,label}], addColumn:[{id,title}] } to extend the grid on the fly. | |
| structure | No | Grid templates: { lanes:[{id,label,color?}], stages:[{id,title,cells:{laneId:text}}] }. Kanban: { columns:[{id,title,order}], cards:[{id,title,columnId,status,order}] }. | |
| templateId | No | cjm | swot | raci | retro | bmc | kanban |