Skip to main content
Glama

MCPlanManager

visualizeDependencies

Generate visual representations of task dependencies in MCPlanManager using formats like mermaid, tree, or ASCII. Simplify understanding and planning for complex workflows.

Instructions

生成当前任务依赖关系的可视化图。

Args: format (str, optional): 输出的格式。可接受的值为 'mermaid' (生成流程图代码), 'tree' (生成树状图), 或 'ascii' (生成纯文本格式的列表)。 默认为 'ascii'。

Returns: str: 包含所选格式可视化内容的字符串。

Input Schema

NameRequiredDescriptionDefault
formatNoascii

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "ascii", "title": "Format", "type": "string" } }, "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