list_models
List OpenSCAD model files in a workspace directory, providing file name, path, size, and modification timestamp. Get a quick overview of available models and the total count.
Instructions
List all OpenSCAD model files in the workspace directory.
Args: workspace: Directory to list models from. Defaults to the configured temp_dir/models directory. ctx: MCP context for logging
Returns: Dict with success status, list of models (name, path, size_bytes, modified), and count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||