Skip to main content
Glama

op_update_work_package

Idempotent

Update work package fields (status, assignee, dates, priority, description). Auto lock-version prevents concurrent edits from overwriting silently; email notifications default off, enable with notify.

Instructions

Update a work package. lockVersion is fetched automatically, so concurrent edits fail loudly rather than silently overwriting. Notifications are off unless notify=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
typeNoType name, e.g. "Task", "Milestone", "Summary task".
notifyNoSend email notifications. Default false.
parentNoNew parent work package id, or null to clear.
statusNoStatus name, e.g. "In progress", "Closed".
dueDateNo
subjectNo
versionNoVersion name, e.g. "Sprint 2".
assigneeNoOwner: a user id, or a display name/login from op_list_users.
categoryNoCategory name. Must already exist on the project.
priorityNoPriority name, e.g. "Low", "Normal", "High", "Immediate".
startDateNo
descriptionNoReplaces the whole markdown body.
responsibleNoAccountable: a user id, or a display name/login.
estimatedTimeNoWork: decimal hours (8), an ISO duration ("PT8H"), or null to clear.
remainingTimeNoRemaining work: decimal hours, an ISO duration, or null to clear.
percentageDoneNo0-100. Give at most two of this, estimatedTime, remainingTime.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.4/5.0
Behavior5/5

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

Adds substantial behavioral context beyond annotations: automatic lockVersion handling, loud failure on concurrent edits, and notifications-off-by-default. These are non-obvious traits that prevent silent overwrites and surprise emails, going well beyond the structured hints in annotations.

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

Conciseness5/5

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

Two tight sentences with purpose front-loaded. The second sentence packs two high-value behavioral details with no wasted words. Every clause earns its place.

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?

For a 17-parameter update tool, the description is surprisingly complete: it covers the operation, concurrency behavior, and notification default. There is no output schema and no mention of the return value, but for an update call this is a minor gap since the schema already documents the inputs and the main risks are addressed.

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

Parameters4/5

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

Schema description coverage is 76%, and most parameters already carry good descriptions. The description adds a key semantic fact: lockVersion is fetched automatically, so callers should not supply it. This addresses a hidden parameter concern that the schema alone could not convey. The remaining undocumented parameters (id, dueDate, subject, startDate) are still inferable from their names and types.

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?

States a specific verb and resource: 'Update a work package.' This clearly differentiates it from sibling tools like op_create_work_package, op_get_work_package, and op_comment_work_package. The concurrency note reinforces that this is the mutation entry point for existing work packages.

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?

Usage context is implied by the verb 'Update' and the sibling set, but there is no explicit guidance about when to prefer this tool over op_create_work_package or op_comment_work_package. No exclusions or alternative-selection conditions are stated.

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

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/DDeluca06/openproject-mcp'

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