Skip to main content
Glama
eurogas-bbl

whatsapp-mcp

by eurogas-bbl

List Chats

list_chats

Retrieve chats and contacts (id, name, type) with optional filtering by users or groups. Empty response after connection? Wait up to 5 minutes and retry.

Instructions

Список известных инстансу чатов и контактов (id, имя, тип).

Обновление списка на стороне WhatsApp занимает до 5 минут; пустой ответ сразу после подключения — норма, повторите позже.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
onlyNoall
countNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds a meaningful, non-obvious behavioral detail: the list may lag up to 5 minutes on the WhatsApp side, and an empty response after connection is expected rather than an error. It does not cover all possible behaviors, but the timing caveat is substantive.

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 two compact sentences with no wasted words. The first sentence states the resource and output fields; the second adds the single most important behavioral caveat. It is front-loaded and easy to scan.

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

Completeness3/5

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

For a low-complexity read tool with no required parameters, the description covers core purpose and a key timing caveat, which would allow a basic call. However, the lack of parameter explanations—especially count—and the absence of any comparison to sibling list/detail tools leave meaningful gaps for an agent deciding how to invoke the tool correctly.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not mention either parameter. The 'only' enum is documented in the schema, but the 'count' parameter is only described as integer/null with no meaning, bounds, or behavior explained, so an agent cannot reliably know what values are meaningful.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource as chats and contacts known to the instance, and even lists the returned fields (id, name, type). Though phrased as a noun ('Список...') rather than an explicit verb, it is unambiguous about what the tool produces and is broad enough to be distinguished from siblings like get_chat_history or get_contact_info.

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 provides useful usage context: the WhatsApp-side list refresh can take up to 5 minutes, and an empty response immediately after connection is normal and should be retried later. However, it does not explicitly state when to prefer this tool over related alternatives such as get_contact_info or get_group_data, nor does it mention any exclusions.

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

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/eurogas-bbl/whatsapp-mcp'

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