List Fiori apps in a workspace
list_fiori_appsScans your workspace for existing SAP Fiori apps and returns app ID, type, entity set, OData version, and view files. Use it before modifying an app to know what's available.
Instructions
Scans a directory for existing SAP Fiori applications (Fiori elements V2/V4, freestyle, cards, adaptation projects) that can be modified. Returns app id, type, entity set, OData version and view files. Call this before modifying an app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDepth | No | Folder recursion depth | |
| workspacePath | No | Root folder to scan (default: workspace root / cwd) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apps | Yes | ||
| name | Yes | ||
| path | Yes | ||
| isCap | Yes | ||
| cdsFolders | Yes | ||
| hasPackageJson | Yes |