Skip to main content
Glama
novgorodskii

Worksection MCP Server

by novgorodskii

Update Worksection Task

worksection_update_task
Idempotent

Modify task details in Worksection by updating fields like title, assignee, due date, priority, description, or budget. Only specified fields are changed.

Instructions

Update an existing task. Only provided fields will be changed.

Args:

  • id_task (string, required): Task ID to update

  • title (string, optional): New task name

  • email_user_to (string, optional): New assignee email

  • text (string, optional): New description

  • priority (string, optional): New priority 0-10

  • date_start (string, optional): New start date YYYY-MM-DD

  • date_end (string, optional): New due date YYYY-MM-DD

  • max_time (string, optional): New time estimate

  • max_money (string, optional): New budget

Returns: Updated task data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_taskYesTask ID to update
titleNoNew task name
email_user_toNoNew assignee email
textNoNew description
priorityNoNew priority 0-10
date_startNoNew start date YYYY-MM-DD
date_endNoNew due date YYYY-MM-DD
max_timeNoNew time estimate
max_moneyNoNew budget
Behavior4/5

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

Annotations cover key traits (readOnlyHint=false, destructiveHint=false, idempotentHint=true, openWorldHint=true), but the description adds valuable context: 'Only provided fields will be changed' clarifies partial update behavior, which isn't captured in annotations. It doesn't disclose rate limits, authentication needs, or error handling, but the added behavioral detail is helpful beyond the structured data.

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

Conciseness3/5

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

The description is front-loaded with the core purpose ('Update an existing task. Only provided fields will be changed.'), but the 'Args' section is redundant with the schema, adding bulk without new value. It could be more concise by omitting the parameter list or integrating it more efficiently. The structure is clear but includes unnecessary repetition.

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

Completeness3/5

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

Given the tool's complexity (9 parameters, mutation operation) and rich annotations, the description is adequate but has gaps. It explains partial update behavior and lists parameters, but lacks output details (no schema provided), error scenarios, or permissions. With annotations covering safety and idempotency, it's minimally viable but could better address mutation-specific concerns like validation or side effects.

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 the schema already documents all parameters thoroughly (e.g., 'id_task' as 'Task ID to update', 'priority' as 'New priority 0-10'). The description repeats this information in the 'Args' section without adding new meaning, such as format examples beyond YYYY-MM-DD for dates or units for 'max_time'/'max_money'. Baseline 3 is appropriate since the schema does the heavy lifting.

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 verb ('Update') and resource ('existing task'), making the purpose unambiguous. It distinguishes from sibling tools like 'worksection_create_task' (creation vs. update) and 'worksection_complete_task' (completion vs. update), though it doesn't explicitly contrast with 'worksection_update_project' (task vs. project). The description is specific but could be slightly more differentiated from other update operations.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., task must exist), contrast with sibling tools like 'worksection_set_task_tags' for tag-specific updates, or specify scenarios where this is appropriate (e.g., partial updates vs. full replacements). Usage is implied by the tool name but not explicitly stated.

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/novgorodskii/worksection-mcp-server'

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