parentTaskId
(string, optional): ID of the parent task that created this task (for task orchestration/boomerang).
How to use it
parentTaskId is exposed by the Claude Code MCP Enhanced MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the parentTaskId tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Claude Code MCP Enhanced
npm install -g @anthropic-ai/claude-codeOther tools in Claude Code MCP Enhanced (7)
(string, required): Path to the markdown task file to convert.
(string, optional): When MCPUSEROOMODES=true, specifies the Roo mode to use (e.g., "boomerang-mode", "coder", "designer", etc.).
(string, optional): Path where to save the JSON output. If not provided, returns the JSON directly.
(string, required): The prompt to send to Claude Code.
(string, optional): How results should be returned: 'summary' (concise) or 'full' (detailed). Defaults to 'full'.
(string, optional): Short description of the task for better organization and tracking in orchestrated workflows.
(string, optional): The working directory for the Claude CLI execution, required when using file operations or referencing any file.