Skip to main content
Glama
dropbox.d.ts963 B
import { z } from 'zod'; export declare const assignmentTools: { get_assignments: { description: string; schema: { orgUnitId: z.ZodOptional<z.ZodNumber>; }; handler: ({ orgUnitId }: { orgUnitId?: number; }) => Promise<string>; }; get_assignment: { description: string; schema: { orgUnitId: z.ZodOptional<z.ZodNumber>; assignmentId: z.ZodNumber; }; handler: ({ orgUnitId, assignmentId }: { orgUnitId?: number; assignmentId: number; }) => Promise<string>; }; get_assignment_submissions: { description: string; schema: { orgUnitId: z.ZodOptional<z.ZodNumber>; assignmentId: z.ZodNumber; }; handler: ({ orgUnitId, assignmentId }: { orgUnitId?: number; assignmentId: 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