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
get_event_ci.sql•210 B
SELECT e.event_id,
e.related_ci_display_label AS ci_name,
e.related_ci_cmdb_id AS ci_cmdb_id,
e.related_ci_cmdb_global_id,
e.related_ci_type
FROM {schema}.opr_event e
LIMIT %s;