List templates and template groups
list_all_templatesRetrieve a simplified list of all templates and template groups with basic information. Use pagination parameters to control the number of items returned.
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 |
|---|---|---|---|
| templates | Yes | ||
| total_count | Yes | Total number of templates across all pages | |
| offset | No | Number of items skipped | |
| limit | No | Maximum number of items in this page | |
| has_more | No | Whether more items exist beyond this page |