Documentation Index
Fetch the complete documentation index at: https://developers.klarity.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Tool | When to use |
|---|---|
generate_process_diagram | When the user asks to see a process — diagrams, BPMN, flows. |
Pick the right diagram type
BPMNDiagram— when roles, teams, or ownership matter. Produces swimlanes.ProcessFlowDiagram— for plain step flow without role separation.
When to call it
Reach forgenerate_process_diagram when the user says “show me”, “visualize”, or wants something to share in a meeting. Skip it when the user’s question is analytical — observations, dependencies, and ranked candidate sets don’t need a picture.
Common chain
fetch → confirm the user wants a diagram → generate_process_diagram with the correct diagram type → optionally drop the diagram into a Notion or Drive deliverable.
