Skip to main content
Glama

Crear cliente

crear_cliente

Crea un nuevo cliente (empresa u organización) en tu modo clientes, para poder archivar entradas bajo él. Toma 'nombre' y opcionalmente 'descripcion' (quién es, sector, ubicación, qué busca): esa descripción es el contexto que se usará después para decidir qué entradas le interesan, así que merece la pena rellenarla. Si tu cuenta no tiene el modo clientes activado, te lo indicará y no lo creará. Requiere iniciar sesión.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nombreYesNombre del nuevo cliente (empresa u organización). Ej: 'Acme S.L.'.
descripcionNoOpcional. Descripción del cliente: quién es, sector, ubicación, qué busca y en qué estado está. Es el contexto que se usa después para decidir qué entradas le interesan. Ej: 'Constructora de obra civil en Murcia, ~20 empleados; le interesan licitaciones de obra pública de menos de 500k€'.

TDQS

A4.3/5.0
Behavior4/5

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

Beyond the destructiveHint annotation, the description discloses important behavioral details: it requires login, will not create if client mode is not activated, and will indicate failure in that case. It also explains that the descripcion is stored as context for future use. This adds meaningful behavioral context beyond the minimal annotations.

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 front-loaded with the action, uses clear Spanish, and includes necessary context (purpose, parameter roles, prerequisites, failure condition) in a compact form. Every sentence earns its place without redundancy.

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?

For a simple create tool with two parameters and no output schema, the description is complete: it states what it does, what inputs are needed, how the optional input matters, and the conditions that could prevent execution. There are no significant gaps that would hinder correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already covers both parameters with examples and descriptions (100% coverage). The tool description adds value by emphasizing that descripcion will be used later to decide which entries are of interest, reinforcing why it is worth filling in. This extra functional context goes beyond the schema's structural documentation.

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 'Crea un nuevo cliente (empresa u organización)' which is a specific verb+resource action. It distinguishes from siblings like editar_cliente and listar_clientes by explicitly indicating it creates a new client, and it explains the purpose ('para poder archivar entradas bajo él'), so an agent can easily select it when a new client is needed.

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 implies usage for creating a new client and gives a precondition (client mode must be activated, otherwise it will fail). However, it does not explicitly mention when not to use it or name alternatives like editar_cliente for existing clients. The guidance is present but not exhaustive.

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

Each tool targets a distinct action or resource: search vs. detail vs. alerts vs. company profile. No two tools overlap in purpose; even alert management tools (create, edit, pause, reactivate, delete) are clearly differentiated via descriptions and parameters.

Naming Consistency5/5

All tools follow a consistent Spanish verb_noun pattern (e.g., buscar_boletines, crear_alerta, pausar_alerta) with imperative verbs. The pattern is uniform across all 16 tools, enhancing predictability for an agent.

Tool Count4/5

With 16 tools, the count is slightly above the ideal range (3-15) but fully justified by the breadth of the domain: search, details, alerts lifecycle, company data, and summaries. Each tool serves a distinct need without unnecessary bloat.

Completeness5/5

The tool surface covers the full lifecycle of monitoring public money: searching (boletines, oportunidades, empresas), getting detailed information (convocatoria, licitacion, perfil), managing alerts (CRUD plus pause/reactivate), and summarizing (resumen_boletin, resumen_semana, mis_novedades). No obvious gaps.