Skip to main content
Glama
jppeiro90

MCP-WHATSAPP-EVO

by jppeiro90

send_chat_presence

Send a typing, recording, or paused presence indicator to a WhatsApp chat to show user activity, such as composing a message or recording audio.

Instructions

Send a typing/recording presence to a chat (composing, recording or paused).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
delayNoHow long to keep the presence, in ms
numberYesPhone number with country code
presenceYes
instanceNameYesName of the Evolution API instance
Behavior2/5

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

With no annotations, the description fails to disclose important behavioral traits. It does not mention whether the presence is automatically cleared after a timeout, if it overrides existing presence, or if there are rate limits. The 'delay' parameter hints at duration but is not explained in context.

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 a single sentence, concise and front-loaded. Every word is necessary and there is no redundant information.

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 the lack of an output schema and the simplicity of the operation, the description is minimally adequate. However, it does not explain the return value or any side effects, such as whether the presence is sent to all chat participants. For a tool with 4 parameters and no output schema, more detail would improve completeness.

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 75%, so the baseline is 3. The description adds the enum values (composing, recording, paused) but they are already present in the schema. It provides no additional context about parameter semantics beyond what the schema already offers.

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 states the action ('Send') and resource ('typing/recording presence to a chat') and lists the allowed states. While it distinguishes from many siblings that send messages or media, it does not explicitly differentiate from 'set_evolution_presence', but the focus on chat-level presence makes it clear enough.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like sending a message or updating chat state. There is no mention of prerequisites, such as an active chat or user permissions, nor any indication of when it is appropriate to send each presence type (e.g., composing vs. recording).

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/jppeiro90/MCP-WHATSAPP-EVO'

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