Skip to main content
Glama

PureScript MCP Server

by avi892nash

echo

Verify MCP server functionality by sending a message and receiving an immediate echo response. A simple test tool to ensure server communication is working correctly.

Instructions

Simple test tool that echoes back your input. Use to verify the MCP server is responding correctly.

Input Schema

NameRequiredDescriptionDefault
messageYes

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "message": { "type": "string" } }, "required": [ "message" ], "type": "object" }

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/avi892nash/purescript-mcp-tools'

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