Skip to main content
Glama
rukman7

whatsapp-mcp-server

by rukman7

Update WhatsApp Business Profile

whatsapp_update_business_profile
Idempotent

Update your WhatsApp Business Profile details including about, address, description, email, websites, and industry vertical.

Instructions

Update the WhatsApp Business Profile fields.

Args:

  • about (string, optional): About text (max 139 chars)

  • address (string, optional): Business address

  • description (string, optional): Description (max 512 chars)

  • email (string, optional): Contact email

  • websites (string, optional): JSON array of website URLs

  • vertical (string, optional): Industry vertical

Returns: Confirmation of update.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aboutNoAbout text for the business profile
emailNoBusiness email address
addressNoBusiness address
verticalNoIndustry vertical (e.g. 'RETAIL', 'EDUCATION', 'HEALTH')
websitesNoJSON array of website URLs as a string. Example: '["https://example.com"]'
descriptionNoBusiness description
response_formatNoOutput format: 'markdown' for human-readable or 'json' for structured datamarkdown
Behavior4/5

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

Annotations already provide readOnlyHint=false, destructiveHint=false, and idempotentHint=true, so the safety profile is known. The description adds useful constraints (max lengths for about and description, websites as JSON array) and states the return is a confirmation of update. This additional detail complements the annotations without contradiction.

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 well-structured with an 'Args' section and a 'Returns' statement. It is concise, front-loaded with the main purpose, and every sentence provides useful information without unnecessary elaboration.

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?

The tool has 7 optional parameters, all fully documented in the schema, and the description covers the return value and important constraints. Annotations provide safety and idempotency context. The description is complete enough for an agent to understand when and how to use the tool.

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 coverage is 100%, so the schema already documents all parameters with descriptions and constraints. The description repeats the parameter list and adds brief constraints (e.g., max lengths, JSON array), but it does not materially add new meaning beyond what is in the schema. Baseline of 3 is appropriate.

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's purpose: 'Update the WhatsApp Business Profile fields.' It uses a specific verb ('Update') and resource ('Business Profile'), and the list of fields makes the scope explicit. It distinguishes itself from the sibling tool whatsapp_get_business_profile by indicating it modifies rather than retrieves.

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 clearly indicates this tool is for updating profile fields and implies it should be used when those fields need modification. It does not explicitly state when not to use it or mention alternatives, but the sibling tool get_business_profile and the action word 'update' provide clear context for selection.

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/rukman7/whatsapp-mcp-server'

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