Skip to main content
Glama

HiveFlow MCP Server

Official
by hiveflowai

execute_flow

Executes a specific workflow on the HiveFlow MCP Server by providing the workflow ID and optional inputs, enabling AI assistants to automate tasks via the platform.

Instructions

Ejecuta un flujo de trabajo específico

Input Schema

NameRequiredDescriptionDefault
flowIdYesID del flujo a ejecutar
inputsNoInputs opcionales para el flujo

Input Schema (JSON Schema)

{ "properties": { "flowId": { "description": "ID del flujo a ejecutar", "type": "string" }, "inputs": { "description": "Inputs opcionales para el flujo", "type": "object" } }, "required": [ "flowId" ], "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