Skip to main content
Glama

Reddit MCP Server

by ozipi
get-lesson.ts564 B
/** * Get full content of a single lesson */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; export const getLesson: Tool = { name: "get_lesson", description: "Get the complete content of a specific lesson including title, full text content, video URL, and metadata. Use this to read what's actually in a lesson (not just metadata).", inputSchema: { type: "object", properties: { lessonId: { type: "string", description: "The ID of the lesson to retrieve", }, }, required: ["lessonId"], }, };

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