Skip to main content
Glama

Contactar asesor comercial

contactar_asesor_comercial
Read-only

Genera un link de WhatsApp pre-armado hacia el equipo comercial de EcoPlaza ("Gustavito") para coordinar una visita o resolver dudas. NO envia ningun mensaje: solo construye el enlace para que el usuario humano lo abra. Usa el parametro opcional mensaje_interes para personalizar el texto pre-armado.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
proyecto_slugNoSlug del proyecto de interes (opcional).
mensaje_interesNoTexto breve describiendo el interes del usuario, se incluye tal cual en el mensaje.

TDQS

A4.5/5.0
Behavior5/5

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

The description explicitly states that it does NOT send any message—only constructs a link for the user to open. This prevents misinterpretation as a messaging tool. Annotations (readOnlyHint=true) already indicate a safe operation, but the description adds crucial behavioral detail.

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 three sentences, front-loaded with the key action, and contains no unnecessary words. It is efficient and to the point.

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

Completeness5/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 optional params, no output schema, annotations present), the description sufficiently covers purpose, behavior, and parameter usage. An agent can correctly determine when and how to invoke the 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 mensaje_interes as optional for personalizing the message, adding minimal value beyond the schema. proyecto_slug is not highlighted in the description, so no additional insight.

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 it generates a pre-built WhatsApp link to the EcoPlaza commercial team for coordinating visits or resolving doubts. It distinguishes itself from sibling tools (e.g., buscar_locales_disponibles, consultar_precios_o_financiamiento) by focusing on human contact via WhatsApp.

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 explicitly says when to use it: to contact the commercial team for visits or doubts. It does not list exclusions or alternatives, but the context is sufficiently clear given the sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: searching available locations, consulting prices (referral), contacting advisor, listing projects, getting location details, and project info. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in Spanish (e.g., buscar_locales_disponibles, listar_proyectos). No mixing of conventions.

Tool Count5/5

With 6 tools, the set is well-scoped for the domain of browsing and inquiring about commercial spaces. Each tool contributes meaningfully.

Completeness5/5

The tool surface covers the full workflow: discovering projects, searching locations, getting details, handling price inquiries (via referral), and contacting an advisor. No obvious gaps.

Resources