create_document
Create a new FreeCAD document by specifying a name, and optionally capture a screenshot to verify the outcome.
Instructions
Create a new document in FreeCAD.
Args:
name: The name of the document to create.
with_screenshot: Attach a screenshot of the result (default: no screenshot).
Returns:
A message indicating the success or failure of the document creation.
Examples:
If you want to create a document named "MyDocument", you can use the following data.
```json
{
"name": "MyDocument"
}
```
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| with_screenshot | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |