get_model_info
Retrieve metadata from the active SolidWorks document, including document type, active configuration, and feature count, to support AI-assisted design workflows.
Instructions
Get metadata for the active SolidWorks document.
Returns a compact summary of the current model context that is useful for read-before- write LLM flows (document type, active configuration, and feature count).
Returns: dict[str, Any]: A dictionary containing the resulting values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||