GCP Trusted Advisor Agent
restAn AI-powered agent that automatically generates API specifications from natural language input to accelerate software development. (by HCL Software [HCL America INC.])
Delegate to this agent
Send a task to GCP Trusted Advisor 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: "c6573745-40f0-4901-9bef-2b9f014f4b27",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "c6573745-40f0-4901-9bef-2b9f014f4b27"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/151802b2-d114-44e9-93f2-4016f9e25fe5/Example usage
“ext:google-agentfinder:151802b2-d114-44e9-93f2-4016f9e25fe5”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/c6573745-40f0-4901-9bef-2b9f014f4b27
{
"name": "GCP Trusted Advisor Agent",
"description": "An AI-powered agent that automatically generates API specifications from natural language input to accelerate software development. (by HCL Software [HCL America INC.])",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"product_development",
"developer_tools",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/151802b2-d114-44e9-93f2-4016f9e25fe5/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:151802b2-d114-44e9-93f2-4016f9e25fe5"
}c6573745-40f0-4901-9bef-2b9f014f4b27Listed: Mar 24, 2026Related Agents
GCP Setup Buddy Agent
An AI-powered agent that guides users through the setup and provisioning of Google Cloud Platform services. (by HCL Software [HCL America INC.])
GKE Trusted Advisor Agent
A proactive analysis tool that enhances security, ensures compliance, and optimizes resource utilization for Google Kubernetes Engine (GKE) environments... (by HCL Software [HCL America INC.])
Security AI Agent
An AI-powered agent that uses the Gemini model to analyze GCP IAM policies, identify security risks, and help administrators enhance cloud security. (by HCL Software [HCL America INC.])
API spec Generator Agent
An agent that automatically generates comprehensive and accurate API specifications from natural language descriptions. (by HCL Software [HCL America INC.])