Skip to main content
Glama

Reddit MCP Server

by ozipi
get-track.ts533 B
/** * Get detailed information about a specific track */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; export const getTrack: Tool = { name: "get_track", description: "Get detailed information about a specific BrainTrack, including all courses in the track, enrollment status, and progress information.", inputSchema: { type: "object", properties: { trackId: { type: "string", description: "The ID of the track to retrieve", }, }, required: ["trackId"], }, };

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