Skip to main content
Glama

update_module

Update a module's details, such as name, description, dates, status, lead, and members, by providing the project and module IDs.

Instructions

Update a module by ID.

Args: workspace_slug: The workspace slug identifier project_id: UUID of the project module_id: UUID of the module name: Module name description: Module description start_date: Module start date (ISO 8601 format) target_date: Module target/end date (ISO 8601 format) status: Module status (backlog, planned, in-progress, paused, completed, cancelled) lead: UUID of the user who leads the module members: List of user IDs who are members of the module external_source: External system source name external_id: External system identifier

Returns: Updated Module object

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
leadNo
nameNo
statusNo
membersNo
module_idYes
project_idYes
start_dateNo
descriptionNo
external_idNo
target_dateNo
external_sourceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
leadNo
nameYes
statusNo
projectNo
workspaceNo
created_atNo
created_byNo
deleted_atNo
logo_propsNo
sort_orderNo
start_dateNo
updated_atNo
updated_byNo
view_propsNo
archived_atNo
descriptionNo
external_idNo
target_dateNo
total_issuesNo
backlog_issuesNo
started_issuesNo
external_sourceNo
cancelled_issuesNo
completed_issuesNo
description_htmlNo
description_textNo
unstarted_issuesNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It merely says 'Update a module by ID' and 'Returns Updated Module object,' without explaining update semantics, null-field behavior, permissions, or reversibility. For a mutation tool, this is a significant gap.

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 one-sentence purpose is front-loaded, and the parameter list is organized and readable. The return value is also stated. The only waste is the invalid workspace_slug entry and the omission of any usage guidance, but overall the structure is efficient.

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 and no annotations, the description must do more than list parameters. It omits usage context, partial-update behavior, and how null values are handled, which are critical for an update operation. The invalid workspace_slug also makes the description less reliable, despite the output schema being available.

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?

The description adds useful semantics for many schema properties, such as ISO 8601 for dates, UUID expectations, and allowed status values. However, it incorrectly lists workspace_slug as an argument even though the input schema does not include it and has additionalProperties: false, which could mislead an agent into passing an invalid parameter.

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 opens with a clear, specific verb-plus-resource statement: 'Update a module by ID.' This distinguishes it from siblings like create_module, retrieve_module, and delete_module, which are obvious alternatives in the tool list.

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?

There is no explicit guidance on when to use this tool versus siblings, nor any mention of when not to use it. The name and opening line imply it is for modifying an existing module, but no alternatives or exclusions are 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/leigangzhang/plane-mcp-server-adapter'

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