Skip to main content
Glama

hotmart_modules_list

Lists module containers in a Hotmart members area by subdomain. Optionally filter extra modules or select specific fields.

Instructions

Get Modules. Lists module containers only. To get pages inside a module, use hotmart_module_pages_list with the module_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subdomainYesMembers area subdomain (the slug from `hotmart.com/club/<slug>` URL)
is_extraNoFiltrar módulos extras
selectNoCustom field selection in response

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries full burden. States it lists module containers only, which is clear for a read operation, but doesn't explicitly declare read-only behavior or other traits like rate limits or side effects.

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

Conciseness5/5

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

Two sentences, no wasted words, directly states purpose and direction to sibling tool. Highly concise and well-structured.

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

Completeness5/5

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

Given the presence of an output schema, the description does not need to explain return values. It adequately covers the purpose, scope, and usage for a simple listing 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 coverage is 100%, so baseline 3. Description does not add meaning beyond the already descriptive parameter descriptions in the schema, such as 'Filtrar módulos extras' for is_extra.

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

Purpose5/5

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

Description clearly states 'Get Modules' and specifies 'Lists module containers only', distinguishing it from sibling tool hotmart_module_pages_list which gets pages inside a module.

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

Usage Guidelines4/5

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

Explicitly directs to hotmart_module_pages_list for pages inside a module, providing clear alternative usage. No exclusions or when-not guidance, but sufficient for a simple list tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thaleslaray/hotmart-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server