Skip to main content
Glama

echo

Repeat and return input text for testing or verification purposes within the MCP-CEP server environment.

Instructions

Repete o texto enviado.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textoYes

Implementation Reference

  • cep.py:6-9 (handler)
    The async handler function for the 'echo' tool, decorated with @mcp.tool(). It takes a string input 'texto' and returns it prefixed with 'Você disse: ', fulfilling the echo functionality.
    @mcp.tool() async def echo(texto: str) -> str: """Repete o texto enviado.""" return f"Você disse: {texto}"

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/wendellbigato/mcp-cep'

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