signoz-managing-views
Managing Saved Views
Create, read, update, and delete SigNoz saved Explorer views via the
SigNoz MCP server. A saved view is a reusable snapshot of an Explorer query
on the Logs, Traces, or Metrics page — name + filters + panel type, scoped
to one sourcePage. They are not dashboards and not alerts.
This skill covers the full CRUD surface in one place because the operations share the same schema, the same identity model (UUID per view), and the same prerequisite resources. The only operation with real blast radius is delete, and update has a sharp edge (full-body replace) — both get explicit guards below.
Prerequisites
This skill calls SigNoz MCP server tools (signoz:signoz_create_view,
signoz:signoz_list_views, signoz:signoz_get_view,
signoz:signoz_update_view, signoz:signoz_delete_view,
signoz:signoz_get_field_keys, signoz:signoz_get_field_values). Before
More from signoz/agent-skills
signoz-docs
Use this skill first whenever the user asks about SigNoz instrumentation, OpenTelemetry setup, querying, dashboards, alerts, troubleshooting, self-hosted deployment, API endpoints, auth headers, or where to find anything in SigNoz docs.
116signoz-clickhouse-query
>-
100signoz-searching-docs
>
40signoz-writing-clickhouse-queries
>-
40signoz-generating-queries
>
36signoz-modifying-dashboards
>
35