Skip to main content
Glama

HiveFlow MCP Server

Official
by hiveflowai

list_flows

Retrieve and filter all user workflows by status and limit using the status parameter. Manage automation flows in the HiveFlow platform efficiently.

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" }
Install Server

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