Skip to main content
Glama
theosib

FreeCAD MCP Server

by theosib

tracked_recompute

Recompute FreeCAD documents and track changes in object validity to understand the impact of modifications on your design.

Instructions

Recompute a document and track what changed.

Snapshots every object's validity before recomputing, then diffs against the post-recompute state. Reports:

  • new_errors: objects that were valid before but are now invalid

  • resolved: objects that were invalid but are now valid

  • persistent_errors: objects that remain invalid

  • valid_count: number of objects that stayed valid

Use this instead of raw recompute to understand the impact of changes.

Args: doc_name: Document name. Empty string uses the active document.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_nameNo

Latest Blog Posts

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/theosib/FreeCAD-MCP-Server'

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