Skip to main content
Glama

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

by Hive-Academy

generate_workflow_report

Generate interactive workflow reports and analytics dashboards with real-time data tracking. Visualize task details, delegation flows, implementation plans, and role performance metrics for optimized workflow management.

Instructions

Generates interactive workflow reports and analytics dashboards with rich visualizations and real-time data tracking.

Input Schema

NameRequiredDescriptionDefault
basePathNoBase directory for report generation (defaults to PROJECT_ROOT environment variable or current working directory). **IMPORTANT**: When using NPX package, always provide the project root path to ensure reports are generated in the correct location.
endDateNoEnd date for the report period (ISO 8601 format)
modeNoFilter tasks by current mode
outputFormatNoOutput format for the report: β€’ html - Interactive HTML dashboard with charts and Alpine.js interactivity (RECOMMENDED) β€’ json - Raw JSON data for custom processing **NOTE:** PDF, PNG, JPEG formats have been removed to eliminate Playwright dependencies and improve performance.html
ownerNoFilter tasks by owner
priorityNoFilter tasks by priority (Low, Medium, High, Critical)
reportTypeYesType of report to generate. Available report types: **MAIN DASHBOARD REPORTS:** β€’ interactive-dashboard - Interactive HTML dashboard with charts, filtering, and analytics (RECOMMENDED) β€’ dashboard - Alias for interactive-dashboard β€’ summary - Clean summary view with key metrics and task list **SPECIALIZED REPORTS:** β€’ task-detail - Comprehensive individual task report with codebase analysis, implementation plans, and subtasks β€’ delegation-flow - Workflow transitions and delegation patterns for a specific task β€’ implementation-plan - Detailed implementation plans with subtask breakdowns and progress tracking β€’ workflow-analytics - Cross-task analytics and insights with role performance metrics β€’ role-performance - Individual role performance analysis with efficiency metrics **USAGE EXAMPLES:** - Daily standup: "interactive-dashboard" or "summary" - Sprint retrospective: "workflow-analytics" - Individual task analysis: "task-detail" with taskId - Workflow optimization: "delegation-flow" with taskId - Implementation tracking: "implementation-plan" with taskId - Role assessment: "role-performance" with owner filter - Team analytics: "workflow-analytics" with date filters
startDateNoStart date for the report period (ISO 8601 format)
taskIdNoTask ID for individual task reports

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "basePath": { "description": "Base directory for report generation (defaults to PROJECT_ROOT environment variable or current working directory). **IMPORTANT**: When using NPX package, always provide the project root path to ensure reports are generated in the correct location.", "type": "string" }, "endDate": { "description": "End date for the report period (ISO 8601 format)", "type": "string" }, "mode": { "description": "Filter tasks by current mode", "type": "string" }, "outputFormat": { "default": "html", "description": "Output format for the report:\n\nβ€’ html - Interactive HTML dashboard with charts and Alpine.js interactivity (RECOMMENDED)\nβ€’ json - Raw JSON data for custom processing\n\n**NOTE:** PDF, PNG, JPEG formats have been removed to eliminate Playwright dependencies and improve performance.", "enum": [ "html", "json" ], "type": "string" }, "owner": { "description": "Filter tasks by owner", "type": "string" }, "priority": { "description": "Filter tasks by priority (Low, Medium, High, Critical)", "type": "string" }, "reportType": { "description": "Type of report to generate. Available report types:\n\n**MAIN DASHBOARD REPORTS:**\nβ€’ interactive-dashboard - Interactive HTML dashboard with charts, filtering, and analytics (RECOMMENDED)\nβ€’ dashboard - Alias for interactive-dashboard\nβ€’ summary - Clean summary view with key metrics and task list\n\n**SPECIALIZED REPORTS:**\nβ€’ task-detail - Comprehensive individual task report with codebase analysis, implementation plans, and subtasks\nβ€’ delegation-flow - Workflow transitions and delegation patterns for a specific task\nβ€’ implementation-plan - Detailed implementation plans with subtask breakdowns and progress tracking\nβ€’ workflow-analytics - Cross-task analytics and insights with role performance metrics\nβ€’ role-performance - Individual role performance analysis with efficiency metrics\n\n**USAGE EXAMPLES:**\n- Daily standup: \"interactive-dashboard\" or \"summary\"\n- Sprint retrospective: \"workflow-analytics\"\n- Individual task analysis: \"task-detail\" with taskId\n- Workflow optimization: \"delegation-flow\" with taskId\n- Implementation tracking: \"implementation-plan\" with taskId\n- Role assessment: \"role-performance\" with owner filter\n- Team analytics: \"workflow-analytics\" with date filters", "enum": [ "interactive-dashboard", "dashboard", "summary", "task-detail", "delegation-flow", "implementation-plan", "workflow-analytics", "role-performance" ], "type": "string" }, "startDate": { "description": "Start date for the report period (ISO 8601 format)", "type": "string" }, "taskId": { "description": "Task ID for individual task reports", "type": "number" } }, "required": [ "reportType" ], "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