get_object
Retrieve a FreeCAD object and its properties, optionally with a screenshot. Provide the document and object names to inspect or edit.
Instructions
Get an object from a document. You can use this tool to get the properties of an object to see what you can check or edit.
Args: doc_name: The name of the document to get the object from. obj_name: The name of the object to get. include_screenshot: Whether to return a screenshot of the document (default True). Set to False to save tokens when only the object data is needed. view_name: The view orientation of the returned screenshot (default "Isometric").
Returns: The object and a screenshot of the object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_name | Yes | ||
| obj_name | Yes | ||
| view_name | No | Isometric | |
| include_screenshot | No |