Skip to main content
Glama

MCPlanManager

getTaskList

Retrieve and filter tasks from MCPlanManager by status using this tool. Supports filtering for pending, in_progress, completed, failed, and skipped tasks, providing a structured task list for efficient planning.

Instructions

获取计划中所有任务的列表,可按状态进行过滤。

Args: status_filter (str, optional): 用于过滤任务的状态字符串。 可接受的值: 'pending', 'in_progress', 'completed', 'failed', 'skipped'。

Returns: ToolResponse[List[TaskOutput]]: 包含任务列表的响应对象。

Input Schema

NameRequiredDescriptionDefault
status_filterNo

Input Schema (JSON Schema)

{ "properties": { "status_filter": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Status Filter" } }, "type": "object" }
Install Server

Other Tools from MCPlanManager

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/donway19/MCPlanManager'

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