Skip to main content
Glama

hotmart_sales_price_details

Read-onlyIdempotent

Leitura de vendas na Hotmart (Payments API). Ações:

  • history: histórico de transações (filtros: start_date/end_date YYYY-MM-DD, product_id, transaction_status, buyer_email, max_results, page_token).

  • summary: totais agregados de vendas no período.

  • users: participantes das vendas (compradores, afiliados, coprodutores).

  • commissions: comissões por venda (você como produtor/coprodutor/afiliado).

  • price_details: detalhes de preço/taxas por venda. Retorna os dados crus da Hotmart (items + page_info de paginação).

[Flattened action: price_details]

Bulk support: accepts product_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
end_dateNo
page_tokenNo
product_idNo
start_dateNo
buyer_emailNo
max_resultsNo
product_idsNo
transaction_statusNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already indicate readOnly, idempotent, and non-destructive behavior. The description adds that the response contains 'items + page_info de paginação', which is useful but does not go further.

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

Conciseness2/5

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

The description is verbose and includes irrelevant information about other actions, making it less concise. The 'Flattened action' note is unclear, and the listing of unrelated actions adds noise.

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

Completeness3/5

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

The description covers the response format and pagination but omits details on some parameters (e.g., account) and fails to differentiate this tool from its many siblings.

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?

With 0% schema description coverage, the description provides meaning for 6 of 9 parameters, including date format hints and bulk product_ids. This significantly aids understanding beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the core purpose as 'price_details: detalhes de preço/taxas por venda', but it muddles this by listing multiple other actions (history, summary, users, commissions) that belong to sibling tools, causing confusion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus sibling tools like hotmart_sales_history or hotmart_sales_commissions. The mention of bulk support is helpful but insufficient 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.