Skip to main content
Glama

List task chat messages

yougile_chat_list_messages

Retrieve messages from a task's chat by providing the task id. Supports pagination with limit and offset parameters.

Instructions

Read messages from a task's chat. The chat id equals the task id (use the task's id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatIdYesTask id (the chat id equals the task id).
limitNo
offsetNo
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. It states it is a read operation but does not disclose behavioral details such as pagination behavior, rate limits, permission requirements, or what happens if the chat is empty. The limit and offset parameters imply pagination but this is not explained.

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 concise with two sentences: the first states the core purpose, the second clarifies a key parameter. No unnecessary words or repetition.

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?

Given the lack of output schema and the presence of pagination parameters, the description should explain the return format, pagination behavior, and any limits. It is incomplete for an agent to use effectively.

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

Parameters2/5

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

Schema description coverage is only 33% (only chatId has description). The tool description reiterates the chatId fact but does not add meaning for limit and offset, leaving their semantics unclear. The description should explain how these parameters affect results.

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 reads messages from a task's chat. It specifies the resource and action, differentiating it from the sibling yougile_chat_send_message which writes.

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 indicates when to use it (to read chat messages) and clarifies that the chatId equals the task id, but does not explicitly state when not to use it or provide alternatives beyond the implicit sibling distinction.

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/IvanTereshin/yougile-mcp'

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