list_templates
Find active quiz templates in the public library by scene, category, or title, sorted by usage count. Use results to select a template and create a form from it.
Instructions
List active templates in the public template library (id, title, scene, description, category, recommended flag, usage count), most-used first. Use this to find a template, then call create_form_from_template with its id to create a form from it — the fastest way to build a quiz when a suitable template exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Items per page, default 20, max 100 | |
| scene | No | Filter by scene, optional | |
| categoryId | No | Filter by category id, optional | |
| isRecommended | No | When true, only return recommended templates | |
| titleContains | No | Fuzzy match by title, optional |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | The page of templates | |
| totalDocs | No | Total templates matching the filter |