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_node.sql•159 B
SELECT resource_name, node_state, location, timestamp_utc_end_s
FROM {schema}.cloud_gcp_gke_node
WHERE cmdb_id = %s
ORDER BY timestamp_utc_end_s DESC
LIMIT 1;