Precare - FAQ Agent
restThe FAQ Agent is a virtual agent that delivers instant, consistent answers to common patient questions to reduce call center load and enhance convenienc... (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: "19689b5c-8aa7-4480-803a-e537f696144b" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"19689b5c-8aa7-4480-803a-e537f696144b",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/19689b5c-8aa7-4480-803a-e537f696144b/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/bd8b66e4-6989-44dc-b9c2-ace403ea008d/Example usage
“ext:google-agentfinder:bd8b66e4-6989-44dc-b9c2-ace403ea008d”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/19689b5c-8aa7-4480-803a-e537f696144b
{
"name": "Precare - FAQ Agent",
"description": "The FAQ Agent is a virtual agent that delivers instant, consistent answers to common patient questions to reduce call center load and enhance convenienc... (by Tata Consultancy Services Limited)",
"capabilities": [
"uses_gemini",
"healthcare_and_life_sciences",
"customer_support",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/bd8b66e4-6989-44dc-b9c2-ace403ea008d/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:bd8b66e4-6989-44dc-b9c2-ace403ea008d"
}19689b5c-8aa7-4480-803a-e537f696144bListed: Mar 24, 2026Related Agents
Precare - Virtual Health Assistant Agent
A virtual health assistant that provides 24/7 support to patients by answering queries, explaining prescriptions, and escalating urgent cases to doctors... (by Tata Consultancy Services Limited)
FAQ agent
An AI-powered agent for the healthcare industry that provides instant, automated answers to frequently asked questions for customers and internal staff. (by PricewaterhouseCoopers LLP)
Airline FAQ Agent
A multilingual AI assistant that provides airline passengers with fast and accurate support for FAQs regarding flights, policies, and procedures. (by Wipro Limited)
FAQ Generation Agent
An AI agent that generates and ranks FAQs as part of a larger platform for automating the entire insurance policy lifecycle, from sales to claims. (by Accenture)