Cognizant® Opioid Abuse Detection Agent
restAn AI agent that analyzes Electronic Medical Records (EMRs) to detect opioid abuse and generate comprehensive medical reports. (by Cognizant Technology Solutions)
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: "23b72a7d-3226-4b31-99e1-33b1f36c1f8e" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"23b72a7d-3226-4b31-99e1-33b1f36c1f8e",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/23b72a7d-3226-4b31-99e1-33b1f36c1f8e/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/d6ab4f83-0a3f-406d-b305-e9f909afe3f3/Example usage
“ext:google-agentfinder:d6ab4f83-0a3f-406d-b305-e9f909afe3f3”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/23b72a7d-3226-4b31-99e1-33b1f36c1f8e
{
"name": "Cognizant® Opioid Abuse Detection Agent",
"description": "An AI agent that analyzes Electronic Medical Records (EMRs) to detect opioid abuse and generate comprehensive medical reports. (by Cognizant Technology Solutions)",
"capabilities": [
"uses_gemini",
"healthcare_and_life_sciences",
"data_analysis",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/d6ab4f83-0a3f-406d-b305-e9f909afe3f3/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:d6ab4f83-0a3f-406d-b305-e9f909afe3f3"
}23b72a7d-3226-4b31-99e1-33b1f36c1f8eListed: Mar 24, 2026Related Agents
Cognizant® Medical Code Extraction Agent
An AI agent that extracts ICD10 codes from medical documents by intelligently filtering text and refining the results. (by Cognizant Technology Solutions)
Cognizant® Medical Record Extraction Agent
A Generative AI solution that automates the processing, extraction, and summarization of information from medical records. (by Cognizant Technology Solutions)
Cognizant® Mental Health Condition Detection Agent
An AI agent that analyzes unstructured clinical documents to identify the likelihood of mental health conditions for early intervention. (by Cognizant Technology Solutions)
Cognizant® Medical Claims Approval Decisioning Agent
An AI-driven agent that automates the decision-making process for approving or rejecting medical claims. (by Cognizant Technology Solutions)