Export Graph
exportExport the resource graph to a file in GEXF, JSON, or Markdown format after scanning or loading the graph.
Instructions
Export the resource graph to a file. Requires 'scan' or 'load' to be called first. Supported formats: gexf (Gephi), json (sigma.js viewer), md (markdown report).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Output file path. Defaults to graph.gexf, graph.json, or report.md | |
| format | Yes | Export format: 'gexf' for Gephi, 'json' for sigma.js viewer, 'md' for markdown report |