Hospital Escalation Agent
restAn agent that analyzes hospital feedback to generate actionable recommendations for improving services and patient satisfaction. (by Tata Consultancy Services Limited)
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: "28e9f609-d4ea-4dea-b037-a365109afcd5" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"28e9f609-d4ea-4dea-b037-a365109afcd5",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/28e9f609-d4ea-4dea-b037-a365109afcd5/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/5aa01016-ff1f-4903-8b9c-7c15d86cda8c/Example usage
“ext:google-agentfinder:5aa01016-ff1f-4903-8b9c-7c15d86cda8c”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/28e9f609-d4ea-4dea-b037-a365109afcd5
{
"name": "Hospital Escalation Agent",
"description": "An agent that analyzes hospital feedback to generate actionable recommendations for improving services and patient satisfaction. (by Tata Consultancy Services Limited)",
"capabilities": [
"uses_gemini",
"healthcare_and_life_sciences",
"customer_support",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/5aa01016-ff1f-4903-8b9c-7c15d86cda8c/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:5aa01016-ff1f-4903-8b9c-7c15d86cda8c"
}28e9f609-d4ea-4dea-b037-a365109afcd5Listed: Mar 24, 2026Related Agents
Doctor Escalation Agent
An AI agent that identifies patients with severe symptoms and automatically escalates their case by connecting them directly to a doctor. (by Tata Consultancy Services Limited)
Escalation agent
An AI agent that automatically escalates unresolved user issues from other AI agents to a human helpdesk for final resolution. (by PricewaterhouseCoopers LLP)
Real Time Escalation Agent
The Real Time Escalation Agent monitors conversation sentiment and triggers an escalation if negative sentiment is detected repeatedly. (by Capgemini Technologies LLC)
Patient Feedback & Hospital Improvement Agent
An automated agent for scheduling patient appointments by syncing with doctor availability and hospital systems. (by Tata Consultancy Services Limited)