get_model
Retrieve OpenSCAD model files by name and obtain their code, path, and size for analysis or rendering.
Instructions
Read an OpenSCAD model file and return its contents.
Args: name: File name of the model to read workspace: Directory containing the model. Defaults to the configured temp_dir/models directory. ctx: MCP context for logging
Returns: Dict with success status, name, content, path, and size_bytes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| workspace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||