Skip to main content
Glama
nakulben

WhatsApp Business MCP

create_template

Submit WhatsApp Business message templates to Meta for review and approval. Structure headers, body text, and interactive buttons to build templates for marketing and utility campaigns.

Instructions

Create and submit a WhatsApp template to Meta for approval.

The template will go through Meta's review process. Check status with check_template_status after submission.

Args: name: Template name (lowercase, underscores, starts with letter, max 512) category: MARKETING or UTILITY language: Language code (e.g. "en", "en_US", "hi") components: List of component dicts. Each has a "type" (HEADER, BODY, FOOTER, BUTTONS) and type-specific fields. Example: [ {"type": "HEADER", "format": "TEXT", "text": "Hello {{1}}", "example": {"header_text": ["John"]}}, {"type": "BODY", "text": "Your order {{1}} is {{2}}.", "example": {"body_text": [["ORD-123", "confirmed"]]}}, {"type": "FOOTER", "text": "Reply STOP to opt out"}, {"type": "BUTTONS", "buttons": [ {"type": "QUICK_REPLY", "text": "Track Order"}, {"type": "URL", "text": "View Details", "url": "https://example.com/order/{{1}}", "example": ["https://example.com/order/123"]} ]} ]

Returns: JSON with template ID and status on success, or error details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
categoryYes
languageYes
componentsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full disclosure burden. It successfully explains the asynchronous approval process ('go through Meta's review process') and return value structure. It could improve by mentioning idempotency concerns (duplicate names) or error behavior specifics.

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?

Well-structured with clear sections (purpose, Args, Returns). The length is justified given the complexity of the components parameter. Information is front-loaded with the core action in the first sentence, and the extensive example is essential for the nested component structure.

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?

Given the high complexity of WhatsApp template components and the presence of an output schema (which the description briefly summarizes without redundancy), the description provides complete contextual coverage. The detailed Args example is critical for correct invocation given the lack of schema documentation.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by providing detailed constraints for each parameter: name formatting rules (lowercase, underscores, max 512), category enums (MARKETING/UTILITY), language format examples, and a comprehensive JSON example for the complex components structure.

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 a precise action ('Create and submit') and target resource ('WhatsApp template to Meta for approval'). It clearly distinguishes this from sibling tools by explicitly mentioning check_template_status as the follow-up action for monitoring the approval process.

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 clear workflow context by stating templates go through Meta's review process and directing users to check_template_status afterward. However, it does not explicitly contrast with validate_template (when to validate vs. create) or clarify failure/retry scenarios.

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