Skip to main content
Glama
Neuratel-AI

Neuratel MCP Server

Official
by Neuratel-AI

list_conversation_messages

List messages from a conversation, newest first, with optional filters for time window and message count.

Instructions

List messages exchanged in a conversation, newest first.

Args: conversation_id: From list_conversations limit: Max messages (default 50) since: ISO 8601 — return messages after this timestamp before: ISO 8601 — return messages before this timestamp

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
sinceNo
beforeNo
conversation_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses ordering (newest first), default limit, and timestamp filters. However, it does not mention pagination, whether the operation is read-only, or any error/side-effect behavior.

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: a one-sentence purpose followed by a short labeled Args block. Every line adds value without redundancy.

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?

All parameters are documented with behavioral context, and the output schema covers the response format. Minor gaps exist around pagination/limits, but the description is sufficiently complete for an agent to invoke the tool.

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

Parameters5/5

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

The schema provides only types and defaults; the description adds crucial meaning: source of conversation_id, meaning of limit, and ISO 8601 format for since/before. This fully compensates for the 0% schema description coverage.

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 specific verb and resource ('List messages exchanged in a conversation') and adds ordering ('newest first'). This clearly distinguishes it from sibling tools like get_conversation or send_conversation_message.

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?

It provides a clear prerequisite: conversation_id comes from list_conversations. However, there is no explicit mention of when not to use it or alternatives. The usage context is well implied and the prerequisite is useful.

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/Neuratel-AI/neuratel-mcp'

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