Skip to main content
Glama

freecad mcp

by neka-nat

get_objects

Retrieve a list of objects and a document screenshot from FreeCAD using the specified document name. Use this tool to inspect and edit elements within your CAD project.

Instructions

Get all objects in a document. You can use this tool to get the objects in a document to see what you can check or edit.

Args: doc_name: The name of the document to get the objects from. Returns: A list of objects in the document and a screenshot of the document.

Input Schema

NameRequiredDescriptionDefault
doc_nameYes

Input Schema (JSON Schema)

{ "properties": { "doc_name": { "title": "Doc Name", "type": "string" } }, "required": [ "doc_name" ], "title": "get_objectsArguments", "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