Skip to main content
Glama
snzeeee

mcp-server-systemeio

by snzeeee

enroll_contact_in_course

Enroll a contact in an online course with options for full access, partial access to specific modules, or dripping content delivery.

Instructions

Enroll a contact in an online course. You can grant full access, partial access (specific modules), or dripping content access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
courseIdYesThe course ID
contactIdYesThe contact ID to enroll
accessTypeYesType of access: full_access, partial_access, or dripping_content
modulesNoModule IDs to grant access to (required if accessType is partial_access)
Behavior2/5

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

No annotations are provided, so the description carries full responsibility. It fails to disclose behavioral details such as whether the enrollment overwrites existing ones, what 'dripping content' means, or error scenarios.

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

Conciseness4/5

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

The description is concise with two sentences, no fluff. However, it could be slightly more structured by front-loading the main action and then elaborating on access types.

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 no output schema and conditional logic (modules required for partial access), the description lacks important context: return value, error handling, and explanation of dripping access. It is incomplete for a reliable tool invocation.

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 the description adds minimal extra meaning. It reinforces that accessType determines access level and that modules are for partial access, but does not elaborate on enum values.

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?

The description clearly specifies the action ('enroll a contact in an online course') and lists three access types, distinguishing it from sibling tools like remove_enrollment or list_enrollments.

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

Usage Guidelines3/5

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

The description implies usage when enrolling contacts, but does not explicitly state when to use this tool versus alternatives, nor does it mention prerequisites or conditions for partial versus full access.

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/snzeeee/mcp-server-systemeio'

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