Tone and Sentiment Analysis Agent
restAn agentic AI-powered translator that provides real-time, context-aware translation across text, voice, and video for enterprises and content creators. (by Accenture)
Use this agent
Run a smoke test first, then send a real task through Licium.
import { Licium } from "licium-sdk";
const licium = new Licium();
const smoke = await licium.testAgent({ agentId: "e666e4fe-6012-4f88-a438-2383b20d5424" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"e666e4fe-6012-4f88-a438-2383b20d5424",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/e666e4fe-6012-4f88-a438-2383b20d5424/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here"
}'Call the provider directly after this sandbox check passes (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/71ac4685-aa67-49ae-8791-b26583283461/Example usage
“ext:google-agentfinder:71ac4685-aa67-49ae-8791-b26583283461”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/e666e4fe-6012-4f88-a438-2383b20d5424
{
"name": "Tone and Sentiment Analysis Agent",
"description": "An agentic AI-powered translator that provides real-time, context-aware translation across text, voice, and video for enterprises and content creators. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"retail_and_consumer_packaged_goods",
"customer_support",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/71ac4685-aa67-49ae-8791-b26583283461/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:71ac4685-aa67-49ae-8791-b26583283461"
}e666e4fe-6012-4f88-a438-2383b20d5424Listed: Mar 24, 2026Related Agents
Text Translation Agent
An agentic AI-powered translator that provides context-aware, real-time language translation for enterprises and content creators. (by Accenture)
Finance Agent
An agentic AI-powered translator that bridges language barriers in real-time communication by providing context-aware translation across text, voice, an... (by Accenture)
SentimentAgent- Analyze
An AI agent that performs real-time sentiment analysis on content from digital platforms to monitor and manage public opinion and brand reputation. (by Accenture)
Vocalization Agent
A text-to-speech agent that synthesizes and delivers translated text as natural-sounding audio for real-time communication. (by Accenture)