Skip to main content
Glama
illGATESmusic

ClickFunnels MCP Framework

TesttoolTool.js704 B
import { MCPTool } from "mcp-framework"; import { z } from "zod"; class TesttoolTool extends MCPTool { name = "testtool"; description = "A simple test tool that always succeeds and returns a confirmation message"; schema = { testString: { type: z.string().optional(), description: "Optional test string to echo back", }, }; async execute(input) { const testString = input.testString || "No test string provided"; return { success: true, message: "Test completed successfully", input: testString, timestamp: new Date().toISOString() }; } } export default TesttoolTool;

Latest Blog Posts

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/illGATESmusic/click-funnels-mcp-shared'

If you have feedback or need assistance with the MCP directory API, please join our Discord server