Genkit MCP

Official
Apache 2.0
208
1,699

echo

Returns the input message as provided, enabling message verification and testing within the Genkit MCP server's integration framework.

Instructions

Echoes back the input

Input Schema

NameRequiredDescriptionDefault
messageYesMessage to echo

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Genkit MCP

Related Tools

ID: m6x141u6rd