Skip to main content
Glama
crilam

mcp-sii

by crilam

sii_dte_list_documentos_emitidos

Retrieve and filter issued tax documents (DTEs) from Chile's SII using your digital certificate. Set date ranges, document type, or receiver RUT.

Instructions

Lista DTEs emitidos por la empresa en Consultas DTE del SII. Requiere certificado digital.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
tipo_dteNoTipo DTE: 33=factura, 34=factura exenta, 39=boleta, 61=nota de crédito
empresa_rutNoRUT empresa a consultar. Si se omite, usa SII_EMPRESA_RUT, o se resuelve solo si la persona opera una única empresa.
fecha_desdeNoFormato YYYY-MM-DD
fecha_hastaNoFormato YYYY-MM-DD
receptor_rutNoFiltrar por RUT del receptor
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral burden. It only discloses the digital certificate requirement. It does not mention that this is a read-only operation, whether a session is needed, any rate limits, or what kind of response to expect. Minimal behavioral detail.

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?

A single, concise sentence that front-loads the verb and resource, and includes the key prerequisite. No fluff or repetition; every word earns its place.

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?

With 6 parameters, no output schema, and no annotations, the description is too sparse. It does not explain return values, pagination behavior, or error conditions. For a listing tool with moderate complexity, more context is needed for an agent to know what to expect.

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 high (83%), so the schema already documents most parameters. The tool description adds no extra semantic details beyond the schema, but the parameter names are mostly self-explanatory. Baseline 3 is appropriate.

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 ('Lista') and resource ('DTEs emitidos por la empresa') within the SII DTE consultation context. This clearly distinguishes it from sibling tools like 'sii_dte_list_documentos_recibidos' or 'sii_dte_get_documento_emitido'.

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

Usage Guidelines3/5

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

The description implies usage when needing to list issued DTEs, and it mentions a prerequisite (requires digital certificate). However, it offers no explicit comparison to alternatives like 'sii_mipyme_list_dte_emitidos' or 'sii_dte_list_documentos_recibidos', so usage context is mostly implied.

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/crilam/mcp-sii'

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