get_child_tasks
Retrieve all child tasks associated with a specific parent task or project in Amazing Marvin, enabling structured task management and organization.
Instructions
Get child tasks of a specific parent task or project (experimental)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
parent_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"parent_id": {
"title": "Parent Id",
"type": "string"
}
},
"required": [
"parent_id"
],
"type": "object"
}