list_forms
Retrieve a paginated list of team forms in reverse chronological order, with optional filters by scene and title. Use to browse forms without loading question details.
Instructions
List the forms of the current team. Returned in reverse chronological order of creation, without question content (use get_form for details).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Items per page, default 20, max 100 | |
| scene | No | Filter by scene, optional | |
| titleContains | No | Fuzzy match by title, optional |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | The page of forms (newest first) | |
| totalDocs | No | Total forms matching the filter |