Skip to main content
Glama

Reddit MCP Server

by ozipi
enroll-in-track.ts515 B
/** * Enroll in a BrainTrack */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; export const enrollInTrack: Tool = { name: "enroll_in_track", description: "Enroll in a BrainTrack. This will automatically enroll you in all courses within the track, providing a structured learning path.", inputSchema: { type: "object", properties: { trackId: { type: "string", description: "The ID of the track to enroll in", }, }, required: ["trackId"], }, };

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/ozipi/brainloop-mcp-server-v2'

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