Skip to main content
Glama

get_chat_messages

Retrieve the most recent messages from a ClickUp Chat channel. Returns message ID, content, author, and timestamp with pagination support.

Instructions

List the messages in a Chat channel, newest first (ClickUp Chat v3). Returns each message's id, content, author and timestamp. Paginated via cursor/limit. Use to read a channel's history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idNoTeam/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted.
channel_idYesID of the channel whose messages to read.
cursorNoPagination cursor (the `next_cursor` returned by a previous call). Omit for the first page.
limitNoMaximum number of items to return in this page.
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses pagination behavior (cursor/limit) and ordering ('newest first'). It does not detail rate limits or authentication, but the schema covers the team_id fallback. The description is transparent enough for safe use.

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?

The description is extremely concise: two sentences that front-load the purpose and ordering, then succinctly cover return fields and pagination. No superfluous words.

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?

Given the tool has 4 parameters, no output schema, and no nested objects, the description adequately covers purpose, ordering, return fields, and pagination. It doesn't mention error scenarios or authorization, but the schema covers required fields. Overall, it is complete enough for an AI agent to use 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 baseline is 3. The description mentions that the tool returns 'id, content, author and timestamp', which adds context beyond parameter definitions. However, it does not add new meaning to the parameters themselves beyond what the schema already 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 tool lists messages in a Chat channel with specific ordering ('newest first') and identifies the API version ('ClickUp Chat v3'). This distinguishes it from sibling tools like 'send_chat_message' or 'get_chat_channel'.

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 explicitly says 'Use to read a channel's history,' providing clear guidance on when to use this tool. It does not mention when not to use it or alternatives, but the context among siblings is clear enough.

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