Skip to main content
Glama

hotmart_club_students

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

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
Behavior2/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the tool is safe and read-only. The description adds 'Bulk support' and mentions required subdomain, but no additional behavioral traits like rate limits, authentication specifics, or data freshness. It 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 with bullet points for actions and a note on bulk support. However, it mixes multiple actions into one paragraph and includes a redundant '[Flattened action: students]' line, which adds noise.

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?

The tool is complex (multi-action with 8 parameters, no output schema). The description lacks information on return values, pagination, error handling, and how to select which action to invoke. It does not fully compensate for the missing output schema.

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?

Schema has 8 parameters with 0% description coverage. The description explains subdomain (required), module_id (for pages), student_email (optional filter), and mentions module_ids/user_ids for bulk. However, parameters like account, is_extra, and user_id are not explained clearly, leaving gaps for an agent.

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 states the tool is for 'Área de membros (Hotmart Club)' and lists actions (modules, pages, students, lessons). However, the tool name 'hotmart_club_students' suggests a focus on students, but the description includes multiple other sub-tools, making the primary purpose unclear. The '[Flattened action: students]' hints at a focus but the breadth of actions dilutes clarity.

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 siblings like hotmart_club_modules or hotmart_club_lessons. The description mentions bulk support but does not explain when to choose this aggregated tool over separate sibling tools for specific actions.

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.