get_templates
List templates from your RenderForm account with optional filters by name, tags, or source template ID. Supports pagination to find a template identifier for rendering.
Instructions
This tool lists templates available in your RenderForm account.
Optionally filter by 'name', 'tags' or 'sourceTemplateId'.
Supports pagination with 'page' (default 0) and 'size' (default 20, max 50).
Use this to find a template identifier before rendering or fetching template details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter templates by name. | |
| page | No | Page number for pagination (default 0). | |
| size | No | Page size for pagination (default 20, max 50). | |
| tags | No | Filter templates by tags. | |
| sourceTemplateId | No | Filter by the identifier of the source template used to create a template. |