Skip to main content
Glama
Vinix-Code-Dev

Wasapi MCP Server

list_templates_by_number

Read-only

Retrieve WhatsApp message templates assigned to a specific number. Use this to view available templates for a given from_id.

Instructions

Lista las plantillas disponibles para un número de WhatsApp específico (from_id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
from_idYes
Behavior3/5

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

The description is consistent with the readOnlyHint annotation, stating it lists templates. However, it adds no additional behavioral context such as error handling, rate limits, or authentication requirements beyond what annotations provide.

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 a single, well-structured sentence that front-loads the action and includes the key parameter, making it efficient and clear.

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?

For a simple list tool with one parameter and no output schema, the description provides adequate context. It could be improved by mentioning if the result list is paginated or ordered, but it covers the essential purpose.

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?

With 0% schema description coverage, the description compensates by explaining that 'from_id' is a specific WhatsApp number, providing meaning beyond the integer type and exclusiveMinimum constraint. However, it does not clarify the format or source of the number.

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 verb ('Lista') and resource ('plantillas') with a specific condition ('para un número de WhatsApp específico'), effectively distinguishing it from sibling tools like 'list_whatsapp_templates' and 'get_whatsapp_template'.

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 implies when to use this tool (when templates are needed for a specific number) but does not explicitly state when not to use or provide alternative tools, though the purpose is clear enough for an agent.

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/Vinix-Code-Dev/wasapi-mcp-server'

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