Skip to main content
Glama

HiveFlow MCP Server

Official
by hiveflowai

list_flows

Retrieve and filter all user workflows by status (active, paused, stopped, draft) with optional result limits. Integrates with HiveFlow MCP Server for AI-driven automation flow management.

Instructions

Lista todos los flujos de trabajo del usuario

Input Schema

NameRequiredDescriptionDefault
limitNoLímite de resultados (opcional)
statusNoFiltrar por estado del flujo (opcional)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Límite de resultados (opcional)", "type": "number" }, "status": { "description": "Filtrar por estado del flujo (opcional)", "enum": [ "active", "paused", "stopped", "draft" ], "type": "string" } }, "type": "object" }

Other Tools from HiveFlow MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hiveflowai/hiveflow-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server