Better Stack
telemetry_create_cloud_connection_tool
Create a secure cloud connection for direct ClickHouse query access to logs, spans, and metrics data. Returns connection credentials (host, port, username, password), sample queries for each data type, and cURL command examples. Connections expire after 1 hour by default
Remote betterstack
Other tools also called telemetry_create_cloud_connection_tool?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"note": {
"type": "string",
"description": "Optional note for the connection"
},
"team_id": {
"type": "integer",
"description": "The ID of the team (use list_teams to get team IDs)"
},
"source_id": {
"type": "integer",
"description": "The ID of the source (required, when cluster_id is empty)"
},
"cluster_id": {
"type": "integer",
"description": "The ID of the cluster to use (required, when source_id is empty)"
}
}
}