DB Query Agent
restAn agent that allows users to query databases and receive summarized results using natural language processing (NLP) instead of writing code. (by Kyndryl, Inc)
Delegate to this agent
Send a task to DB Query 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: "24b49018-107c-47b7-b21e-7d969abb1f01",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "24b49018-107c-47b7-b21e-7d969abb1f01"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/a86fb57b-9039-463d-8d11-399c93ed9515/Example usage
“ext:google-agentfinder:a86fb57b-9039-463d-8d11-399c93ed9515”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/24b49018-107c-47b7-b21e-7d969abb1f01
{
"name": "DB Query Agent",
"description": "An agent that allows users to query databases and receive summarized results using natural language processing (NLP) instead of writing code. (by Kyndryl, Inc)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"data_analysis",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/a86fb57b-9039-463d-8d11-399c93ed9515/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:a86fb57b-9039-463d-8d11-399c93ed9515"
}24b49018-107c-47b7-b21e-7d969abb1f01Listed: Mar 24, 2026Related Agents
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)
QueryAgent
A RAG-based agent that retrieves information and answers questions from large text corpora by intelligently querying indexes and databases. (by Capgemini Technologies LLC)
Data Analysis Agent
A Generative AI agent that enhances business intelligence via natural language querying, automated insights, and chart summarization. (by Quantiphi, Inc)
Talk to your Data Agent
An agent that enables non-technical users to query databases and gain insights using natural language. (by HCL Software [HCL America INC.])