Skip to main content
Glama

freecad mcp

by neka-nat

get_view

Capture a screenshot of the active view in FreeCAD by specifying the desired view name, such as Isometric, Front, or Top, using the FreeCAD MCP server.

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" }

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