IntelliPlan

by RyanCardin15

manageItems

Organize and update Epics, Tasks, and Subtasks within IntelliPlan by listing, creating, modifying dependencies, or managing files. Define priorities, statuses, and complexities to streamline project workflows.

Instructions

Manages Epics, Tasks, and Subtasks.

Input Schema

NameRequiredDescriptionDefault
actionYes
basePathYesFULL directory path for storage (required, e.g., '/path/to/storage')
complexityNoComplexity score (1-10)
dependsOnNo
descriptionNoDescription text
detailsNo
epicIdNoID of the target Epic
fileDescriptionNoDescription text
filePathNo
priorityNoPriority level
requireFileAssociationNo
statusNoTask status
statusFilterNoTask status
subtaskIdNoID of the target Subtask within a Task
subtaskStatusNoSubtask status
taskIdNoID of the target Task within an Epic

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "enum": [ "listEpics", "updateEpic", "deleteEpic", "addEpicDependency", "removeEpicDependency", "addFileToEpic", "removeFileFromEpic", "createTask", "updateTask", "deleteTask", "addTaskDependency", "removeTaskDependency", "addFileToTask", "removeFileFromTask", "createSubtask", "updateSubtask", "deleteSubtask" ], "type": "string" }, "basePath": { "description": "FULL directory path for storage (required, e.g., '/path/to/storage')", "type": "string" }, "complexity": { "description": "Complexity score (1-10)", "maximum": 10, "minimum": 1, "type": "integer" }, "dependsOn": { "format": "uuid", "type": "string" }, "description": { "description": "Description text", "type": "string" }, "details": { "type": "string" }, "epicId": { "description": "ID of the target Epic", "format": "uuid", "type": "string" }, "fileDescription": { "$ref": "#/properties/description", "description": "Description text" }, "filePath": { "type": "string" }, "priority": { "description": "Priority level", "enum": [ "low", "medium", "high" ], "type": "string" }, "requireFileAssociation": { "default": true, "type": "boolean" }, "status": { "description": "Task status", "enum": [ "todo", "in-progress", "done" ], "type": "string" }, "statusFilter": { "$ref": "#/properties/status", "description": "Task status" }, "subtaskId": { "description": "ID of the target Subtask within a Task", "format": "uuid", "type": "string" }, "subtaskStatus": { "description": "Subtask status", "enum": [ "todo", "done" ], "type": "string" }, "taskId": { "description": "ID of the target Task within an Epic", "format": "uuid", "type": "string" } }, "required": [ "action", "basePath" ], "type": "object" }

You must be authenticated.

Other Tools from IntelliPlan

Related Tools

ID: v53917zvgp