Skip to main content
Glama

FreeCAD MCP

MIT License
  • Apple
  • Linux

get_object

Retrieve and analyze objects within FreeCAD documents to inspect or modify their properties. Input document and object names to access the target object and generate visual snapshots for design review.

Instructions

Get an object from a document. You can use this tool to get the properties of an object to see what you can check or edit.

Args: doc_name: The name of the document to get the object from. obj_name: The name of the object to get. Returns: The object and a screenshot of the object.

Input Schema

NameRequiredDescriptionDefault
doc_nameYes
obj_nameYes

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": "get_objectArguments", "type": "object" }

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/heok-yongssun/freecad-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server