Skip to main content
Glama
crilam

mcp-sii

by crilam

sii_bhe_list_recibidas

List received electronic fee receipts for a month: folio, date, issuer, gross, withholding, net, void status. Uses authenticated person's RUT, no company RUT needed.

Instructions

Lista las boletas de honorarios electrónicas recibidas por el RUT persona autenticado en un mes: folio, fecha, emisor de la boleta (en contraparteRut/contraparteNombre, con contraparteRol="emisor"), honorario bruto, retención del receptor, total líquido y si está anulada. El SII no informa la retención del emisor en las recibidas, así que retencionEmisor viene en null. No requiere SII_EMPRESA_RUT: cuelga de la persona, no de la empresa.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mesYesMes a consultar (1-12)
anioYesAño a consultar
Behavior4/5

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

The description discloses that retencionEmisor is always null for received receipts due to SII behavior, which is a data quirk beyond the schema. It also states the authentication scope (persona, not empresa). Since no annotations are provided, this context is essential and well-addressed. It does not explicitly state the operation is read-only, but the listing verb implies it.

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 a single sentence with multiple clauses but every part contributes valuable info: purpose, fields, null field note, and auth scope. It is not excessively long and leads with the primary action.

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

Completeness5/5

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

The description provides a complete picture for a list tool: what it lists, for whom, with which fields, and the null behavior. Since there is no output schema, enumerating the returned fields is critical and is done thoroughly. The auth note completes the context.

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?

Both parameters (anio, mes) are fully described in the JSON schema with ranges. The description only references them as 'en un mes' and does not add additional syntax or format details. Given 100% schema coverage, the description provides no extra value for parameters.

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 identifies the tool as listing received electronic fee receipts (boletas de honorarios electrónicas) for the authenticated person's RUT within a specified month. It specifies the exact fields returned and distinguishes from emitted receipts by the word 'recibidas' and the sibling 'sii_bhe_list_emitidas'.

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

Usage Guidelines4/5

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

The description notes that the tool operates at the persona level and does not require SII_EMPRESA_RUT, which helps users decide when to use this tool versus enterprise-level tools. However, it does not explicitly mention alternative tools by name or state when not to use it.

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