freecad mcp

by neka-nat
MIT License
111
  • Apple
  • Linux

delete_object

Remove an object from a FreeCAD document by specifying its name and document name. Returns a confirmation message and a screenshot of the deleted object.

Instructions

Delete an object in FreeCAD.

Args: doc_name: The name of the document to delete the object from. obj_name: The name of the object to delete. Returns: A message indicating the success or failure of the object deletion and a screenshot of the object.

Input Schema

NameRequiredDescriptionDefault
doc_nameYes
obj_nameYes

Input Schema (JSON Schema)

{ "properties": { "doc_name": { "title": "Doc Name", "type": "string" }, "obj_name": { "title": "Obj Name", "type": "string" } }, "required": [ "doc_name", "obj_name" ], "title": "delete_objectArguments", "type": "object" }

You must be authenticated.

Other Tools from freecad mcp

Related Tools

ID: j3a76r2exh