Skip to main content
Glama

br__build_access_key

Builds a 44-character NF-e/NFC-e access key with check digit using emission data. Generates or accepts an 8-digit random code (cNF).

Instructions

Assemble and check-digit a 44-character NF-e/NFC-e access key (chNFe).

Returns a dict with chave_acesso (44 characters) and cnf (the 8-digit random code used, whether provided or generated).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
c_ufYesCódigo IBGE da UF do emitente (2 dígitos)
dh_emiYesData e hora de emissão (ISO 8601, com fuso horário)
cnpjYesCNPJ do emitente: 14 dígitos numéricos (PL_010c) ou 12 alfanuméricos + 2 dígitos (PL_010d)
modeloYesModelo do documento fiscal: '55' (NF-e) ou '65' (NFC-e)
serieYesSérie do documento fiscal
nnfYesNúmero do documento fiscal (nNF)
tp_emisNoForma de emissão (tpEmis): '1' = normal1
c_nfNoCódigo numérico aleatório de 8 dígitos (cNF). Gerado se omitido.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided. The description discloses that cnf is generated if omitted and that the key is check-digit, but it omits behavioral traits like error handling, idempotency, or prerequisites (e.g., internet access). Adequate but incomplete.

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?

Two sentences, no wasted words, front-loaded with the primary purpose. Efficient and clear.

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?

Given the presence of an output schema, the description adequately covers the tool's purpose and returns. It could mention the check-digit algorithm or error scenarios, but it is sufficiently complete for a utility tool.

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 coverage is 100% with detailed parameter descriptions. The description adds minimal extra meaning beyond the schema, such as mentioning check-digit and returned dict. 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 clearly states the tool assembles and check-digits a 44-character NF-e/NFC-e access key, specifying the output format (chave_acesso and cnf). This distinguishes it from siblings like br__generate_nfe (generating the full NFe) and validation tools.

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 the tool is for building the access key, but it does not explicitly state when to use it vs. alternatives like br__generate_nfe or validation tools. Sibling names provide context, but the description itself lacks clear guidance.

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/cmendezs/mcp-nfe-br'

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