Skip to main content
Glama
javalenciacai

siigo-pyme-mcp

Extraer Historico de novedades

siigo_gethn
Read-only

Extract historical employee novelties (cost center changes, vacations, salary changes) from SIIGO Pyme, generate an Excel file, and return parsed preview rows.

Instructions

Extraer Historico de novedades (funcion GETHN 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.
modeloYesModelo definido previamente en Recursos Humanos > Interfases > Exportacion > Definicion de Modelos.
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.
cargoFinalNoCargo final, hasta 4 digitos. Ej: 9999.
fechaFinalYesFecha final dentro del anio de proceso, formato MMDD. Ej: 0530. Tambien acepta 2026-05-30.
instalacionNoCarpeta de la instalacion de SIIGO a usar (por ejemplo C:\Siigo2). Por defecto la asociada a la empresa.
tipoNovedadYesCC = cambio de centro de costo, VA = vacaciones, SU = cambio de sueldo.
cargoInicialNoCargo inicial, hasta 4 digitos. Ej: 0001.
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\novnomina.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.
terceroInicialNoTercero (NIT) inicial, hasta 13 digitos. Ej: 1.
centroCostoFinalNoCentro de costo final, 4 digitos. Ej: 9999.
centroCostoInicialNoCentro de costo inicial, 4 digitos. Ej: 0000.
subCentroCostoFinalNoSubcentro de costo final, 3 digitos. Ej: 999.
subCentroCostoInicialNoSubcentro de costo inicial, 3 digitos. Ej: 000.
Behavior4/5

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

The description discloses key behavioral traits beyond annotations: it generates a .xlsx file and returns only the first parsed rows. This is useful context beyond the readOnlyHint annotation, which might misleadingly suggest no side effects. It does not contradict annotations. However, it could further clarify that the file is created on the server and whether it persists, but the description adds meaningful insight.

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 sentence, front-loaded with the verb and object ('Extraer Historico de novedades'), followed by a concise explanation of the output. No wasted words, and it's immediately scannable. Perfectly concise for its purpose.

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?

For a tool with 20 parameters and no output schema, the description provides essential context: it generates a file and returns a preview. Combined with the schema's detailed parameter descriptions, an agent has enough to invoke the tool. It could mention the file's destination or the meaning of the returned rows, but the current description plus schema is largely sufficient.

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 has 100% parameter description coverage, so the schema itself carries the full burden of parameter semantics. The description adds no extra parameter-level detail beyond clarifying the overall purpose. Baseline 3 is appropriate given the schema's completeness; the description doesn't need to repeat parameter information.

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 tool's action ('Extraer Historico de novedades') and explicitly identifies the SIIGO Pyme function (GETHN). It also explains the output behavior (generating an .xlsx and returning parsed first rows). While it doesn't explicitly contrast with sibling tools like siigo_getnov, the specific function reference distinguishes it. A 4 is warranted because the purpose is clear and unambiguous.

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 any preconditions, exclusions, or complementary tools (e.g., siigo_list_companies or siigo_set_credentials). The user is left to infer when to use GETHN based on the name and function. This is a clear gap.

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