Skip to main content
Glama
hiveflowai

HiveFlow MCP Server

Official
by hiveflowai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
create_flowC

Crea un nuevo flujo de trabajo en HiveFlow

list_flowsC

Lista todos los flujos de trabajo del usuario

get_flowC

Obtiene detalles de un flujo específico

execute_flowC

Ejecuta un flujo de trabajo específico

pause_flowC

Pausa un flujo activo

resume_flowC

Reanuda un flujo pausado

list_mcp_serversB

Lista los servidores MCP configurados en HiveFlow

create_mcp_serverC

Registra un nuevo servidor MCP en HiveFlow

get_flow_executionsC

Obtiene el historial de ejecuciones de un flujo

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
HiveFlow FlowsList of all workflow flows
MCP ServersList of configured MCP servers
Flow ExecutionsFlow execution history

TDQS

B3.4/5.0

Scored across 9 tools

Disambiguation5/5

Each tool has a distinct purpose with clear boundaries: create_flow vs. get_flow vs. list_flows for flow management, create_mcp_server vs. list_mcp_servers for server registration, and execute_flow vs. pause_flow vs. resume_flow for flow execution control. No overlap or ambiguity exists between tools.

Naming Consistency5/5

All tools follow a consistent verb_noun naming pattern (e.g., create_flow, list_flows, pause_flow) using snake_case throughout. The naming is predictable and readable, with no deviations in style or convention.

Tool Count5/5

With 9 tools, the server is well-scoped for managing workflows and MCP servers in HiveFlow. Each tool serves a clear function, and the count is neither too sparse nor bloated, fitting typical expectations for a domain-specific server.

Completeness4/5

The toolset covers core CRUD and lifecycle operations for flows (create, get, list, execute, pause, resume) and MCP servers (create, list), with get_flow_executions providing execution history. A minor gap exists in updating or deleting flows/servers, but agents can work around this for most workflows.

Maintenance

ActivityMaintained
ResponsivenessNo issues