Skip to main content
Glama

Consultar una plantilla

hilo_get_template
Read-only

Retrieve the status, components, and variables of a WhatsApp message template by name and optional language code.

Instructions

Devuelve el estado y la estructura (componentes y variables) de una plantilla por nombre.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNombre de la plantilla.
languageNoCódigo de idioma.es_MX
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint. The description adds specific return content (status, components, variables). No contradictions, and it provides enough context for a read operation.

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 sentence of 10 words, front-loaded with the verb and resource. Every word adds value; no redundancy.

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 only two parameters, one required, and no output schema, the description provides adequate information. It explains what is returned (state and structure) but could elaborate on the format of components/variables. Still sufficient for a low-complexity 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 both parameters. The description mentions 'por nombre' aligning with the required name parameter but adds no new meaning beyond that. Language parameter is documented in schema.

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 returns the status and structure (components and variables) of a template by name. The verb 'Devuelve' is specific, and the resource 'plantilla' is well-defined. It distinguishes from sibling 'hilo_list_templates' which lists all templates without details.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied by specifying 'por nombre' but no explicit guidance when to use this over alternatives like 'hilo_list_templates'. No when-not-to-use or prerequisite conditions are given.

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/cnzontle/hilo-mcp'

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