Talk to your Data Agent
restAn agent that enables non-technical users to query databases and gain insights using natural language. (by HCL Software [HCL America INC.])
Delegate to this agent
Send a task to Talk to your Data 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: "bb9172a8-85ae-4969-a7ea-7b4a31cd84f5",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "bb9172a8-85ae-4969-a7ea-7b4a31cd84f5"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/e5f3fead-dc12-4ff0-9a22-a254e543647e/Example usage
“ext:google-agentfinder:e5f3fead-dc12-4ff0-9a22-a254e543647e”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/bb9172a8-85ae-4969-a7ea-7b4a31cd84f5
{
"name": "Talk to your Data Agent",
"description": "An agent that enables non-technical users to query databases and gain insights using natural language. (by HCL Software [HCL America INC.])",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"data_analysis",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/e5f3fead-dc12-4ff0-9a22-a254e543647e/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:e5f3fead-dc12-4ff0-9a22-a254e543647e"
}bb9172a8-85ae-4969-a7ea-7b4a31cd84f5Listed: Mar 24, 2026Related Agents
Data Science Analytics agent
A conversational AI agent that enables non-technical users to perform data analytics using natural language. (by HCL Software [HCL America INC.])
Talk to your Data
A natural language interface that enables business users to query complex databases without needing technical expertise. (by HCL Software [HCL America INC.])
SQL Query Agent
An agent that converts natural language questions into SQL queries, enabling non-technical users to retrieve database information without writing code. (by Accenture)
Data Analysis Agent
A Generative AI agent that enhances business intelligence via natural language querying, automated insights, and chart summarization. (by Quantiphi, Inc)