MCP 3D Printer Server

by DMontgomery40
Verified

get_stl_info

Get detailed information about an STL file

Input Schema

NameRequiredDescriptionDefault
stl_pathYesPath to the STL file

Input Schema (JSON Schema)

{ "properties": { "stl_path": { "description": "Path to the STL file", "type": "string" } }, "required": [ "stl_path" ], "type": "object" }