list-scenes
Retrieve a list of Foundry VTT scenes with details like id, name, active status, dimensions, grid size, and background path. Optionally filter by name substring or show only the active scene.
Instructions
List Scene documents with id, name, active flag, dimensions, grid size, and background path. Optionally filter by name substring or show only the active scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Case-insensitive substring match on scene name. | |
| includeActiveOnly | No | Return only the currently active scene (default false). |