/**
* View all user's tracks
*/
import type { Tool } from '@modelcontextprotocol/sdk/types.js';
export const viewTracks: Tool = {
name: "view_tracks",
description: "View all BrainTracks accessible to you - including tracks you created, public tracks, and tracks you're enrolled in. Shows track details, course count, and enrollment status.",
inputSchema: {
type: "object",
properties: {},
required: [],
},
};
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