Better Stack

telemetry_get_dashboard_details_tool

Get detailed information about a specific dashboard including its charts, sections, layout, and configuration. Use this to understand a dashboard structure before modifying it

Remote betterstack

Other tools also called telemetry_get_dashboard_details_tool? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The ID of the dashboard to retrieve"
    }
  }
}