List BugSmash projects
list_projectsRetrieve paginated review projects from BugSmash workspace to identify project IDs for subsequent feedback retrieval.
Instructions
List review projects in the BugSmash workspace (paginated). Use this to discover project IDs before calling list_feedback. Maps to GET /projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Results per page (max 50) | |
| types | No | Filter by one or more content types | |
| folderId | No | Filter by folder UUID. Pass the string "null" for root-level projects only. |