Skip to main content
Glama

HiveFlow MCP Server

Official
by hiveflowai

create_flow

Define and configure a new workflow on HiveFlow by specifying its name, description, and optional nodes, enabling streamlined automation through AI-assisted commands.

Instructions

Crea un nuevo flujo de trabajo en HiveFlow

Input Schema

NameRequiredDescriptionDefault
descriptionYesDescripción del flujo
nameYesNombre del flujo
nodesNoNodos del flujo (opcional)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Descripción del flujo", "type": "string" }, "name": { "description": "Nombre del flujo", "type": "string" }, "nodes": { "description": "Nodos del flujo (opcional)", "items": { "type": "object" }, "type": "array" } }, "required": [ "name", "description" ], "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