Bronze-to-Silver Cleaning Agent
restAn autonomous AI agent that intelligently cleans and prepares raw data by automatically generating and executing SQL transformations. (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: "2d4d60e7-8e73-490d-af71-71bf06933e74" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"2d4d60e7-8e73-490d-af71-71bf06933e74",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/2d4d60e7-8e73-490d-af71-71bf06933e74/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/af099757-1d3f-4f40-8247-aa725007d284/Example usage
“ext:google-agentfinder:af099757-1d3f-4f40-8247-aa725007d284”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/2d4d60e7-8e73-490d-af71-71bf06933e74
{
"name": "Bronze-to-Silver Cleaning Agent",
"description": "An autonomous AI agent that intelligently cleans and prepares raw data by automatically generating and executing SQL transformations. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"data_analysis",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/af099757-1d3f-4f40-8247-aa725007d284/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:af099757-1d3f-4f40-8247-aa725007d284"
}2d4d60e7-8e73-490d-af71-71bf06933e74Listed: Mar 24, 2026Related Agents
Silver-to-Gold Aggregation Agent
An AI agent that automates data engineering by aggregating cleaned data, generating KPIs, and preparing it for BI consumption. (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)
TCS Agentic Data Cleaning Agent
An AI agent that improves data quality by automatically identifying and fixing errors, inconsistencies, and redundancies in structured data. (by Tata Consultancy Services Limited)
Query Construction Agent
An AI agent that autonomously converts structured metric and filter definitions into executable SQL or Looker queries for data analysis. (by Accenture)