Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HIVEFLOW_API_KEY | Yes | Your HiveFlow API key (required) | |
HIVEFLOW_API_URL | No | Your HiveFlow instance URL | https://api.hiveflow.ai |
HIVEFLOW_INSTANCE_ID | No | Instance ID for multi-tenant setups (optional) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
HiveFlow Flows | Lista de todos los flujos de trabajo |
MCP Servers | Lista de servidores MCP configurados |
Flow Executions | Historial de ejecuciones de flujos |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_flow | Crea un nuevo flujo de trabajo en HiveFlow |
list_flows | Lista todos los flujos de trabajo del usuario |
get_flow | Obtiene detalles de un flujo específico |
execute_flow | Ejecuta un flujo de trabajo específico |
pause_flow | Pausa un flujo activo |
resume_flow | Reanuda un flujo pausado |
list_mcp_servers | Lista los servidores MCP configurados en HiveFlow |
create_mcp_server | Registra un nuevo servidor MCP en HiveFlow |
get_flow_executions | Obtiene el historial de ejecuciones de un flujo |