Skip to main content
Glama

HiveFlow MCP Server

get_flow_executions

Retrieve execution history for a specific workflow to monitor performance, track progress, and analyze previous runs.

Instructions

Obtiene el historial de ejecuciones de un flujo

Input Schema

NameRequiredDescriptionDefault
flowIdYesID del flujo
limitNoLímite de resultados

Input Schema (JSON Schema)

{ "properties": { "flowId": { "description": "ID del flujo", "type": "string" }, "limit": { "default": 10, "description": "Límite de resultados", "type": "number" } }, "required": [ "flowId" ], "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