Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
freecad mcp
Claim
by
neka-nat
GitHub
Developer Tools
Python
MIT License
39
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
delete_object
Delete an object in FreeCAD.
Copy
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
Name
Required
Description
Default
doc_name
Yes
obj_name
Yes
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
You must be
authenticated
.
Other Tools
get_object
get_parts_list
create_document
create_object
edit_object
delete_object
execute_code
get_view
insert_part_from_library
get_objects