flowzap_validate
Validate FlowZap Code syntax
How to use it
flowzap_validate is exposed by the Flowzap MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the flowzap_validate tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Flowzap MCP
npx -y flowzap-mcpOther tools in Flowzap MCP (12)
Create .continue/mcpServers/flowzap.yaml with:<br>name: FlowZap<br>mcpServers:<br> - name: flowzap<br> command: npx<br> args: ["-y", "flowzap-mcp"]
Apply structured patch operations (insert/remove/update nodes/edges)
Parse HTTP logs, OpenAPI specs, or code into FlowZap diagrams
Run automated SOC2, GDPR, and PIPL compliance analysis on a FlowZap Code data-flow diagram. Backed by Deepseek LLM with strict rate limits (3/day per IP, 1/hour burst, global 5-min circuit breaker). Returns a shareable ephemeral result URL (60-min TTL).
Create a shareable diagram URL
Compare two versions of FlowZap Code and get structured diff
Export FlowZap Code as structured JSON graph (lanes, nodes, edges) for reasoning
Get FlowZap Code syntax documentation
Check if code is suitable for Mind Map rendering (diamonds/taskboxes = ERROR)
Create a playground URL with ?view=mindmap
Generate a ready-to-extend Mind Map tree skeleton
Validate FlowZap Code syntax and mind-map readiness