Skip to main content
Glama

MCP Firebird

echo

Validate and return input messages for testing and debugging purposes within the MCP Firebird server environment.

Instructions

Echoes back the input message

Input Schema

NameRequiredDescriptionDefault
messageYesThe message to echo back

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "The message to echo back", "type": "string" } }, "required": [ "message" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Firebird

Related Tools

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/PuroDelphi/mcpFirebird'

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