-
Notifications
You must be signed in to change notification settings - Fork 97
Feature Request: Dashboard & Widget Management Tools #876
Copy link
Copy link
Open
Description
Summary
Add MCP tools for creating, editing, and managing Sentry dashboards and widgets.
Motivation
We're building an internal agent skill to help teams set up and iterate on Sentry dashboards without manually navigating the UI. Dashboard management is a natural fit for an agentic workflow — teams could describe what they want to monitor and have an agent scaffold the dashboard for them.
Currently the MCP server has no tools for dashboard management, which blocks this use case entirely.
Requested Tools
list_dashboards— list dashboards in an organizationget_dashboard— retrieve a dashboard and its widgetscreate_dashboard— create a new dashboardupdate_dashboard— rename or modify a dashboarddelete_dashboard— remove a dashboardcreate_widget/update_widget/delete_widget— manage individual widgets within a dashboard
Notes
Even a read-only list_dashboards + get_dashboard would be a helpful starting point. Full CRUD would unlock the agent-driven dashboard-building workflow described above.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Fields
Give feedbackNo fields configured for issues without a type.