Snapshot network graph
snapshot_td_graphCapture a compact, serializable snapshot of a network's nodes, connections, structural issues, and optional node parameters for review, diffing, or documentation.
Instructions
Capture a compact, serializable snapshot of a network — nodes, connections, structural issues, and optionally each node's parameters — for review, diffing, or documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Network root to snapshot. | /project1 |
| include_params | No | Also fetch each node's parameters (one request per node; capped for large graphs). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| nodeCount | Yes | ||
| connectionCount | Yes | ||
| issues | Yes | ||
| params_truncated | Yes | ||
| nodes | Yes | ||
| connections | Yes |