/**
* Get detailed information about a brainloop
*/
import type { Tool } from '@modelcontextprotocol/sdk/types.js';
export const getBrainloop: Tool = {
name: "get_brainloop",
description: "Get detailed information about a specific brainloop, including all its units and lessons structure.",
inputSchema: {
type: "object",
properties: {
brainloopId: {
type: "string",
description: "The ID of the brainloop to retrieve",
},
},
required: ["brainloopId"],
},
};
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