Skip to main content
Glama
cjo4m06

Shrimp Task Manager

update_task

Modify task properties including name, description, notes, dependencies, and related files, while preventing changes to completed tasks.

Instructions

更新任務內容,包括名稱、描述和注記,但不允許修改已完成的任務

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo任務的新名稱(選填)
notesNo任務的新補充說明(選填)
taskIdYes待更新任務的唯一標識符,必須是系統中存在且未完成的任務ID
descriptionNo任務的新描述內容(選填)
dependenciesNo任務的新依賴關係(選填)
relatedFilesNo與任務相關的文件列表,用於記錄與任務相關的代碼文件、參考資料、要建立的檔案等(選填)
implementationGuideNo任務的新實現指南(選填)
verificationCriteriaNo任務的新驗證標準(選填)
Behavior3/5

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

With no annotations, the description adds key behavioral info (cannot modify completed tasks) but is incomplete. It does not mention authentication, side effects, or that other schema fields (e.g., dependencies) are actually updatable, potentially misleading the agent.

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 that front-loads the action. However, it could be structured to list all updatable fields or reference the schema for completeness.

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 the complexity (8 parameters, no output schema) and the presence of 14 sibling tools, the description is insufficient. It lacks details on return value, error handling (e.g., for completed tasks), and the full scope of updatable fields.

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 coverage is 100%, so parameter descriptions in the schema are complete. The tool description adds minimal value, only mentioning three fields (name, description, notes) while the schema includes many more, such as dependencies and relatedFiles.

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 the tool updates task content, listing specific fields (name, description, notes) and includes a constraint (cannot modify completed tasks). However, it does not explicitly distinguish from sibling tools like 'complete_task' or 'update_task_files'.

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 provides implicit usage context (when to update tasks) and a when-not condition (completed tasks). However, it lacks explicit guidance on when to use this tool versus alternatives like 'update_task_files' or 'complete_task'.

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