freecad mcp

by neka-nat
MIT License
120
  • Apple
  • Linux

execute_code

Executes Python code within FreeCAD, returns execution status and a screenshot of the resulting object for immediate verification and debugging.

Instructions

Execute arbitrary Python code in FreeCAD.

Args: code: The Python code to execute. Returns: A message indicating the success or failure of the code execution and a screenshot of the object.

Input Schema

NameRequiredDescriptionDefault
codeYes

Input Schema (JSON Schema)

{ "properties": { "code": { "title": "Code", "type": "string" } }, "required": [ "code" ], "title": "execute_codeArguments", "type": "object" }

You must be authenticated.

Other Tools from freecad mcp

Related Tools

ID: j3a76r2exh