Skip to main content
Glama

hotmart_club_pages

Read-onlyIdempotent

Área de membros (Hotmart Club). Inventaria e acompanha o conteúdo de um curso. Ações:

  • modules: módulos da área de membros (is_extra opcional filtra módulos extras).

  • pages: páginas/aulas de UM módulo (requer module_id).

  • students: alunos matriculados (student_email opcional filtra um aluno).

  • lessons: aulas/progresso de UM aluno (requer user_id). Todas exigem o subdomain da área de membros.

[Flattened action: pages]

Bulk support: accepts module_ids, user_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
user_idNo
is_extraNo
user_idsNo
module_idNo
subdomainYes
module_idsNo
student_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, idempotentHint=true, and destructiveHint=false. The description adds minor behavioral context by mentioning bulk support (accepts module_ids, user_ids) and the requirement for subdomain. However, it does not elaborate on idempotency or safe re-use, and the flattening note is cryptic.

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 somewhat wordy, with a header, a paragraph, a list, and a footnote. It could be more focused on the primary action (pages). The structure is acceptable but not optimally concise; every sentence does not earn its place due to redundant mentions.

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?

Despite having 8 parameters, no output schema, and zero schema descriptions, the description fails to fully explain the tool's behavior. It omits return format, error handling, bulk execution details, and how the 'flattened action' affects parameter usage. Significant gaps remain for an agent to use the tool correctly.

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 must compensate. It explains subdomain, module_id, is_extra, student_email, user_id, user_ids, and module_ids to some extent, but mixes parameters across multiple actions without clear mapping for the 'pages' action. The 'account' parameter is unexplained, and the bulk usage details are vague.

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 attempts to cover multiple actions (modules, pages, students, lessons) rather than clearly stating the tool's primary purpose. The name 'hotmart_club_pages' suggests a focus on pages, but the description conflates several sub-actions, and the phrase '[Flattened action: pages]' adds confusion. It is not specific about what the tool does as a single resource.

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 is given on when to use this tool versus its siblings (e.g., hotmart_club_modules, hotmart_club_lessons, hotmart_club_students). The description implies multiple actions but fails to clarify which tool should be used for which scenario, leaving the agent without clear decision criteria.

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.