get_alert_definition

Get a single alert definition by ID, including its configuration (thresholds, conditions) and notification settings.

Get a single alert definition by ID, including its configuration (thresholds, conditions) and notification settings.

Read-only · Calls external systems. Safe to call: this tool does not modify data.

Parameters

FieldTypeRequiredDescription
alert_definition_idnumberYesAlert definition ID
detailbooleanNoReturn full JSON instead of compact summary (default: false)

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "alert_definition_id": 0
}

Description

Returns a compact summary by default; use detail=true for the full JSON payload. ID from list_alert_definitions.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on