Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
generate_workflow_report | Generates interactive workflow reports and analytics dashboards with rich visualizations and real-time data tracking. |
get_report_status | Retrieves current status and results of a report generation request. |
get_workflow_guidance | Provides minimal role identity and basic capabilities for workflow execution. |
get_step_guidance | Provides focused guidance for executing the current workflow step, including commands and validation checklist. |
report_step_completion | Report step completion results and get next step guidance. |
get_step_progress | Get focused step progress summary for a task. |
get_next_available_step | Get focused next step information for role progression. |
get_role_transitions | Gets available role transitions with recommendations, scores, and basic requirements for workflow progression. |
validate_transition | Validates role transition requirements and provides pass/fail status with actionable feedback. |
execute_transition | Executes role transition and returns execution status with essential details for next steps. |
get_transition_history | Retrieves transition history with timeline overview and basic statistics for task context. |
workflow_execution_operations | Manages workflow execution state through strongly-typed operations for creating, querying, updating, and completing workflow executions. Handles execution context and progress tracking with validated parameters. |
bootstrap_workflow | Initializes a new workflow execution with boomerang role, starting from git setup through task creation and delegation. |
get_operation_schema | Get the parameter schema definition for a specific MCP service and operation. Returns the exact structure needed for parameters when calling execute_mcp_operation. Useful for understanding what parameters are required and optional for any service operation. |
execute_mcp_operation | Core workflow operations service for executing database and business logic operations through MCP services like TaskOperations, PlanningOperations, WorkflowOperations, etc. Uses consistent parameters and follows strict naming conventions. |
init_rules | Initialize Anubis workflow rules to specified AI agent (cursor or copilot) |