Skip to main content
Glama

IntelliPlan

expandItem

Breaks down Epics, Tasks, or Subtasks into smaller, manageable items using specified expansion modes and thresholds. Ideal for organizing complex workflows on IntelliPlan.

Instructions

Helps break down an Epic, Task, or Subtask into smaller items.

Input Schema

NameRequiredDescriptionDefault
basePathYesFULL directory path for storage (required, e.g., '/path/to/storage')
batchIndexNoCurrent task index in a batch expansion
batchSizeNoTotal number of tasks in the batch
countNoNumber of subtasks to suggest (for prompts)
epicIdNoID of the Epic containing the Task/Subtask (optional, will try to find task otherwise)
instructionsYes
maxSubtasksNoMax subtasks threshold (for 'findExpandable')
minSubtasksNoMin subtasks threshold (for 'findExpandable')
modeYesExpansion mode (required)
subtaskIdNoID of the Subtask to expand (optional, within the specified task)
taskIdNoID of the Task to expand (optional, suggests first expandable)
taskIdsNoList of task IDs in the batch

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "basePath": { "description": "FULL directory path for storage (required, e.g., '/path/to/storage')", "type": "string" }, "batchIndex": { "description": "Current task index in a batch expansion", "type": "number" }, "batchSize": { "description": "Total number of tasks in the batch", "type": "number" }, "count": { "default": 5, "description": "Number of subtasks to suggest (for prompts)", "type": "number" }, "epicId": { "description": "ID of the Epic containing the Task/Subtask (optional, will try to find task otherwise)", "format": "uuid", "type": "string" }, "instructions": { "type": "string" }, "maxSubtasks": { "default": 5, "description": "Max subtasks threshold (for 'findExpandable')", "type": "number" }, "minSubtasks": { "default": 3, "description": "Min subtasks threshold (for 'findExpandable')", "type": "number" }, "mode": { "description": "Expansion mode (required)", "enum": [ "expandSpecificTask", "expandSpecificSubtask", "findExpandable" ], "type": "string" }, "subtaskId": { "description": "ID of the Subtask to expand (optional, within the specified task)", "format": "uuid", "type": "string" }, "taskId": { "description": "ID of the Task to expand (optional, suggests first expandable)", "format": "uuid", "type": "string" }, "taskIds": { "description": "List of task IDs in the batch", "items": { "description": "The ID of the task.", "format": "uuid", "type": "string" }, "type": "array" } }, "required": [ "mode", "instructions", "basePath" ], "type": "object" }

You must be authenticated.

Other Tools from IntelliPlan

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/RyanCardin15/IntelliPlan-MCP'

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