Skip to main content
Glama

cigam_vendas_resumo

Read-onlyIdempotent

Panorama do período numa loja: totais de vendas, compras e devoluções (quantidade e valor de cada). Um único resumo, sem listar as notas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lojaYes
accountNo
data_finalNo
data_inicialNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already give readOnlyHint=true, destructiveHint=false, idempotentHint=true, so the safety profile is covered. The description adds behavioral context: it is a summary (Panorama) and does not list invoices. This aligns with the read-only annotation and adds meaningful detail about output scope without contradiction.

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?

Two concise sentences. The first states the core purpose and content, the second clarifies it is a single summary without detail lists. Front-loaded and free of redundancy, every word earns its place.

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?

Given the tool's moderate complexity (4 params, no output schema) and strong annotations, the description is reasonably complete. It explains what the summary contains (sales, purchases, returns with quantities and values) and what it omits (invoice listing). Parameter specifics are only partially addressed, but the 'period' reference covers the date range. Overall, it provides sufficient context for a read-only overview tool.

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 description coverage is 0%, so the description must compensate. It mentions 'período' which implies data_inicial/data_final, and 'loja' is obvious, but it does not explain the 'account' parameter or provide explicit parameter-level guidance. It adds partial semantic context but leaves some parameters undocumented.

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 provides a summary (Panorama/Resumo) of sales, purchases, and returns with quantities and values for a given period in a store. It distinguishes from sibling tools like cigam_vendas (likely listing sales) by explicitly stating it is a single summary without listing invoices. The verb 'Panorama' and resource 'loja' are specific.

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 gives clear context: use this for a period summary in a store, not for detailed listings ('sem listar as notas'). It implies when to use it over more granular siblings, but does not explicitly name alternatives. Given the sibling names, the intent is clear enough to guide selection.

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.