Better Stack
telemetry_add_dashboard_section_tool
Add a section divider to a dashboard. Sections span the full width and help organize charts into groups. Charts and sections at or below the insertion point are shifted down to make room
Remote betterstack
Other tools also called telemetry_add_dashboard_section_tool?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"y": {
"type": "integer",
"description": "Y position (row) where section should appear"
},
"name": {
"type": "string",
"description": "Section title (e.g., 'Memory Metrics', 'Network')"
},
"dashboard_id": {
"type": "integer",
"description": "The ID of the dashboard"
}
}
}