Better Stack
telemetry_get_chart_details_tool
Get detailed information about a specific chart including its SQL queries, configuration, and settings. Use get_dashboard_details first to find the chart ID
Remote betterstack
Other tools also called telemetry_get_chart_details_tool?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "The ID of the chart to retrieve"
}
}
}