Skip to main content
Glama

hotmart_subscriptions_transactions

Read-onlyIdempotent

Leitura de assinaturas na Hotmart. Ações:

  • list: assinaturas (filtros: product_id, subscriber_email, status ACTIVE|INACTIVE|CANCELLED_BY_*|OVERDUE, max_results, page_token).

  • summary: totais agregados de assinaturas.

  • purchases: compras/faturas de UMA assinatura (requer subscriber_code).

  • transactions: transações de UMA assinatura (requer subscriber_code).

  • switch_plan_plans: planos disponíveis pra troca (requer subscriber_code).

[Flattened action: transactions]

Bulk support: accepts product_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo
accountNo
page_tokenNo
product_idNo
max_resultsNo
product_idsNo
subscriber_codeNo
subscriber_emailNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description's mention of actions and bulk support adds some context. However, it does not clarify potential rate limits, authentication requirements, or any side effects beyond the annotations. The description does not contradict 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 is moderately concise but includes an awkward '[Flattened action: transactions]' annotation that detracts from clarity. It is structured with a list of actions, but the purpose remains unclear. A more streamlined description focusing on transactions would improve readability.

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?

Given the tool has 8 parameters (none required), no output schema, and a confusing multi-action scope, the description is insufficient. It does not explain return values, pagination behavior, or how the different actions are invoked. The bulk support mention is helpful but incomplete.

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?

With 0% schema description coverage, the description partially compensates by listing some filters for the list action (product_id, subscriber_email, status, max_results, page_token) and mentioning subscriber_code for purchases/transactions. However, parameters like 'account' and 'status' are not explained, and the description does not cover semantics for all 8 parameters.

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

Purpose2/5

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

The description lists multiple actions (list, summary, purchases, transactions, switch_plan_plans) but the tool name and '[Flattened action: transactions]' suggest it is specifically for transaction-related operations. This creates ambiguity about the tool's primary purpose, especially given sibling tools exist for each action. The verb 'Leitura' (reading) is vague.

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_subscriptions_list or hotmart_subscriptions_purchases. It mentions that purchases and transactions require subscriber_code, but does not state when to use this tool instead of alternatives.

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.