Utilities
Cole as linhas da sua fatura: classifica e explica taxa de cliente, demanda, tarifas horárias, riders de transmissão/distribuição, fundos renováveis, desacoplamento, capacity tag; converte kWh↔Btu↔therm↔Ccf↔m³↔tonelada-hora com fatores EIA; detecta taxas fixas ocultas e projeta economias.
Chame esta ferramenta a partir do seu código em três idiomas.
curl -X POST 'http://127.0.0.1:3003/pt/api/tools/csr-cfl-cfl-mhc-hfa-btu-ton-hours-utility-bill-line-item-validator-and-rgp-peak-explainer' \
-H 'Content-Type: application/json' \
-d '{"billLines":"Customer Charge; 14.75; 1; $/mo\nOff-Peak Energy Charge; 79.17; 2100; kWh @ 0.0377\nOn-Peak Energy Charge; 245.10; 1140; kWh @ 0.215\nDemand Charge; 285.20; 12.4; kW @ 23.00\nTransmission Service Rider; 25.92; 3240; kWh\nRenewable Portfolio Standard (RPS); 8.10; 3240; kWh\nDecoupling Rider; 4.60; 1; $/mo\nGrid Access Charge; 2.50; 1; $/mo\nMunicipal Franchise Fee; 20.15; 1; 6.5% of base\nState Sales Tax; 11.83; 1; 1.9%","serviceType":"electric","billingDays":30,"usageKwh":3240,"demandKw":12.4,"onPeakKwh":1140,"offPeakKwh":2100,"gasUsageCcf":0,"waterUsageCcf":0,"taxRatePct":0}'Envie uma requisição POST com suas entradas em JSON. Parâmetros do tipo arquivo exigem upload prévio.
POST http://127.0.0.1:3003/pt/api/tools/csr-cfl-cfl-mhc-hfa-btu-ton-hours-utility-bill-line-item-validator-and-rgp-peak-explainer| Nome | Tipo | Obrigatório | Descrição |
|---|---|---|---|
| billLines | textarea | Sim | — |
| serviceType | select | Não | — |
| billingDays | number | Não | — |
| usageKwh | number | Não | — |
| demandKw | number | Não | — |
| onPeakKwh | number | Não | — |
| offPeakKwh | number | Não | — |
| gasUsageCcf | number | Não | — |
| waterUsageCcf | number | Não | — |
| taxRatePct | number | Não | — |
Resultado HTML
{
"result": "<div>Processed HTML content</div>",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}Adicione esta ferramenta ao seu servidor Model Context Protocol para que agentes de IA possam listá-la e chamá-la.
Adicione este bloco à configuração do seu cliente MCP:
{
"mcpServers": {
"elysiatools-csr-cfl-cfl-mhc-hfa-btu-ton-hours-utility-bill-line-item-validator-and-rgp-peak-explainer": {
"name": "csr-cfl-cfl-mhc-hfa-btu-ton-hours-utility-bill-line-item-validator-and-rgp-peak-explainer",
"description": "Cole as linhas da sua fatura: classifica e explica taxa de cliente, demanda, tarifas horárias, riders de transmissão/distribuição, fundos renováveis, desacoplamento, capacity tag; converte kWh↔Btu↔therm↔Ccf↔m³↔tonelada-hora com fatores EIA; detecta taxas fixas ocultas e projeta economias.",
"baseUrl": "http://127.0.0.1:3003/mcp/sse?toolId=csr-cfl-cfl-mhc-hfa-btu-ton-hours-utility-bill-line-item-validator-and-rgp-peak-explainer",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}Após conectar ao endpoint SSE, liste as ferramentas expostas:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list"
}Invoque a ferramenta pelo seu id; os argumentos são construídos a partir de seus parâmetros:
{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "csr-cfl-cfl-mhc-hfa-btu-ton-hours-utility-bill-line-item-validator-and-rgp-peak-explainer",
"arguments": {
"billLines": "Customer Charge; 14.75; 1; $/mo\nOff-Peak Energy Charge; 79.17; 2100; kWh @ 0.0377\nOn-Peak Energy Charge; 245.10; 1140; kWh @ 0.215\nDemand Charge; 285.20; 12.4; kW @ 23.00\nTransmission Service Rider; 25.92; 3240; kWh\nRenewable Portfolio Standard (RPS); 8.10; 3240; kWh\nDecoupling Rider; 4.60; 1; $/mo\nGrid Access Charge; 2.50; 1; $/mo\nMunicipal Franchise Fee; 20.15; 1; 6.5% of base\nState Sales Tax; 11.83; 1; 1.9%",
"serviceType": "electric",
"billingDays": 30,
"usageKwh": 3240,
"demandKw": 12.4,
"onPeakKwh": 1140,
"offPeakKwh": 2100,
"gasUsageCcf": 0,
"waterUsageCcf": 0,
"taxRatePct": 0
}
}
}Dúvidas ou problemas? Contate [email protected]