Analyze Flow and Suggest Improvements
flowise_analyze_flowAnalyze a Flowise chatflow or agentflow to detect issues and receive prioritized, actionable improvement suggestions.
Instructions
Analyze a chatflow or agentflow and provide improvement suggestions.
This tool examines the flow configuration and provides actionable recommendations for enhancing the flow's capabilities, performance, and best practices compliance.
IMPORTANT: This is the primary tool for answering questions like "How can I improve this agentflow to do X?" or "What can I add to make my chatflow better at Y?"
Args: params: Input containing flow_id, optional improvement_goal, and response_format.
Returns: A detailed analysis with: - Current flow structure overview - Identified issues or gaps - Prioritized improvement suggestions - Best practices recommendations - Specific nodes to add or configure
Examples: - General analysis: Use with just the flow_id - Targeted improvements: Add improvement_goal like "improve accuracy" - Speed optimization: Use improvement_goal="faster responses" - Add capabilities: Use improvement_goal="handle customer support queries"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |