read_node_as_markdown
Convert Dynalist documents or specific nodes into Markdown format for easier editing, sharing, or integration with other tools. Control output size with depth limits and optional content filters.
Instructions
Read a Dynalist document or specific node and return it as Markdown. Provide either a URL (with optional #z=nodeId deep link) or file_id + node_id. WARNING: Large documents may return many words - use max_depth to limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Dynalist URL (e.g., https://dynalist.io/d/xxx#z=yyy) | |
| file_id | No | Document ID (alternative to URL) | |
| node_id | No | Node ID to start from (optional, reads entire doc if not provided) | |
| max_depth | No | Maximum depth to traverse (optional, unlimited if not set) - USE THIS TO LIMIT OUTPUT SIZE | |
| include_notes | No | Include notes as sub-bullets | |
| include_checked | No | Include checked/completed items | |
| bypass_warning | No | ONLY use after receiving a size warning. Do NOT set true on first request. |