Template Read Tool
template-readList workspace Twig templates, optionally filtered by name_prefix or search, or show one template's full source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform. | |
| search | No | Search templates by name or content for "list". Can be combined with name_prefix. | |
| name_prefix | No | Filter templates by name prefix for "list" (e.g. "email.", "public.", "custom."). Use the normalized name without the "portal." prefix. | |
| template_name | No | Template name (e.g. "email.invoice_paid") or a raw design-scoped db_name. Required for "show". |