Skip to main content
Glama

kiwify_sales_list

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: list]

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

B3.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds that it returns raw data and supports bulk execution with sale_ids and product_ids, providing useful behavioral context beyond annotations.

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

Conciseness3/5

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

The description mixes languages and includes redundant elements like the flattened action note. While structured, it could be more concise and focused.

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?

With 10 parameters lacking schema descriptions and no output schema, the description should provide more completeness. It lacks explanation of account, status values, pagination behavior, and limits. The dual-action description may cause confusion given the sibling 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 compensates partially. It explains start_date/end_date format, mentions filters like product_id, status, page_size, page, and bulk parameters. However, it omits explanation for account parameter and does not detail every parameter.

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 it reads sales on Kiwify and lists actions: list and get. It specifies the resource and verbs. However, it does not distinguish itself from the sibling tool kiwify_sales_get, which likely performs a similar get action.

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 guidance on when to use this tool versus alternatives like kiwify_sales_get. It mentions list vs get actions but does not compare to sibling tools or provide when-not-to-use advice.

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.