Skip to main content
Glama

Reddit MCP Server

by ozipi
test-brainloop.ts461 B
/** * Test BRAINLOOP tool to verify connection */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; export const testBrainloop: Tool = { name: "test_brainloop", description: "Test tool to verify BRAINLOOP MCP server is connected and working", inputSchema: { type: "object", properties: { message: { type: "string", description: "Test message to echo back", }, }, required: ["message"], }, };

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