list_projects
List available model projects to identify where to save or organize models. Returns project IDs, names, and model counts for owned and team-shared folders.
Instructions
List the projects (the app's model folders) you can file models into.
Returns owned and team-shared projects: per project {id, name, is_default, shared_with_team_id, model_count} — team-shared folders carry "shared": true, and model_count counts SAVED models (the set the app's model list shows). Use the ids with save_model(project_id=...) and rename_project. There is deliberately no delete over the API — use the app to delete a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||