Skip to main content
Glama
content.d.ts1.17 kB
import { z } from 'zod'; export declare const contentTools: { get_course_content: { description: string; schema: { orgUnitId: z.ZodOptional<z.ZodNumber>; }; handler: ({ orgUnitId }: { orgUnitId?: number; }) => Promise<string>; }; get_course_topic: { description: string; schema: { orgUnitId: z.ZodOptional<z.ZodNumber>; topicId: z.ZodNumber; }; handler: ({ orgUnitId, topicId }: { orgUnitId?: number; topicId: number; }) => Promise<string>; }; get_course_modules: { description: string; schema: { orgUnitId: z.ZodOptional<z.ZodNumber>; }; handler: ({ orgUnitId }: { orgUnitId?: number; }) => Promise<string>; }; get_course_module: { description: string; schema: { orgUnitId: z.ZodOptional<z.ZodNumber>; moduleId: z.ZodNumber; }; handler: ({ orgUnitId, moduleId }: { orgUnitId?: number; moduleId: number; }) => Promise<string>; }; };

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/General-Mudkip/d2l-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server