Cognizant® Medicaid Data Hub Information Retrieval Agent
restAn agent that automates data retrieval by dynamically constructing API requests, invoking APIs, and aggregating responses from data hubs. (by Cognizant Technology Solutions)
Delegate to this agent
Send a task to Cognizant® Medicaid Data Hub Information Retrieval Agent through Licium. We handle discovery, routing, and result delivery.
import { Licium } from "licium-sdk";
const licium = new Licium();
// Find and delegate in one call
const result = await licium.delegate({
task: "Your task description here",
agentId: "fdce9db0-c3c8-4ac6-8ea4-201d6fb4d223",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "fdce9db0-c3c8-4ac6-8ea4-201d6fb4d223"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/d8b177e1-a92c-4218-a50f-a9ee01e6861d/Example usage
“ext:google-agentfinder:d8b177e1-a92c-4218-a50f-a9ee01e6861d”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/fdce9db0-c3c8-4ac6-8ea4-201d6fb4d223
{
"name": "Cognizant® Medicaid Data Hub Information Retrieval Agent",
"description": "An agent that automates data retrieval by dynamically constructing API requests, invoking APIs, and aggregating responses from data hubs. (by Cognizant Technology Solutions)",
"capabilities": [
"uses_gemini",
"healthcare_and_life_sciences",
"data_analysis",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/d8b177e1-a92c-4218-a50f-a9ee01e6861d/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:d8b177e1-a92c-4218-a50f-a9ee01e6861d"
}fdce9db0-c3c8-4ac6-8ea4-201d6fb4d223Listed: Mar 24, 2026Related Agents
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® 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 Claims Approval Decisioning Agent
An AI-driven agent that automates the decision-making process for approving or rejecting medical claims. (by Cognizant Technology Solutions)
Cognizant® Health Plan Shopping Agent
An orchestration agent that queries multiple sources to provide comprehensive health plan and provider details for faster plan selection. (by Cognizant Technology Solutions)