Export network docs to the vault
export_network_to_vaultRead a TouchDesigner network and write it as an Obsidian note with a Mermaid flowchart and wikilinks, turning the vault's graph view into a clickable map.
Instructions
READ an existing TD network's topology and WRITE it as an Obsidian note: a Mermaid flowchart plus [[wikilinks]] for every operator and connection, so the vault's graph view becomes a clickable map of the patch. The note (Networks/.md by default) is fully rewritten on each call. Use this to persist a browsable map in the vault; use document_network to get the same documentation back as a tool result without touching the vault. Returns the note path and the node/connection counts (and whether output was truncated). Requires a configured TDMCP_VAULT_PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Network root to document. | /project1 |
| recursive | No | Include all descendants (otherwise just the direct children). | |
| note | No | Vault note path (defaults to Networks/<path>.md). |