Skip to main content
Glama

π“‚€π“’π“‹Ήπ”Έβ„•π•Œπ”Ήπ•€π•Šπ“‹Ήπ“’π“‚€ - Intelligent Guidance for

by Hive-Academy

bootstrap_workflow

Initiate and automate workflow execution for development projects, starting from git setup to task delegation, using guided, automated, or hybrid modes.

Instructions

Initializes a new workflow execution with boomerang role, starting from git setup through task creation and delegation.

Input Schema

NameRequiredDescriptionDefault
executionModeNoWorkflow execution modeGUIDED
initialRoleNoInitial role to start the workflow withboomerang
projectPathNoProject path for context

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "executionMode": { "default": "GUIDED", "description": "Workflow execution mode", "enum": [ "GUIDED", "AUTOMATED", "HYBRID" ], "type": "string" }, "initialRole": { "default": "boomerang", "description": "Initial role to start the workflow with", "enum": [ "boomerang", "researcher", "architect", "senior-developer", "code-review" ], "type": "string" }, "projectPath": { "description": "Project path for context", "type": "string" } }, "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/Hive-Academy/Anubis-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server