Better Stack
telemetry_import_dashboard_tool
Import a dashboard from JSON configuration. Creates a new dashboard with the provided data structure
Remote betterstack
Other tools also called telemetry_import_dashboard_tool?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"data": {
"type": "string",
"description": "The dashboard data as a JSON string (can be obtained from export_dashboard_tool)"
},
"name": {
"type": "string",
"description": "The name for the new dashboard"
},
"team_id": {
"type": "integer",
"description": "The ID of the team to import the dashboard into (use list_teams to get team IDs)"
}
}
}