cancel

Terminate debugging sessions on the Deebo MCP server by stopping all related processes, releasing system resources, and concluding or halting the investigation.

Instructions

Terminates all processes related to a debugging session. This will stop the mother agent and all scenario agents, releasing system resources. Use this when you have your solution or want to abandon the debugging process.

Input Schema

NameRequiredDescriptionDefault
agentIdYesID of the agent to receive the observation (e.g., 'mother' or 'scenario-session-1712268439123-2')
observationYesThe observation content - insights, test results, or guidance to help the investigation
sessionIdYesThe session ID returned by the start tool when the debugging session was initiated

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "agentId": { "description": "ID of the agent to receive the observation (e.g., 'mother' or 'scenario-session-1712268439123-2')", "type": "string" }, "observation": { "description": "The observation content - insights, test results, or guidance to help the investigation", "type": "string" }, "sessionId": { "description": "The session ID returned by the start tool when the debugging session was initiated", "type": "string" } }, "required": [ "agentId", "observation", "sessionId" ], "type": "object" }

You must be authenticated.

Other Tools from Deebo

Related Tools

ID: z7fszrff4o