Skip to main content
Glama

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

by Hive-Academy

report_step_completion

Track step completion results, submit execution data, and receive intelligent guidance for the next steps in the Anubis MCP Server's AI-driven workflow orchestration.

Instructions

Report step completion results and get next step guidance.

Input Schema

NameRequiredDescriptionDefault
executionDataNoResults from local execution
executionIdNoExecution ID (optional if taskId provided)
executionTimeNoExecution time in ms
resultYesExecution result
stepIdYesCompleted step ID
taskIdNoTask ID (optional if executionId provided)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "executionData": { "description": "Results from local execution" }, "executionId": { "description": "Execution ID (optional if taskId provided)", "type": "string" }, "executionTime": { "description": "Execution time in ms", "type": "number" }, "result": { "description": "Execution result", "enum": [ "success", "failure" ], "type": "string" }, "stepId": { "description": "Completed step ID", "type": "string" }, "taskId": { "description": "Task ID (optional if executionId provided)", "type": "number" } }, "required": [ "stepId", "result" ], "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