Skip to main content
Glama

Stone Vendas

stone_vendas_resumo

Read-onlyIdempotent

Totais consolidados das vendas Stone no período, o equivalente ao Resumo de vendas do painel. Agrupa por forma de pagamento, bandeira, dia, status, tipo de captura ou terminal, e devolve quantidade, valor bruto, valor líquido, cancelado e chargebacks de cada grupo. Inclui crédito, débito, pré-pago, voucher, boleto e também o Pix na maquininha. A Stone fecha um arquivo por dia e o do dia só fica pronto depois das 5h do dia seguinte, então o padrão vai até ontem. Máximo de 92 dias por chamada.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
data_fimNo
agrupar_porNo
data_inicioNo
incluir_pixNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already carry the safety profile (readOnlyHint, idempotentHint, destructiveHint=false), so the description adds substantial behavior beyond them: the one-file-per-day ingestion pattern, the 5h next-day availability rule, the default trailing one-day lag, the 92-day cap, and payment-method scope including Pix na maquininha. None of this is inferable from the schema or annotations, and nothing contradicts the annotations.

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?

Four dense sentences, each earning its place: purpose and dashboard equivalence, groupings and output metrics, payment-method scope, and operational constraints. The core purpose is front-loaded and there is no filler or repetition of schema content.

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?

With no output schema, the description's enumeration of returned metrics (quantidade, valor bruto, valor líquido, cancelado, chargebacks) adequately covers the return contract, and the freshness/limit rules cover invocation timing. The main omissions are the undocumented account parameter and the unspecified date input format; otherwise the description is complete for a moderate-complexity read-only summary tool.

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 carries full documentation burden. It compensates for agrupar_por by listing all valid grouping values, for the date pair by stating the 92-day maximum and the yesterday default, and for incluir_pix by mentioning Pix coverage on the machine. Gaps remain: the account parameter is never explained and no date format is specified for data_inicio/data_fim.

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 opens with a specific verb-resource pair — 'Totais consolidados das vendas Stone no período' — and identifies itself as equivalent to the dashboard's Resumo de vendas. It enumerates exact grouping dimensions (forma de pagamento, bandeira, dia, status, captura, terminal) and output metrics (quantidade, valor bruto, valor líquido, cancelado, chargebacks), which clearly distinguishes it from siblings like stone_vendas_listar, stone_vendas_pix, and stone_vendas_cancelamentos.

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?

It provides clear context: this is the consolidated-summary counterpart of the panel's sales summary, and it gives concrete constraints that govern when results are valid — the daily file is only ready after 5h of the next day, the default window ends yesterday, and the maximum is 92 days per call. It does not explicitly name sibling alternatives or state when not to use it, which keeps it at a 4 rather than a 5.

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.

TDQS

B3.4/5.0
Disambiguation2/5

The stone_vendas_* tools are clearly separated by data type, but the generic tools are not: connect, toolkit_info, and marketplace all describe connection/installed-tool state, and marketplace even mentions report_bug functionality that is also a standalone tool. Agents could easily pick the wrong meta-tool when checking status or running another MCP.

Naming Consistency2/5

The Stone tools share a consistent stone_vendas_ prefix, but the rest of the server uses bare English verbs/nouns like authenticate, connect, marketplace, and toolkit_info. Inside the prefix, the names mix verbs like listar and limpar_cache with nouns like arquivo, recebiveis, and resumo, so no single naming pattern governs the set.

Tool Count3/5

15 tools is not extreme, and the nine Stone-specific tools are reasonably scoped. However, six generic MCP.AI/admin tools are unrelated to Stone Vendas and dilute the server's purpose, making the count feel padded.

Completeness4/5

The Stone domain covers the main reconciliation workflow well: sales, Pix, settlements, receivables, cancellations/chargebacks, account listing, a catch-all daily file, and cache reset. There are minor gaps like a direct single-transaction lookup or an explicit bank-statement reconciliation tool, but core reporting has no dead ends.