list_target_structure
List the directory structure of a Nuxt 4 codebase to understand its folder layout and plan migration.
Instructions
List the directory structure of the target Nuxt 4 codebase. Useful for understanding existing folder structure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional relative path within target (e.g., 'components', 'stores') | |
| depth | No | Depth of directory to traverse (default: 3) | |
| targetPath | No | Optional absolute target path override |