Skip to main content
Glama
nikolasdehor

mcp-fiscal-brasil

by nikolasdehor

simular_transicao_reforma_tributaria

Simulate the annual impact of Brazilian tax reform from 2026 to 2033, comparing old and new tax regimes across sectors and fiscal regimes for businesses.

Instructions

Simula o impacto da Reforma Tributaria (LC 214/2025) ano a ano de 2026 a 2033. Compara a carga do regime antigo (PIS/COFINS + ICMS ou ISS) com a do regime novo (CBS + IBS), mostrando o blend da transicao conforme o cronograma legal. Setores: comercio, servicos ou industria. Regimes: Simples Nacional, Lucro Presumido ou Lucro Real. Informe aliquota_icms_atual ou aliquota_iss_atual para maior precisao. Retorna projecao anual com premissas e disclaimers obrigatorios.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
setorYesSetor da empresa. Aceita: "comércio", "serviços" ou "indústria".
regime_atualYesRegime tributario atual. Aceita: "Simples Nacional", "Lucro Presumido" ou "Lucro Real".
faturamento_anualYesReceita bruta anual em reais. Deve ser positivo.
aliquota_iss_atualNoAliquota do ISS (%) vigente no municipio da empresa. Obrigatoria para servicos para maior precisao. Se None, assume 5%.
aliquota_icms_atualNoAliquota do ICMS (%) vigente no estado da empresa. Obrigatoria para comercio/industria para maior precisao. Se None, assume 12%.
aliquota_pis_cofinsNoAliquota efetiva de PIS/COFINS (%) sobre o faturamento. Se None, usa o padrao do regime informado (LP: 3,65%; LR: 9,25%; SN: 3,65%).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries full burden. It clearly states the tool returns a projection with assumptions and mandatory disclaimers, implying it is read-only and non-destructive. It also outlines the time frame and comparison nature, giving sufficient behavioral context.

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 extremely concise (two sentences) and front-loaded with the main purpose. Every sentence adds value: the first covers purpose and scope, the second covers inputs and output. No wasted words.

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?

For a complex tool with 6 parameters and an output schema, the description covers the scope (years 2026-2033, comparison, sectors, regimes), optional inputs for precision, and the nature of the output (projection with disclaimers). It is complete without needing to explain return values, as an output schema exists.

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%, so the baseline is 3. The description adds marginal value by recommending when to provide optional parameters (e.g., 'Informe aliquota_icms_atual ou aliquota_iss_atual para maior precisao'), but this is also echoed in the schema descriptions. It does not introduce new semantic insights beyond the schema.

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 simulates the impact of the Tax Reform (LC 214/2025) year by year from 2026 to 2033, comparing old and new regimes. It specifies sectors (comércio, serviços, indústria) and regimes (Simples Nacional, Lucro Presumido, Lucro Real), making its purpose highly specific and distinct from sibling tools like 'compare_tax_regimes' or 'calcular_tributos_importacao'.

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 on when to use the tool: to simulate the transition impact of the tax reform over multiple years. It suggests providing specific input parameters for precision (aliquota_icms_atual or aliquota_iss_atual). However, it does not explicitly state when not to use this tool or suggest alternative tools.

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/nikolasdehor/mcp-fiscal-brasil'

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