Sentry · Capability
Sentry Crons API — Monitors
Sentry Crons API — Monitors. 8 operations. Lead operation: Sentry Retrieve monitors for an organization. Self-contained Naftiko capability covering one Sentry System business surface.
What You Can Do
GET
Listorganizationmonitors
— Sentry Retrieve monitors for an organization
/v1/organizations/{organization-id-or-slug}/monitors
POST
Createmonitor
— Sentry Create a monitor
/v1/organizations/{organization-id-or-slug}/monitors
GET
Retrievemonitor
— Sentry Retrieve a monitor
/v1/organizations/{organization-id-or-slug}/monitors/{monitor-id-or-slug}
PUT
Updatemonitor
— Sentry Update a monitor
/v1/organizations/{organization-id-or-slug}/monitors/{monitor-id-or-slug}
DELETE
Deletemonitor
— Sentry Delete a monitor or monitor environments
/v1/organizations/{organization-id-or-slug}/monitors/{monitor-id-or-slug}
GET
Retrievemonitorforproject
— Sentry Retrieve a monitor for a project
/v1/projects/{organization-id-or-slug}/{project-id-or-slug}/monitors/{monitor-id-or-slug}
PUT
Updatemonitorforproject
— Sentry Update a monitor for a project
/v1/projects/{organization-id-or-slug}/{project-id-or-slug}/monitors/{monitor-id-or-slug}
DELETE
Deletemonitorforproject
— Sentry Delete a monitor or monitor environments for a project
/v1/projects/{organization-id-or-slug}/{project-id-or-slug}/monitors/{monitor-id-or-slug}
MCP Tools
sentry-retrieve-monitors-organization
Sentry Retrieve monitors for an organization
read-only
idempotent
sentry-create-monitor
Sentry Create a monitor
sentry-retrieve-monitor
Sentry Retrieve a monitor
read-only
idempotent
sentry-update-monitor
Sentry Update a monitor
idempotent
sentry-delete-monitor-monitor-environments
Sentry Delete a monitor or monitor environments
idempotent
sentry-retrieve-monitor-project
Sentry Retrieve a monitor for a project
read-only
idempotent
sentry-update-monitor-project
Sentry Update a monitor for a project
idempotent
sentry-delete-monitor-monitor-environments-2
Sentry Delete a monitor or monitor environments for a project
idempotent