list_models
Lists all NetLogo model files in the configured directory, returning their names, paths, and sizes in kilobytes.
Instructions
List all .nlogo model files in the configured models directory.
Returns a JSON array of {name, path, size_kb} objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |