Text Processing
Cole um texto e obtenha uma pontuação multidimensional de "impressão de voz" (formal↔casual, confiante↔cauteloso, otimista↔preocupado, brincalhão↔sério). Referência de marca para desvio 0–100.
Chame esta ferramenta a partir do seu código em três idiomas.
curl -X POST 'https://api.elysiatools.com/pt/api/tools/voice-tone-tone-of-voice-auditor' \
-H 'Content-Type: application/json' \
-d '{"textToAudit":"We are absolutely thrilled to launch this. It is the best upgrade we have ever shipped, and you will definitely love it. Get ready — your workflow is about to get amazing!","brandReference":"Paste a sample of your brand voice (≥50 words) to compute deviation."}'Envie uma requisição POST com suas entradas em JSON. Parâmetros do tipo arquivo exigem upload prévio.
POST https://api.elysiatools.com/pt/api/tools/voice-tone-tone-of-voice-auditor| Nome | Tipo | Obrigatório | Descrição |
|---|---|---|---|
| textToAudit | textarea | Sim | — |
| brandReference | textarea | Não | — |
Resultado HTML
{
"result": "<div>Processed HTML content</div>",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}Adicione esta ferramenta ao seu servidor Model Context Protocol para que agentes de IA possam listá-la e chamá-la.
Adicione este bloco à configuração do seu cliente MCP:
{
"mcpServers": {
"elysiatools-voice-tone-tone-of-voice-auditor": {
"name": "voice-tone-tone-of-voice-auditor",
"description": "Cole um texto e obtenha uma pontuação multidimensional de \"impressão de voz\" (formal↔casual, confiante↔cauteloso, otimista↔preocupado, brincalhão↔sério). Referência de marca para desvio 0–100.",
"baseUrl": "https://api.elysiatools.com/mcp/sse?toolId=voice-tone-tone-of-voice-auditor",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}Após conectar ao endpoint SSE, liste as ferramentas expostas:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list"
}Invoque a ferramenta pelo seu id; os argumentos são construídos a partir de seus parâmetros:
{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "voice-tone-tone-of-voice-auditor",
"arguments": {
"textToAudit": "We are absolutely thrilled to launch this. It is the best upgrade we have ever shipped, and you will definitely love it. Get ready — your workflow is about to get amazing!",
"brandReference": "Paste a sample of your brand voice (≥50 words) to compute deviation."
}
}
}Dúvidas ou problemas? Contate [email protected]