Skip to main content
Glama

Directorio Systema

Dejar reseña / Leave a review

dejar_resena

ES: Publica una reseña PÚBLICA real (1-5 estrellas + texto) a nombre del cliente en la ficha del negocio. Solo con consentimiento explícito del cliente; máx. 1 por teléfono cada 24 h por negocio. / EN: Publishes a real PUBLIC review (1-5 stars + text) under the customer's name on the business profile. Only with the customer's explicit consent; max 1 per phone per business per 24 h.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesSlug del negocio (de buscar_negocios) / Business slug (from buscar_negocios)
textoNoTexto de la reseña / Review text
nombreYesNombre del cliente que firma la reseña (se publica) / Customer name signing the review (published)
ratingYesCalificación 1-5 estrellas / 1-5 star rating
telefonoYesTeléfono del cliente (NO se publica; evita duplicados) / Customer phone (NOT published; dedup only)

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries full behavioral burden. It discloses that the review is real, public, saved under the customer's name, requires consent, has a rate limit, and uses the phone for deduplication. This is solid but could be more explicit about side effects (e.g., it cannot be retracted) and possible errors (e.g., failure if duplicate or business not found). Still, it gives significant behavioral context beyond raw functionality.

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 concise—two sentences in both Spanish and English—front-loaded with the core action. It packs purpose, consent, rate limit, and dedup into a compact format without redundancy. Each sentence contributes meaning.

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 mutation tool with no annotations, the description covers essential aspects: what it does, the public nature, consent requirement, and rate limit. It omits potential error scenarios (e.g., duplicate review, invalid phone) and does not describe return values, but given the lack of output schema and the tool's relative simplicity, the description is reasonably complete for an agent to invoke it correctly.

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% with each parameter already having a clear description (e.g., 'telefono' states 'NOT published; dedup only'). The description adds marginal value by reiterating the dedup purpose and rate limit, but doesn't introduce new parameter semantics beyond what the schema already provides. Baseline 3 is appropriate.

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's action: 'Publishes a real PUBLIC review (1-5 stars + text) under the customer's name on the business listing.' This is a specific verb (publish) with a resource (review on business profile) and scope (real, public, under customer's name). It distinguishes itself from siblings like reserving, ordering, or searching by making the intent unmistakable.

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 provides clear context for usage: it requires explicit customer consent and enforces a rate limit (max 1 per phone per 24 h per business). However, it doesn't explicitly say when to use this tool versus alternatives (e.g., 'Use this when the customer wants to leave a review'), though it's obvious from the name and purpose. The constraints are valuable usage guidelines but not comparative alternatives.

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.1/5.0
Disambiguation5/5

Each tool targets a distinct action or resource: searching (businesses, events, promotions), viewing details, and various booking/request actions. buscar_negocios and buscar_por_servicio are differentiated by search criteria (name/category vs. services/products).

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in Spanish (buscar_*, reservar_*, solicitar_*, ver_*). Even buscar_por_servicio maintains the verb-first structure with a descriptive complement.

Tool Count5/5

13 tools is well within the ideal 3-15 range and covers the directory's search, view, and action capabilities without redundancy. Each tool has a clear role.

Completeness4/5

The tool surface covers core workflows: searching businesses/events/promotions, viewing profiles, booking appointments/classes/rooms, ordering food, and requesting estimates/visits. Minor gaps like cancellation or updating reservations are not addressed, but these may be out of scope for a directory front-end.

Resources