Skip to main content
Glama

freecad mcp

by neka-nat

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" }
Install Server

Other Tools from freecad mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/neka-nat/freecad-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server