Skip to main content
Glama

Reddit MCP Server

by ozipi
detect-duplicates.ts546 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; export const detectDuplicates: Tool = { name: "detect_duplicates", description: "Detect duplicate units and empty lessons in a course. Shows units with identical or very similar titles, and lessons with no content. Use this before creating new content to avoid duplicates.", inputSchema: { type: "object", properties: { courseId: { type: "string", description: "The course ID to check for duplicates" } }, required: ["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