{"serverInfo":{"name":"FlowZap MCP","version":"1.3.6","description":"Create workflow, sequence, and architecture diagrams via AI assistants. Generate, validate, share, and manipulate FlowZap Code diagrams.","homepage":"https://flowzap.xyz","icon":"https://flowzap.xyz/FlowZap-Logo.png"},"authentication":{"required":false},"tools":[{"name":"flowzap_validate","description":"Validate FlowZap Code syntax. Returns errors and stats.","inputSchema":{"type":"object","properties":{"code":{"type":"string","description":"FlowZap Code to validate"}},"required":["code"]}},{"name":"flowzap_create_playground","description":"Create a shareable FlowZap playground URL from FlowZap Code. Set view to 'architecture' or 'sequence' when appropriate.","inputSchema":{"type":"object","properties":{"code":{"type":"string","description":"FlowZap Code to render"},"view":{"type":"string","enum":["workflow","sequence","architecture"],"description":"View mode. Default: 'workflow'."}},"required":["code"]}},{"name":"flowzap_get_syntax","description":"Get FlowZap Code syntax documentation and examples.","inputSchema":{"type":"object","properties":{}}},{"name":"flowzap_export_graph","description":"Parse FlowZap Code into a structured JSON graph (lanes, nodes, edges).","inputSchema":{"type":"object","properties":{"code":{"type":"string","description":"FlowZap Code to parse"}},"required":["code"]}},{"name":"flowzap_artifact_to_diagram","description":"Convert HTTP logs, OpenAPI specs, or code snippets into a FlowZap diagram.","inputSchema":{"type":"object","properties":{"artifactType":{"type":"string","enum":["http_logs","openapi","code"]},"content":{"type":"string","description":"Raw artifact content"},"view":{"type":"string","enum":["workflow","sequence"]}},"required":["artifactType","content"]}},{"name":"flowzap_diff","description":"Compare two FlowZap Code versions and return a structured diff.","inputSchema":{"type":"object","properties":{"oldCode":{"type":"string","description":"Original FlowZap Code"},"newCode":{"type":"string","description":"Updated FlowZap Code"}},"required":["oldCode","newCode"]}},{"name":"flowzap_apply_change","description":"Apply structured patch operations (insert/remove/update nodes or edges) to FlowZap Code.","inputSchema":{"type":"object","properties":{"code":{"type":"string","description":"Current FlowZap Code"},"operations":{"type":"array","items":{"type":"object"}}},"required":["code","operations"]}}],"resources":[],"prompts":[]}