Skip to main content
Glama
crilam

mcp-sii

by crilam

sii_dte_list_documentos_recibidos

Retrieve received tax documents (DTEs) from Chile's SII. Filter by date, document type, and issuer RUT using a digital certificate.

Instructions

Lista DTEs recibidos 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
emisor_rutNoFiltrar por RUT del emisor
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
Behavior2/5

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

With no annotations, the description must disclose behavioral traits but only mentions the digital certificate requirement. It does not state whether the operation is read-only, describe return format, pagination, or error handling, which is a significant gap for a list operation.

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 two short, front-loaded sentences that deliver the core purpose and a prerequisite without unnecessary words. Every phrase earns its place, making it ideal for quick parsing.

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?

Given the tool's 6 optional parameters and no output schema, the description is too brief. It omits details about filtering behavior, return structure, or how the certificate integrates with the parameters, leaving the agent without enough context for correct invocation.

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 83% description coverage, so the baseline is 3. The description adds no parameter-specific information beyond what the schema already provides; it only hints at the overall purpose of listing received DTEs.

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 clearly states the tool's function with a specific verb ('Lista') and resource ('DTEs recibidos por la empresa'), and explicitly names the context ('Consultas DTE del SII'). It distinguishes from the sibling tool for issued documents ('emitidos') through the word 'recibidos'.

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 a prerequisite ('Requiere certificado digital') but offers no guidance on when to choose this tool over alternatives. It does not mention the sibling tool for issued documents or any selection criteria, leaving the agent to infer usage from the name alone.

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