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
Name | Required | Description | Default |
---|---|---|---|
texto | Yes |
Input Schema (JSON Schema)
{
"properties": {
"texto": {
"title": "Texto",
"type": "string"
}
},
"required": [
"texto"
],
"title": "echoArguments",
"type": "object"
}