Skip to main content
Glama

Reddit MCP Server

by ozipi
get-unit-lessons.ts574 B
/** * Get all lessons for a unit */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; export const getUnitLessons: Tool = { name: "get_unit_lessons", description: "Get all lessons for a specific unit. Use this to see the lesson IDs and details for lessons in a unit. This is necessary to get lesson IDs before creating interactions or prompts.", inputSchema: { type: "object", properties: { unitId: { type: "string", description: "The ID of the unit to get lessons for", }, }, required: ["unitId"], }, };

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