Skip to main content
Glama

Reddit MCP Server

by ozipi
add-course-to-track.ts676 B
/** * Add a course to a track */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; export const addCourseToTrack: Tool = { name: "add_course_to_track", description: "Add a course to a BrainTrack. Only track owners can add courses to their tracks. The course will be added to the end of the track unless an order is specified.", inputSchema: { type: "object", properties: { trackId: { type: "string", description: "The ID of the track to add the course to", }, courseId: { type: "string", description: "The ID of the course to add", }, }, required: ["trackId", "courseId"], }, };

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