Skip to main content
Glama

Directorio Systema

Solicitar estimado / Request an estimate

solicitar_estimado

ES: Envía una solicitud de estimado REAL a un negocio de servicios (contractor: pisos, plomería, pintura, limpieza…) — el negocio recibe notificación y puede llamar al cliente al teléfono dado. / EN: Sends a REAL estimate request to a services business (contractor: flooring, plumbing, painting, cleaning…) — the business is notified and may call the customer at the given phone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesSlug del negocio (de buscar_negocios) / Business slug (from buscar_negocios)
nombreYesNombre del cliente / Customer name
servicioNoServicio de interés (como sale en ver_negocio) / Service of interest
telefonoYesTeléfono del cliente (el negocio lo usará para llamarlo) / Customer phone (the business will call it)
direccionNoDirección donde se haría el trabajo / Job address
descripcionYesQué trabajo necesita el cliente / What work the customer needs
fechaPreferidaNoFecha preferida YYYY-MM-DD / Preferred date

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 the behavioral disclosure burden. It explicitly warns that this is a REAL request, that the business gets notified, and that they may call the customer's phone — important side effects beyond a mere form submission. It does not detail response behavior or failure modes, but the real-world impact is disclosed.

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 bilingual sentence, front-loaded with the core action and key qualifiers. It conveys purpose, target audience, and real-world effect without padding or 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 the 7-parameter schema with full descriptions and no output schema, the description covers the essential invocation context: what the tool does, who receives the request, and the real-world consequence. It is not overly verbose, though it could mention what happens after submission or whether confirmation is returned.

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 description coverage is 100%, so the schema already explains each parameter clearly, including the phone purpose and where the slug comes from. The tool description adds no parameter-level meaning beyond emphasizing the real notification and phone callback, which is already echoed in the 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 action, resource, and scope: sending a real estimate request to a services business, with examples of eligible contractor types. This distinguishes it from sibling tools like reservar_cita and solicitar_visita_inmobiliaria by focusing specifically on service estimates.

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 when to use the tool: when a customer needs an estimate from a services/contractor business. It does not explicitly name alternatives or exclusions, but the domain and action are specific enough to avoid obvious misuse alongside 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.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