Skip to main content
Glama

HiveFlow MCP Server

list_flows

Retrieve and filter your workflow lists by status to manage automation processes within the HiveFlow platform.

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

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/punkpeye/hiveflow-mcp-server'

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