Skip to main content
Glama

weeek_update_task

Update a task's fields, custom field values, and description on Weeek, editing title, priority, type, dates, duration, and tags to keep project data current.

Instructions

Update a task's fields (title, priority, type, dates, duration, tags), its custom field values, and its description.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTag ids — weeek_manage_tags lists them with their names.
typeNo
titleNo
task_idYes
due_dateNoY-m-d
durationNoEstimate in minutes
priorityNoPriority as a number or a label: 0 low (Низкий), 1 medium (Средний), 2 high (Высокий), 3 hold (Замороженный).
start_dateNoY-m-d
descriptionNoReplaces the description, as Markdown (same feature set as weeek_kb_update); an empty string clears it. Weeek's REST API ignores the description on update, so this drives its editor in a headless browser (a few seconds) and needs the knowledge base session.
custom_fieldsNoCustom field values keyed by field name or field id, e.g. {"Ссылка на фичу": "https://..."}. For a select field pass the option name or its id, for a multiselect a list of them; pass null to clear a field. Names are matched against this task's own fields, and a field that does not belong to this task's project is reported as an error.
due_date_timeNoISO 8601
start_date_timeNoISO 8601
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It notably discloses that the description update requires a knowledge base session and drives a headless browser (taking a few seconds) since Weeek's REST API ignores it on update. This is valuable transparency about side effects and requirements beyond the schema, though it doesn't fully explain behavior for every field combination.

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 compact sentence that efficiently enumerates the updateable fields. It's front-loaded with the main purpose and wastes no words. Slightly more structure could delineate the three categories more clearly, but the current format is economical and readable.

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

Completeness4/5

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

This is a complex tool with 12 parameters including nested objects and enums, no output schema, and no annotations. The description covers the primary scope (fields, custom fields, description) and compensates for the lack of annotations by revealing the headless-browser behavior for description updates. It could be more complete by noting reversibility or partial-update semantics, but it addresses the key complexities reasonably well for its complexity level.

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 75%, so most parameters already have descriptions in the schema (dates format, priority semantics, tags referencing weeek_manage_tags). The description adds context for custom_fields (keyed by name or id, clearing behavior) and description (Markdown, headless browser via weeek_kb_update). With moderate coverage and a nested custom_fields object, the description adds value but doesn't fully detail the nesting semantics beyond what the schema already conveys.

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

Purpose5/5

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

The description clearly states the tool updates a task's core fields (title, priority, type, dates, duration, tags), custom field values, and description. It uses a specific verb ('Update') with a concrete resource ('a task's fields') and enumerates exactly what can be changed, differentiating it from sibling update tools like weeek_complete_task or weeek_move_task.

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

Usage Guidelines4/5

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

The description implies when to use it (when updating task attributes, custom fields, or description), though it doesn't explicitly state when NOT to use it or mention alternatives for other task operations like moving, assignees, or watchers. The specific mention of alternatives isn't required here since siblings handle discrete operations, but explicit exclusions would improve the score.

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/adalekin/weeek-mcp'

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