generate_diagram_from_text
Create software engineering diagrams from natural language descriptions. Supports flowcharts, architecture diagrams, UML, and more. Generates editable diagrams in your browser.
Instructions
Generate a software engineering diagram from a natural language description. Use this tool when: the user asks to 'create a diagram', 'show me a flowchart', 'visualise the architecture', uses the keyword 'adm' or 'ai diagram maker', or asks for any visual representation of code, systems, processes or data flows. Supported diagram types: flowchart, sequence, ERD, system architecture, network architecture, UML, mindmap, workflow. Returns a link to view and edit the generated diagram in the browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Natural language description of the diagram to generate. Be descriptive — include components, relationships, data flows, etc. Example: "Create a microservices architecture with API gateway, auth service, user service, and PostgreSQL database" | |
| diagramType | No | Preferred diagram type. Leave blank to let the AI infer the best type from your description. | |
| prompt | No | Additional styling or layout instruction. Example: "Use left-to-right layout with pastel colors" | |
| isIconEnabled | No | Set to true when the user asks to include icons in the diagram. |