Skip to main content
Glama

update_chat_message

Edit a ClickUp chat message's content and mark it resolved or reopen it. Only the fields you provide are updated.

Instructions

Edit a Chat message's content and/or mark it resolved (ClickUp Chat v3). Only the provided fields change. Returns the updated message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idNoTeam/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted.
message_idYesID of the message to edit.
contentNoNew message body. Omit to keep current.
content_formatNoFormat of `content`: 'text/md' (markdown) or 'text/plain'.
resolvedNoSet true to mark the message resolved, false to reopen it.
Behavior3/5

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

With no annotations provided, the description must convey behavioral traits. It states 'Only the provided fields change', indicating a partial update (PATCH semantics), and notes that it returns the updated message. However, it does not disclose authentication needs, rate limits, or potential side effects. The information is adequate but minimal.

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 sentences: the first introduces the action and resource; the second clarifies update behavior and return value. No extraneous information. The key verb 'Edit' is front-loaded, making it efficient for an agent to parse.

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

Completeness5/5

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

Given the simple tool with 5 parameters, 1 required, and no output schema, the description is complete. It clarifies the update semantics (only provided fields change) and states the return value. The agent has enough context to use the tool correctly.

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 coverage is 100%, so the baseline is 3. The description reiterates the partial-update behavior and mentions the fallback for 'team_id', but these are already present in the schema descriptions. It adds no new parameter meaning beyond what the schema provides.

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 verb 'Edit' and the resource 'Chat message', specifying that content and/or resolved status can be modified. It distinguishes from sibling tools like 'send_chat_message' (create) and 'delete_chat_message' by focusing on updating an existing message. The inclusion of 'ClickUp Chat v3' adds version context.

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?

The description implies usage when wanting to change a message's content or resolution status, but it does not explicitly state when to use this tool versus alternatives (e.g., using 'send_chat_message' for new messages). No exclusions or prerequisites are mentioned, leaving the agent to infer context.

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/helbertparanhos/clickup-mcp-pro'

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