Skip to main content
Glama

freecad mcp

by neka-nat

edit_object

Modify object properties in FreeCAD when creation tools are insufficient. Specify document, object name, and updated properties to edit and return a success message with a screenshot.

Instructions

Edit an object in FreeCAD. This tool is used when the create_object tool cannot handle the object creation.

Args: doc_name: The name of the document to edit the object in. obj_name: The name of the object to edit. obj_properties: The properties of the object to edit. Returns: A message indicating the success or failure of the object editing and a screenshot of the object.

Input Schema

NameRequiredDescriptionDefault
doc_nameYes
obj_nameYes
obj_propertiesYes

Input Schema (JSON Schema)

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

You must be authenticated.

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