trace
Trace directed flows between nodes in system diagrams to analyze dependencies and identify critical paths with role annotations.
Instructions
Follow directed flow from node A to node B with role and subsystem annotations.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | EN source code describing the system | |
| from | Yes | Starting node name | |
| to | Yes | Target node name | |
| defense_nodes | No | Comma-separated list of defense nodes to annotate |
Implementation Reference
- src/index.ts:155-157 (registration)Registration of the 'trace' tool, which accepts source, from, to, and optional defense_nodes parameters.
server.tool( "trace", "Follow directed flow from node A to node B with role and subsystem annotations.",