Skip to main content
Glama

bsoft_documentos_fiscais

Read-onlyIdempotent

Documentos fiscais eletrônicos do Bsoft (e-Doc) — o caso de uso principal. Ações (kind):

  • pdf (GET): PDF/DACTE/DAMDFE/DANFE do documento.

  • chaves (GET): chaves de acesso dos documentos do período.

  • xml (POST): XML dos documentos (envie o filtro em body). Combine com tipo (CTesEmitidos, CTesRecebidos, MDFe, NFesEmitidas, NFesRecebidas). Filtros de período/chave em query (GET) ou body (xml), datas no formato Y-m-d.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
kindYes
tipoYes
queryNo
accountNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the tool's safety profile is covered. The description adds meaningful behavioral detail beyond annotations: GET vs POST semantics, output types (PDF/DACTE/DAMDFE/DANFE, access keys, XML), and filter placement (query vs body). It does not explain authentication, rate limits, or the account parameter, but with strong annotations this is minor.

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 compact and front-loaded, immediately stating the resource and main use case. Every line earns its place by defining an action, a parameter, or a filtering rule without unnecessary filler.

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?

For a tool with 5 parameters, 2 enums, and no output schema, the description is substantially complete: it covers actions, target document types, HTTP methods, filter placement, and date formatting. The main gap is the unexplained 'account' parameter, and it does not describe response structure, but the core usage is fully specified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate, and it does for most parameters: it explains the meaning of each kind value, the valid tipo values, how query/body filters are used, and the Y-m-d date format. The only parameter left unexplained is 'account', which prevents a perfect score.

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 resource (Bsoft electronic fiscal documents / e-Doc) and enumerates the three specific actions (pdf, chaves, xml) with their HTTP verbs and outputs. It distinguishes this tool's main purpose from likely siblings like bsoft_documentos_fiscais_evento by stating it is 'o caso de uso principal'.

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 provides clear context for when to use each kind and how to combine it with tipo, including whether filters go in query or body and the expected date format. It does not explicitly state when not to use this tool or point to alternatives, but the usage guidance is practical and unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.