Skip to main content
Glama

update_docqa_assistant

Update a Doc Q&A assistant by changing its name, prompt, enabled status, language mode, rate limits, allowed domains, design, or texts. Requires assistant ID.

Instructions

Actualizar asistente Doc Q&A — Modifica la configuracion de un asistente de documentacion existente [mutation]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assistant_idYesID del asistente a modificar (obtener de list_docqa_assistants)
display_nameNoNuevo nombre del asistente
promptNoNuevas instrucciones para la IA
is_enabledNotrue para activar, false para desactivar
language_modeNoModo de idioma
language_fixedNoIdioma fijo
rate_limit_per_sessionNoLimite de preguntas por sesion
allowed_domainsNoDominios permitidos
language_availableNoIdiomas disponibles (array)
language_show_selectorNoMostrar selector de idioma
rate_limit_window_minutesNoVentana de rate limit en minutos
config_designNoConfiguracion de diseno (JSON)
config_textsNoTextos personalizados (JSON)
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It only notes '[mutation]' but fails to disclose side effects, authorization requirements, or outcome upon success/failure.

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 concise sentence that front-loads the purpose. No unnecessary words or repetition, achieving high efficiency.

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?

Despite full schema coverage, the tool has 13 parameters and no annotations or output schema. The description lacks information about returned data, required permissions, error conditions, or typical usage flow.

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 baseline is 3. The description adds no extra meaning beyond the schema; it merely states 'modifica la configuracion', which is already inferred from the tool name and parameters.

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 'Actualizar asistente Doc Q&A' indicating update of a specific resource, and includes '[mutation]' to hint at the operation type. It distinguishes from create and list tools for the same resource.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, nor does it mention prerequisites or exclusions. It only states the action without usage context.

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