List templates
layerz_list_templatesList reusable model templates (curated system templates + your own). Each entry carries name, subtitle, glyph (Lucide emblem icon), description (the template's markdown usage guide), category, scope, and a structure summary (top-level section names + item count) so you can pick the right base from a prompt. Account-level, read-only. Fork a whole template into a new model with layerz_create_model({ template_id }); apply one as a module into an existing model with layerz_build_from_blueprint({ template_id, mode: "merge" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Filter by scope: "system" (curated) or "user" (your own). |