Skip to main content
Glama
jar285

MCP-Discord

by jar285

test

Verify the MCP-Discord server functionality to ensure proper integration and operation with Discord platforms.

Instructions

A simple test tool to verify the MCP server is working correctly

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for the "test" tool. It returns a simple text response confirming that the MCP-Discord server is working correctly.
    case "test": { return { content: [{ type: "text", text: "MCP-Discord server is working correctly!" }] }; }
  • src/index.ts:188-194 (registration)
    Registration of the "test" tool in the ListTools response. Includes the tool's name, description, and input schema (empty object).
    { name: "test", description: "A simple test tool to verify the MCP server is working correctly", inputSchema: { type: "object" } },

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/jar285/mcp-discord'

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