Skip to main content
Glama

Task Orchestration

by hrishirc

complete_task_status

Update task completion status and manage subtasks efficiently using goal and task IDs. Supports recursive completion of child tasks for streamlined task orchestration.

Instructions

Update the completion status of tasks. Task IDs use a dot-notation (e.g., "1", "1.1", "1.1.1"). Responses will return simplified task objects without createdAt, updatedAt, or parentId.

Input Schema

NameRequiredDescriptionDefault
completeChildrenNoWhether to complete all child tasks recursively (boolean). Defaults to false. If false, a task can only be completed if all its subtasks are already complete.
goalIdYesID of the goal containing the tasks (number)
taskIdsYesIDs of the tasks to update (array of strings). Example: ["1.1", "1.2"].

Input Schema (JSON Schema)

{ "properties": { "completeChildren": { "default": false, "description": "Whether to complete all child tasks recursively (boolean). Defaults to false. If false, a task can only be completed if all its subtasks are already complete.", "type": "boolean" }, "goalId": { "description": "ID of the goal containing the tasks (number)", "type": "number" }, "taskIds": { "description": "IDs of the tasks to update (array of strings). Example: [\"1.1\", \"1.2\"].", "items": { "type": "string" }, "type": "array" } }, "required": [ "goalId", "taskIds" ], "type": "object" }
Install Server

Other Tools from Task Orchestration

Related Tools

    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/hrishirc/task-orchestrator'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server