Skip to main content
Glama

Reddit MCP Server

by ozipi
create-interaction.ts•793 B
/** * Create an interaction for a lesson */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; export const createInteraction: Tool = { name: "create_interaction", description: "Create an interaction (container for questions/exercises) for a lesson. Each lesson can have one interaction. This must be created before adding prompts.", inputSchema: { type: "object", properties: { lessonId: { type: "string", description: "The ID of the lesson to create an interaction for", }, type: { type: "string", enum: ["assessment", "exercise", "reflection"], description: "Type of interaction (assessment, exercise, or reflection)", default: "assessment", }, }, 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