transform_to_nm3
Converts markdown content to NM3 XML, enabling 3D spatial visualization and navigation of the document structure.
Instructions
Transform markdown to NM3 (returns full XML - may truncate for large docs >300 nodes)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | Markdown content to transform | |
| title | No | Optional document title | |
| author | No | Optional author name | |
| useCache | No | Enable caching (default: true) | |
| useStreaming | No | Enable streaming for large documents (default: true) |