Skip to main content
Glama
wsapi-chat

WSAPI WhatsApp MCP Server

by wsapi-chat

whatsapp_update_my_profile

Update your WhatsApp profile by setting a new display name, status text, or profile picture. All fields are optional, so you can change only what you need.

Instructions

Update own WhatsApp profile. All fields are optional.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoDisplay name
statusNoStatus text
pictureNoBase64-encoded JPEG profile picture
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states 'update', implying mutation, but fails to mention side effects, data constraints (e.g., picture size limits), or whether changes are immediate. For a mutation tool with no annotations, this is insufficient.

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 short, direct sentences with no unnecessary information. Highly concise and front-loaded.

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 simplicity of the tool (3 optional parameters, no output schema), the description is adequate for basic use. However, it lacks behavioral details like what happens to fields not specified, and the absence of any output schema leaves the agent guessing about the response. Compared to the calibration example for update_drive (score 2), this is slightly better because all parameters are documented, but still not complete.

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

Parameters2/5

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

The input schema already describes each parameter thoroughly (display name, status text, base64 JPEG picture). The description adds no extra meaning beyond stating 'all fields are optional', which is redundant given the schema has no required fields.

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 uses the specific verb 'Update' and explicitly states the resource 'own WhatsApp profile'. It clearly distinguishes from sibling tools like whatsapp_get_my_profile and other update tools for groups/communities.

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?

The description clarifies that all fields are optional, which helps an agent understand it can update any subset. However, it does not specify when to use this versus similar update tools like whatsapp_set_privacy_setting, nor does it mention prerequisites beyond the tool itself.

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/wsapi-chat/wsapi-mcp'

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