Skip to main content
Glama

create_docqa_assistant

Creates a document Q&A assistant to answer questions from uploaded PDFs, Word files, and more. Upload documents via dashboard after creation.

Instructions

Crear asistente Doc Q&A — Crea un nuevo asistente de documentacion. Despues de crearlo, podras subir archivos (PDF, Word, etc.) desde el dashboard. [mutation]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
display_nameYesNombre del asistente (ej: 'Manual de Usuario', 'FAQ Producto X')
promptNoInstrucciones adicionales para la IA (opcional)
is_enabledNotrue para activar inmediatamente
language_modeNoModo de idioma: auto (detecta automaticamente), fixed (siempre responde en un idioma fijo), selector (el usuario elige el idioma)auto
language_fixedNoREQUERIDO si language_mode=fixed. Codigo del idioma fijo (es=Espanol, en=Ingles, de=Aleman, fr=Frances, pt=Portugues, it=Italiano, hu=Hungaro). Si el usuario dice 'idioma fijo en espanol', usar language_mode='fixed' Y language_fixed='es'.
rate_limit_per_sessionNoLimite de preguntas por sesion
allowed_domainsNoDominios donde funcionara el widget (vacio = todos)
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?

No annotations are provided, so the description carries full responsibility. It marks the tool as a mutation with '[mutation]', but does not disclose any behavioral traits such as required permissions, idempotency, side effects (e.g., duplicate names), or rate limits. The only behavior mentioned is that file uploads happen later, which is minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, with a single sentence and a mutation tag. The purpose is front-loaded ('Crear asistente Doc Q&A'). However, it could be more structured by separating the creation action from the follow-up note about uploading files.

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?

The tool has 12 parameters and no output schema. The description does not mention what the tool returns (e.g., the assistant ID or status). Given the complexity and the presence of many sibling tools, the description should provide more context about the creation process and expected result.

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 baseline is 3. The description adds no meaning beyond the schema; it does not explain why certain parameters are important or how they affect behavior. For example, it does not mention that 'display_name' is required or that 'prompt' is optional. No added value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Crear') and the resource ('asistente Doc Q&A'). It distinguishes from siblings like update_docqa_assistant and delete_docqa_assistant by focusing on creation. However, it does not explicitly contrast with other create tools like create_agent or create_calendar_event, so sibling differentiation is lacking.

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. It only mentions the creation action and a post-creation step (uploading files), but does not explain prerequisites, use cases, or when to avoid it. No exclusions or comparisons are provided.

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