list-projects
List project folders for a chosen scope (text, image, video, or audio) via the Syntx AI API. Returns an array of Folder items.
Instructions
List projects (a.k.a. folders) for a given scope. Mirrors syntx.folders.listTextFolders / listImageFolders / listVideoFolders / listAudioFolders. Hits GET /api/v1/folders/{scope}/list. Returns an array of Folder items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Project scope. Defaults to "text" (matches the web client). | text |