Skip to main content
Glama

delete_conversation_message

Delete a specific message from a conversation by providing the exact message text and customer phone number. Confirmation required to execute.

Instructions

Eliminar mensaje de conversacion — Elimina un mensaje especifico de una conversacion. Requiere el texto exacto del mensaje. [mutation] (requiere confirmación: pasar confirm=true para ejecutar)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phoneYesTelefono del cliente
messageYesTexto exacto del mensaje a eliminar (string completo tal como aparece en el historial)
queryNoTexto de busqueda
date_fromNoFecha inicio YYYY-MM-DD
date_toNoFecha fin YYYY-MM-DD
limitNoMaximo de resultados
offsetNoPosicion de inicio para paginacion
hoursNoUltimas N horas
conversation_idNoID de conversacion especifica
last_nNoUltimos N mensajes
periodNoPeriodo de tiempo
agent_idNoID del agente
formatNoFormato de respuesta
confirmNoPasar true para confirmar la ejecución de esta acción peligrosa
Behavior3/5

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

The description discloses it is a mutation operation requiring confirmation, which is positive. However, no annotations are provided to supplement behavioral traits, and the description lacks details on irreversibility, side effects, or permissions required, leaving gaps in transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with key information front-loaded: purpose, requirement, mutation tag, and confirmation needed. It could be slightly more structured but efficiently conveys the essential points.

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

Completeness2/5

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

The description lacks information about return values or outcome of success/failure. With no output schema, the agent is left uninformed about what happens after deletion, making it incomplete for a mutation 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?

All 14 parameters have descriptions in the input schema (100% coverage), so the schema does the heavy lifting. The description re-emphasizes the exact message requirement but adds no new semantic value beyond what the schema already provides.

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 deletes a specific message from a conversation, using specific verbs and resource. It distinguishes itself from sibling delete tools by specifying 'conversation message' and mentions the requirement of exact text match.

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?

The description provides basic guidelines: requires exact message text and confirmation via confirm=true. However, it does not explicitly state when to use this tool versus alternatives like delete_conversation_file, nor does it mention prerequisites or when not to use.

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