Skip to main content
Glama
nakulben

WhatsApp Business MCP

list_templates

Retrieve WhatsApp Business message templates filtered by status, category, or name. View approved, pending, rejected, or paused templates with pagination support.

Instructions

List WhatsApp message templates.

Args: limit: Max templates to return (1-100, default 20) after: Pagination cursor for next page name: Filter by template name (exact match) status: Filter by status: APPROVED, PENDING, REJECTED, PAUSED, DISABLED category: Filter by category: MARKETING, UTILITY

Returns: JSON with list of templates and pagination info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
afterNo
nameNo
statusNo
categoryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses pagination behavior (cursor-based via 'after') and return format ('JSON with list and pagination info'), but omits safety profile (read-only), rate limits, or error conditions.

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?

Uses efficient docstring structure with 'Args' and 'Returns' sections. Every line provides specific constraints or semantics; no redundant or filler content despite the structured format.

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 zero schema descriptions, the description adequately covers all filter parameters and pagination. With an output schema existing, the brief return description is sufficient, though it could note that all filters are optional (implied by schema but not explicit).

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 documenting all 5 parameters: 'limit' (range 1-100, default 20), 'after' (pagination semantics), 'name' (exact match behavior), and valid enum values for 'status' and 'category'.

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?

States clear verb ('List') and resource ('WhatsApp message templates'). Distinction from siblings (create, delete, get_detail, etc.) is implicit via the verb but lacks explicit scope clarification (e.g., which account's templates).

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?

Provides no guidance on when to use this tool versus siblings like 'get_template_detail' or 'check_template_status'. No mention of prerequisites or when listing is preferable to other operations.

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