Skip to main content
Glama
nakulben

WhatsApp Business MCP

delete_template

Delete a WhatsApp Business template by name to permanently remove all language variants from your account.

Instructions

Delete a WhatsApp template by name.

WARNING: This permanently deletes ALL language variants of the template.

Args: template_name: Name of the template to delete

Returns: JSON confirming deletion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
template_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 disclosure. It successfully communicates the destructive nature ('permanently deletes') and the broad scope ('ALL language variants'). It also notes the return type ('JSON confirming deletion'), though given the output schema exists, this is adequate confirmation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized with a clear structure: action statement, critical warning, parameter definition, and return type. Every section earns its place, particularly the warning which is front-loaded. The Args/Returns format is slightly formal but efficient for a single-parameter tool.

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

Completeness4/5

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

Given the tool's simplicity (1 parameter, nested objects=false) and the presence of an output schema, the description is complete. It covers the essential behavioral warning about language variants that the schema cannot express, and acknowledges the return format without needing to detail the JSON structure.

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

Parameters4/5

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

The schema has 0% description coverage (only a title). The Args section compensates by stating 'Name of the template to delete,' which clarifies the parameter's purpose beyond the schema's type information. This successfully bridges the documentation gap for the single required parameter.

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 opens with 'Delete a WhatsApp template by name,' providing a specific verb (Delete), resource (WhatsApp template), and scope (by name). The warning about deleting 'ALL language variants' further distinguishes this tool's scope from potential siblings that might handle single-language deletion.

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 WARNING section provides critical context about the irreversible scope (permanent deletion of all language variants), which guides the agent on the gravity of the operation. However, it lacks explicit guidance on when to use this vs. alternatives like update_template, or prerequisites like checking template status first.

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

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