Skip to main content
Glama

kiwify_sales_get

Read-onlyIdempotent

Leitura de vendas na Kiwify. Ações:

  • list: lista vendas (filtros: start_date/end_date YYYY-MM-DD, product_id, status, page_size, page).

  • get: detalhe de UMA venda (requer sale_id). Retorna os dados crus da Kiwify.

[Flattened action: get]

Bulk support: accepts sale_ids, product_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
statusNo
accountNo
sale_idNo
end_dateNo
sale_idsNo
page_sizeNo
product_idNo
start_dateNo
product_idsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already indicate read-only and idempotent behavior. The description adds that it returns raw data from Kiwify and supports bulk execution, but does not disclose potential side effects or authentication requirements beyond what is implied.

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?

The description is concise and structured with bullet points for actions. It front-loads the purpose and includes only necessary information. The '[Flattened action: get]' note adds slight confusion but does not significantly impact clarity.

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?

Given the tool's 10 parameters and no output schema, the description covers main functionalities and most parameters. However, it omits explanation of the 'account' parameter and does not describe the output structure or pagination details beyond page_size and page.

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 compensates by explaining parameters for list (start_date, end_date, product_id, status, page_size, page) and get (sale_id), plus bulk support (sale_ids, product_ids). However, the 'account' parameter is not mentioned, and some format details are missing.

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

Purpose4/5

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

The description clearly states the tool is for reading sales from Kiwify, listing two actions (list and get) with specific parameters. However, it does not explicitly differentiate from the sibling tool 'kiwify_sales_list', which may cause confusion.

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

Usage Guidelines3/5

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

The description implies when to use list vs get (list for listing, get for single sale with sale_id), but does not provide explicit guidance on when not to use this tool or mention alternatives like kiwify_sales_list.

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.