Skip to main content
Glama

echo

Repeats input text for verification or testing purposes. Use within the MCP-CEP server to validate data or simulate responses for Brazilian postal code queries.

Instructions

Repete o texto enviado.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textoYes

Implementation Reference

  • cep.py:6-9 (handler)
    The handler function for the 'echo' tool. It is registered via the @mcp.tool() decorator and echoes the input text with a Portuguese prefix.
    @mcp.tool() async def echo(texto: str) -> str: """Repete o texto enviado.""" return f"Você disse: {texto}"

Other Tools

Related Tools

  • @srafi26/mcp-server
  • @7gugu/zip-mcp
  • @wj-yuta-imai/mcp-server
  • @wendellbigato/mcp-cep
  • @ChenReuven/mcp-ts-simple-template
  • @currentspace/bootstrap_mcp

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