getExecutableTaskList
Retrieve a list of pending tasks whose dependencies are fulfilled, enabling efficient task execution management within the MCPlanManager MCP server.
Instructions
获取当前所有依赖已满足且状态为 'pending' 的可执行任务列表。
Returns: ToolResponse[List[TaskOutput]]: 包含可执行任务列表的响应对象。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |