List templates and template groups
list_all_templatesRetrieve a simplified list of all templates and template groups with basic details. Supports pagination with limit and offset parameters.
Instructions
Get simplified list of all templates and template groups with basic information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (1-100, default 50) | |
| offset | No | Number of items to skip for pagination (default 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items in this page | |
| offset | No | Number of items skipped | |
| has_more | No | Whether more items exist beyond this page | |
| templates | Yes | ||
| total_count | Yes | Total number of templates across all pages |