Skip to main content
Glama
Vinix-Code-Dev

Wasapi MCP Server

list_conversations

Read-only

List conversations from a WhatsApp Business account with cursor-based pagination and optional filters by status, query, phones, labels, agents, and date range.

Instructions

Lista las conversaciones de la cuenta (paginado por cursor) con filtros opcionales por estado, texto, teléfonos, etiquetas, agentes y fechas. Distinto de get_conversation, que trae el hilo de mensajes con un contacto puntual.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
datesNoRango de fechas YYYY-MM-DD,YYYY-MM-DD
queryNo
agentsNoIDs de agentes separados por coma
cursorNoCursor de paginación; normalmente usa get_conversations_next_page
labelsNoIDs de etiquetas separados por coma
phonesNoIDs/teléfonos separados por coma
statusNo
per_pageNo
all_agentsNo
search_typeNo
open_optionsNo
without_labelsNo
order_conversationsNo
Behavior3/5

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

Annotations include readOnlyHint=true, so read-only behavior is clear. Description adds pagination and filtering context, but does not disclose any additional behaviors like rate limits or response structure.

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?

Two concise sentences: first states purpose and key features, second differentiates from sibling. No unnecessary words.

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?

Given 13 parameters and no output schema, the description provides adequate filter context but lacks guidance on pagination flow and output format. Could be more complete for a tool with this complexity.

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 description coverage is low (38%). Description mentions filters for status, text, phones, labels, agents, and dates, which covers some parameters, but omits others like per_page, cursor, all_agents, search_type, etc. Partial compensation.

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 conversations with cursor pagination and optional filters, and distinguishes it from the sibling get_conversation, which retrieves a specific conversation's message thread.

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?

Provides good differentiation from get_conversation, but does not mention related pagination flow with get_conversations_next_page, which is a sibling tool.

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/Vinix-Code-Dev/wasapi-mcp-server'

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