freecad mcp

by neka-nat
MIT License
120
  • Apple
  • Linux

create_document

Generate a new document in FreeCAD by specifying its name. Use this tool to initiate projects directly from the MCP server, ensuring structured setup and workflow initiation.

Instructions

Create a new document in FreeCAD.

Args: name: The name of the document to create. Returns: A message indicating the success or failure of the document creation. Examples: If you want to create a document named "MyDocument", you can use the following data. ```json { "name": "MyDocument" } ```

Input Schema

NameRequiredDescriptionDefault
nameYes

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" } }, "required": [ "name" ], "title": "create_documentArguments", "type": "object" }

You must be authenticated.

Other Tools from freecad mcp

Related Tools

ID: j3a76r2exh