Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
WAROOM_API_KEY | Yes | Your Waroom API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
waroom_create_incident | インシデントを作成します。 |
waroom_get_incidents | インシデントの一覧を取得します。各種フィルター条件を指定できます。 |
waroom_get_incident_details | 特定のインシデントの詳細情報を取得します。 |
waroom_update_incident_severity | インシデントの重要度を更新します。 |
waroom_update_incident_status | インシデントのステータスを更新します。 |
waroom_create_incident_metrics | インシデントメトリクスを作成します。レスポンス活動を記録し、TTD/TTA/TTI/TTF/TTRを更新します。 |
waroom_get_postmortems | ポストモーテムの一覧を取得します。 |
waroom_create_postmortem | ポストモーテムを作成します。 |
waroom_get_postmortem_template | ポストモーテムテンプレートを取得します。 |
waroom_get_services | サービスの一覧を取得します。 |
waroom_get_service_architecture_context | 特定のサービスのアーキテクチャコンテキストを取得します。 |
waroom_get_service_labels | 特定のサービスのラベル一覧を取得します。 |
waroom_create_service_label | 特定のサービスに新しいラベルを作成します。 |
waroom_update_service_label | 特定のサービスのラベルを更新します。 |
waroom_delete_service_label | 特定のサービスのラベルを削除します。 |
waroom_update_incident_labels | インシデントにラベルを付与または更新します。 |