Skip to main content
Glama
ttttdiva
by ttttdiva

update_task

Update ClickUp task fields like name, status, due dates, priority, description, and assignees. Adjust any attribute to keep task info accurate.

Instructions

タスクの各フィールドを更新します(汎用更新)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo新しいタスク名
statusNo新しいステータス
task_idYesタスクID
due_dateNo新しい期限日 (YYYY-MM-DD)
due_timeNo新しい期限時刻 (HH:MM)
priorityNo新しい優先度 (1=緊急, 2=高, 3=通常, 4=低)
start_dateNo新しい開始日 (YYYY-MM-DD)
start_timeNo新しい開始時刻 (HH:MM)
descriptionNo新しい説明
assignees_addNo追加する担当者IDリスト
assignees_removeNo削除する担当者IDリスト
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral burden. It only says 'updates each field' without disclosing side effects (e.g., whether fields are merged or replaced), permission requirements, or validation behavior. This is insufficient for a mutation tool with 11 parameters.

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 Japanese, wasting no words and front-loading the primary purpose. It could be slightly more informative, but it is appropriately sized.

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?

With 11 parameters, no output schema, and no annotations, the description needs to provide more context. It does not explain what the tool returns, how partial updates work, or when to prefer it over sibling tools, making it inadequate for full comprehension.

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 parameters are fully documented in the schema. The description adds no extra parameter semantics, but the baseline of 3 applies given the high schema coverage.

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 updates task fields and is a generic update, which conveys the tool's scope. However, it does not explicitly distinguish itself from the sibling tool 'update_task_status', though the 'generic update' phrase implies broader applicability.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives like 'update_task_status' or other task-related tools. The 'generic update' hint is implicit but not actionable, and no exclusions or alternative references are 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/ttttdiva/clickup-mcp'

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