Cloud SQL Executor Agent
restAn agent that enables users to securely execute SQL queries on cloud-based MySQL and PostgreSQL databases without technical expertise. (by Accenture)
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: "dff42075-52bf-4060-a0dc-ce48efa18bef" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"dff42075-52bf-4060-a0dc-ce48efa18bef",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/dff42075-52bf-4060-a0dc-ce48efa18bef/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/351cb145-2535-424b-b99f-b440eaf6a8b0/Example usage
“ext:google-agentfinder:351cb145-2535-424b-b99f-b440eaf6a8b0”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/dff42075-52bf-4060-a0dc-ce48efa18bef
{
"name": "Cloud SQL Executor Agent",
"description": "An agent that enables users to securely execute SQL queries on cloud-based MySQL and PostgreSQL databases without technical expertise. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"data_analysis",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/351cb145-2535-424b-b99f-b440eaf6a8b0/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:351cb145-2535-424b-b99f-b440eaf6a8b0"
}dff42075-52bf-4060-a0dc-ce48efa18befListed: Mar 24, 2026Related Agents
Explanation + Execution Agent
An AI agent that explains generated SQL queries to users and executes them on BigQuery only after receiving approval. (by Accenture)
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)
Sqlite Agent
An agent that executes SQL queries on local or in-memory SQLite databases for rapid data exploration and prototyping. (by Accenture)
Brain Agent
An AI orchestration agent that splits complex queries into parallel sub-tasks for multiple agents, drastically accelerating data analysis and decision-m... (by Accenture)