Skip to main content
Glama
javalenciacai

siigo-pyme-mcp

Importar Activos a SIIGO

siigo_pushact
Destructive

Import assets into SIIGO from an .xlsx file, saving the result to the company's TEMP folder.

Instructions

Importar Activos a SIIGO (funcion PUSHACT de SIIGO Pyme). Importa a SIIGO el contenido de un archivo .xlsx. El resultado de la importacion queda en la carpeta TEMP de la empresa correspondiente.

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.
logErroresNoRuta donde dejar el log de errores de la importacion. Ej: C:\SIIWI01\LOGS\ErrorAct.xlsx. Si se omite, el servidor genera una ruta corta.
instalacionNoCarpeta de la instalacion de SIIGO a usar (por ejemplo C:\Siigo2). Por defecto la asociada a la empresa.
archivoEntradaYesRuta completa del .xlsx con la informacion a importar, maximo 50 caracteres. Ej: C:\SIIWI01\Activos.xlsx.
Behavior3/5

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

Annotations already declare destructiveHint=true, and the description adds that results are placed in the TEMP folder of the company, which is useful contextual detail. However, it does not elaborate on side effects or irreversible changes beyond what annotations convey, leaving some gaps.

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 two concise sentences, front-loaded with the action ('Importar Activos a SIIGO' and 'Importa a SIIGO'). It contains no fluff, though it could be slightly longer to include more behavioral guidance without losing clarity.

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?

For a destructive import operation with 8 parameters and no output schema, the description is thin. It lacks information about expected input file structure, error handling, or the effect on existing data. The only useful detail is the TEMP folder output, leaving many important aspects unexplained.

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?

All 8 parameters have detailed descriptions in the input schema, including defaults and examples, so the schema covers parameter semantics fully. The tool description adds no additional parameter information, which is acceptable given the high schema coverage.

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 imports assets to SIIGO from an .xlsx file, with a specific verb and resource. It mentions the SIIGO PUSHACT function, which helps distinguish it from other siigo_push* tools, though it could be more explicit about being the right choice for asset imports only.

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?

There is no guidance on when to use this tool versus alternatives like siigo_pushmov or siigo_pushext. It does not mention prerequisites, file format requirements, or that this should be used specifically for asset imports.

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