Skip to main content
Glama
cjo4m06

Shrimp Task Manager

plan_task

Initialize and structure task plans with clear goals and success criteria. Optionally reference existing tasks to maintain continuity.

Instructions

初始化並詳細規劃任務流程,建立明確的目標與成功標準,可選擇參考現有任務進行延續規劃

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionYes完整詳細的任務問題描述,應包含任務目標、背景及預期成果
requirementsNo任務的特定技術要求、業務約束條件或品質標準(選填)
existingTasksReferenceNo是否參考現有任務作為規劃基礎,用於任務調整和延續性規劃
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so the description carries full burden. It mentions establishing goals but does not disclose behavioral traits such as whether the tool modifies state, requires authentication, or has side effects (e.g., creating a plan object). The return value is not mentioned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence in Chinese, covering purpose and optional reference. It is appropriately front-loaded and efficient, though slightly dense due to missing punctuation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and a complex domain (task planning), the description should explain what the tool returns or how it affects state. It lacks information on prerequisites, success criteria format, or the planning output, making it incomplete for agent selection.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds some context (e.g., '參考現有任務進行延續規劃' for `existingTasksReference`), but does not significantly extend beyond the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it initializes and plans task flow, establishes goals and success criteria, and allows referencing existing tasks. This differentiates it from sibling tools like `execute_task` or `analyze_task`, though it does not explicitly name alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for initial planning by mentioning '初始化' and '延續規劃', but does not explicitly state when to use vs. alternatives like `split_tasks` or `update_task`. No 'when not to use' guidance is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/cjo4m06/mcp-shrimp-task-manager'

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