Skip to main content
Glama
GHDaru
by GHDaru

mcpmessage_list_chats

Read-onlyIdempotent

List all chats in the shared mailbox to discover valid recipients before sending messages. Returns chat names, descriptions, and creation dates.

Instructions

List every chat registered in the shared mailbox.

Use it to discover valid recipients before mcpmessage_send.

Returns: JSON {"count": int, "chats": [{name, description, created_at}]}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, destructiveHint, and idempotentHint. The description adds the returned JSON structure and the intent to find recipients, which is complementary. There is no contradiction, and the extra context goes beyond what annotations cover.

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 compact and front-loaded: the core action is stated first, followed by a brief usage hint and a return format block. Every sentence adds value, and there is no fluff.

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?

For a simple, parameterless, read-only list tool with an output schema, the description covers the essential purpose, usage context, and expected return format. Nothing required to call it correctly is missing.

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

Parameters4/5

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

The tool accepts zero parameters, so the baseline per the rubric is 4. The description correctly omits parameter details, and the schema coverage is effectively irrelevant since no params exist.

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 states a specific verb and resource ('List every chat registered in the shared mailbox') and clearly distinguishes its purpose from the sibling mcpmessage_send by indicating it is a discovery step before sending. It is unambiguous and self-contained.

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 explicitly tells when to use the tool ('before mcpmessage_send') to discover valid recipients. It does not enumerate exclusions, but the guidance is concrete and suffices for this list tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/GHDaru/mcpmessage'

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