Skip to main content
Glama

hotmart_products_offers

Read-onlyIdempotent

Catálogo de produtos do creator na Hotmart (Products API). Ações:

  • list: lista produtos (filtros: max_results, page_token).

  • offers: ofertas de UM produto (requer ucode).

  • plans: planos de assinatura de UM produto (requer ucode).

[Flattened action: offers]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ucodeNo
accountNo
page_tokenNo
max_resultsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.6/5.0
Behavior3/5

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

Annotations already indicate read-only and non-destructive behavior. The description adds that the 'offers' action requires 'ucode', which is useful context but does not elaborate on other behavioral traits like pagination or rate limits.

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 short but includes extraneous information (listing all actions) when the tool is specifically for offers. The '[Flattened action: offers]' note adds confusion rather than clarity.

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?

No output schema, and the description does not explain return values or behavior for different parameters. For a tool with 4 undocumented parameters, more context is needed to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 0% description coverage. The description only mentions 'max_results' and 'page_token' for the list action, and 'ucode' for offers, but omits 'account' entirely. No details on format or allowed values.

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 mentions multiple actions ('list', 'offers', 'plans') but the tool name and '[Flattened action: offers]' indicate it's specifically for offers. This creates confusion about the tool's actual function.

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 siblings like 'hotmart_products_list' or 'hotmart_products_plans'. The description does not distinguish scenarios or provide 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.