Skip to main content
Glama

import_contacts_txt

Import phone numbers from a TXT file into a marketing list. Provide list ID and upload file with one number per line.

Instructions

Importar contactos desde archivo de texto — Importa contactos a una lista de marketing desde un archivo de texto (un telefono por linea) [mutation]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYesID de la lista de contactos destino
fileYesArchivo TXT a importar (multipart/form-data)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only notes that this is a mutation via '[mutation]', but does not disclose any behavioral traits such as whether it appends or overwrites contacts, required permissions, error handling, or side effects.

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 line with a dash separator. It is front-loaded with the action and resource, contains no redundant words, and is easy to read.

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

Completeness3/5

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

Given the tool's simplicity (2 parameters, no output schema), the description provides the core purpose and a minor file format detail. However, it lacks completeness on expected behavior (e.g., duplicate handling, validation, or success/error output). For a simple tool, it is somewhat adequate but not fully informative.

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?

The input schema covers both parameters with descriptions. The description adds minimal extra meaning by specifying 'one phone per line', clarifying the file format beyond the schema's 'Archivo TXT a importar'. However, this is a minor addition; the schema already covers the essence.

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 action (import contacts), the resource (from a text file to a marketing list), and the format (one phone per line). It distinguishes itself from the sibling tool import_contacts_csv by specifying 'text file' rather than CSV.

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?

The description provides no guidance on when to use this tool versus alternatives like import_contacts_csv or import_contacts_manual. There is no mention of prerequisites, limitations, or context such as 'use for plain text files only'.

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/wazionapps/mcp-server'

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