list_chatflows
Retrieve a filtered list of available chatflows from the Flowise API, honoring configured whitelist or blacklist settings, and return results as a JSON-encoded string.
Instructions
List all available chatflows from the Flowise API.
This function respects optional whitelisting or blacklisting if configured
via FLOWISE_CHATFLOW_WHITELIST or FLOWISE_CHATFLOW_BLACKLIST.
Returns:
str: A JSON-encoded string of filtered chatflows.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_chatflowsArguments",
"type": "object"
}