Skip to main content
Glama
javalenciacai

siigo-pyme-mcp

Extraer Movimiento de Seriales

siigo_getmsrl
Read-only

Extract serial movement records from SIIGO Pyme by date range and company, then generate an Excel file with parsed preview rows for review.

Instructions

Extraer Movimiento de Seriales (funcion GETMSRL de SIIGO Pyme). Genera un archivo .xlsx y devuelve sus primeras filas ya parseadas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
anioNoAnio de proceso en SIIGO, 4 digitos. Por defecto el anio configurado para la empresa o el actual.
claveNoClave del usuario, hasta 8 caracteres. Por defecto la configurada. Nunca se devuelve en las respuestas.
normaNoNorma de la que se extrae la informacion: L = local (PUC colombiano), N = NIIF. Por defecto L.
empresaYesEmpresa sobre la que ejecutar. Acepta la ruta completa (Z:\SIIWI01\), solo el numero (01) o un alias configurado. Use siigo_list_companies para ver las disponibles.
usuarioNoUsuario de SIIGO, hasta 8 caracteres. Por defecto el configurado para la empresa.
conDatosNoS = tomar datos de SIIGO, N = generar solo el encabezado (plantilla vacia).
nroFinalNoNumero de comprobante final, 11 digitos. Ej: 99999999999.
fechaFinalYesFecha final dentro del anio de proceso, formato MMDD. Ej: 0530. Tambien acepta 2026-05-30.
nroInicialNoNumero de comprobante inicial, 11 digitos. Ej: 00000000001.
instalacionNoCarpeta de la instalacion de SIIGO a usar (por ejemplo C:\Siigo2). Por defecto la asociada a la empresa.
fechaInicialYesFecha inicial dentro del anio de proceso, formato MMDD. Ej: 0517. Tambien acepta 2026-05-17.
filasPreviewNoCuantas filas del xlsx generado incluir en la respuesta. Por defecto 50; use 0 para no leer el archivo.
terceroFinalNoTercero (NIT) final, hasta 13 digitos. Ej: 9999999999999.
archivoSalidaNoRuta completa del .xlsx a generar, maximo 50 caracteres. Ej: C:\SIIWI01\MovimientoSeriales.xlsx. Si se omite, el servidor genera una ruta corta dentro de su carpeta de salida. Si se pasa un nombre sin ruta, SIIGO lo deja en la carpeta Documentos del usuario.
productoFinalNoProducto final, 13 digitos (linea 3 + grupo 4 + producto 6). Ej: 9999999999999.
terceroInicialNoTercero (NIT) inicial, hasta 13 digitos. Ej: 1.
productoInicialNoProducto inicial, 13 digitos (linea 3 + grupo 4 + producto 6). Ej: 0010001000001.
tipoComprobanteNoTipo de comprobante: * = todos, F = facturas, etc. Un solo caracter.
codigoComprobanteFinalNoCodigo de comprobante final a exportar, 3 digitos. Ej: 002.
codigoComprobanteInicialNoCodigo de comprobante inicial a exportar, 3 digitos. Ej: 001.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description adds valuable side-effect context: it generates an .xlsx file and returns its parsed first rows. This goes beyond the annotations by telling the agent that a file artifact is created, though it does not detail file cleanup or size limits.

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, front-loaded sentence that immediately states the tool's purpose and output behavior. Every word earns its place, and it avoids unnecessary repetition of schema details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's high complexity (20 parameters, 3 required, no output schema), the description is minimal but does state the key output behavior. It does not offer a high-level summary of filtering capabilities or response structure, leaving the agent to infer these from the schema alone. This is adequate but not fully complete.

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?

The input schema covers 100% of the 20 parameters with detailed descriptions, examples, and defaults, so the description doesn't need to add parameter-level meaning. The description itself adds no extra parameter semantics, but the schema fully compensates, matching the baseline of 3.

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 uses a specific verb ('Extraer') and resource ('Movimiento de Seriales') and names the exact SIIGO function GETMSRL. It also clarifies the output behavior (generates .xlsx and returns parsed rows), making it distinct from related serial-report siblings like siigo_getsrl or siigo_getbsrl.

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 doesn't mention when-not-to-use it or point to sibling tools for similar operations, so the agent has no explicit 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/javalenciacai/siigo-pyme-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server