List Flowise Flows
flowise_list_flowsList all chatflows and agentflows from your Flowise instance with optional type filtering and format selection.
Instructions
List all chatflows and agentflows in the Flowise instance.
This tool retrieves a summary of all available flows, including their deployment status, visibility, and categories.
Args: params: Input parameters containing optional flow_type filter and response_format.
Returns: A formatted list of all flows with their basic information.
Examples: - List all flows: Use with no parameters - List only agentflows: Use flow_type='AGENTFLOW' - Get JSON output: Use response_format='json'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |