Skip to main content
Glama

FreeCAD MCP

MIT License
  • Apple
  • Linux

get_view

Capture a screenshot of the active view in FreeCAD MCP. Specify the view name (e.g., Isometric, Front, Top) to generate a precise visual representation of your 3D design.

Instructions

Get a screenshot of the active view.

Args: view_name: The name of the view to get the screenshot of. The following views are available: - "Isometric" - "Front" - "Top" - "Right" - "Back" - "Left" - "Bottom" - "Dimetric" - "Trimetric" Returns: A screenshot of the active view.

Input Schema

NameRequiredDescriptionDefault
view_nameYes

Input Schema (JSON Schema)

{ "properties": { "view_name": { "enum": [ "Isometric", "Front", "Top", "Right", "Back", "Left", "Bottom", "Dimetric", "Trimetric" ], "title": "View Name", "type": "string" } }, "required": [ "view_name" ], "title": "get_viewArguments", "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