We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/p2k3m/vertica'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
ci_facts_container.sql•240 B
SELECT resource_name AS container_name, pod_name, cpu_limit_util_pct_mean, mem_limit_util_pct_mean, restart_count_rate, timestamp_utc_end_s
FROM {schema}.cloud_gcp_gke_container
WHERE cmdb_id = %s
ORDER BY timestamp_utc_end_s DESC
LIMIT 1;