Skip to main content
Glama

Stone Vendas

stone_vendas_limpar_cache

Read-onlyIdempotent

Força a Stone a regerar o arquivo de conciliação do período, descartando o extrato que ela mantém em cache. Use quando os números não baterem com o painel da Stone. Não altera nada da conta, não move dinheiro e não mexe em venda, só descarta o cache de um relatório. Consome a mesma cota de 7 requisições por hora por dia, então não repita em sequência.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
data_fimNo
data_inicioNo

Schema Changelog

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

  1. First observed

TDQS

B3.2/5.0
Behavior1/5

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

The description says the tool discards cache and forces regeneration, which is a state-changing operation, while annotations declare readOnlyHint=true. This is an annotation contradiction. Although it adds useful non-effects and quota details, the contradiction forces a score of 1.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, front-loaded with the core action and usage trigger. The quota warning earns its place. Minor typo ('regerar' for 'regenerar') and slightly run-on first sentence keep it from a 5.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers purpose, trigger, non-effects, and quota, but with no output schema and no parameter semantics, it leaves the agent guessing about inputs, return value, and how to confirm the cache was regenerated.

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

Parameters2/5

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

Schema coverage is 0% and the description gives no parameter-level detail. 'Período' loosely relates to data_inicio/data_fim and the tool name relates to account, but an agent cannot tell the expected date formats, which account identifier to provide, or optionality from the description.

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 uses a specific verb ('Força a Stone a regerar o arquivo de conciliação') and names the exact resource and side effect (discarding the cached extract). It also gives a concrete trigger condition, distinguishing this cache-refresh tool from the other stone_vendas_* siblings.

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 explicitly states when to use the tool ('Use quando os números não baterem com o painel da Stone') and warns against repeated sequential calls because of rate-limit quota. It doesn't name alternative sibling tools, so it stops short of a full when-to-use/when-not-to-use map.

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.