signoz-modifying-dashboards

Modify SigNoz dashboards by applying structured panel, layout, and metadata changes via MCP server tools.

14|10|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/SigNoz/agent-skills --skill signoz-modifying-dashboards
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: signoz-modifying-dashboards
Source: https://github.com/SigNoz/agent-skills/tree/main/plugins/signoz/skills/signoz-modifying-dashboards
Command: npx skills add https://github.com/SigNoz/agent-skills --skill signoz-modifying-dashboards

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables operators to modify existing SigNoz dashboards—adding, removing, or updating panels, queries, and layout—without recreating dashboards from scratch, ensuring consistency and faster iteration.

Core Features & Use Cases

  • Add, remove, or update panels and variables on an existing dashboard using MCP server tools.
  • Change a panel's query or type, rearrange layout, or rename dashboards while preserving existing widgets and state.
  • Use cases include enhancing API Monitoring dashboards with latency panels grouped by service.name, or refactoring dashboards for incident reviews.

Quick Start

Ask me to modify your dashboard (e.g., add a panel or update a query) and I will apply the changes in a single, safe update.

Frequently Asked Questions about signoz-modifying-dashboards

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I modify existing SigNoz dashboards without recreating them from scratch?

To modify existing SigNoz dashboards safely, fetch the full dashboard state, plan changes against that state, and apply a single validated update. This preserves existing widgets, variables, and layout while adding, removing, or updating panels.

Can I update panel queries and change widget types in a SigNoz dashboard via automation?

Yes, you can update panel queries and change widget types in a SigNoz dashboard via automation. The system applies structured changes to panels and metadata through MCP server tools, ensuring the modifications are validated in a single update.

What is the safest way to rearrange the layout of a SigNoz dashboard?

The safest way to rearrange a SigNoz dashboard layout is to fetch its full state first, plan the layout changes against that state, and apply a single validated update that enforces guardrails against destructive actions while preserving existing widgets.

Does modifying a SigNoz dashboard with MCP tools preserve existing variables and widgets?

Yes, modifying a SigNoz dashboard with MCP tools preserves existing variables and widgets. The process fetches the full dashboard state and applies validated updates, ensuring existing configurations remain intact while enforcing guardrails for destructive actions.

How do I add latency panels grouped by service.name to an API Monitoring dashboard in SigNoz?

To add latency panels grouped by service.name to an API Monitoring dashboard in SigNoz, request the panel addition against the existing dashboard state. The system applies the structured change via MCP server tools in a single, safe update.

What guardrails exist when removing panels from a SigNoz dashboard?

When removing panels from a SigNoz dashboard, the system enforces guardrails for destructive actions by requiring the full dashboard state to be fetched first. It then validates the structured update before applying it to prevent unintended data loss.