Skip to main content
Glama

Create incident

allquiet_create_incident
Destructive

Creates a new incident on the LIVE account (may trigger alerting/paging). status and severity are free-form strings the API validates against your account's configuration — common severity values include "Warning", "Minor", "Major", "Critical", and status reflects the incident lifecycle (e.g. "Open"/"Resolved"); confirm the valid values for your account before calling. All Quiet: POST /v1/incident.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesIncident title (required).
statusYesIncident status (required) — free-form, validated by the API; reflects the incident lifecycle (e.g. "Open"/"Resolved"). Confirm valid values for your account.
messageNoIncident message/description.
teamIdsNoIds of teams to associate with the incident.
severityYesIncident severity (required) — free-form, validated by the API; common values include "Warning", "Minor", "Major", "Critical". Confirm valid values for your account.
serviceIdsNoIds of affected services.
integrationIdNoId of the integration that should own/route the incident.
messageIsPublicNoWhether the message is visible on a public status page.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations include destructiveHint: true, indicating it may have destructive effects. The description adds value beyond annotations by stating "may trigger alerting/paging" and specifying the API endpoint (POST /v1/incident), providing behavioral context not covered by annotations alone.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two sentences plus a note about the endpoint. Every sentence provides essential information without redundancy or fluff, making it easy for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 8 parameters, 3 required, and no output schema, the description covers key behavioral aspects (triggering paging, parameter validation) and provides examples for severity. It lacks mention of return value or authentication prerequisites, but overall it is fairly complete for agent usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so parameters are documented. The description adds meaning by explaining that status and severity are free-form and validated against account configuration, and provides common examples. This adds value beyond the schema's brief descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states "Creates a new incident on the LIVE account", specifying the action (create) and resource (incident), and distinguishes from sibling tools like update_incident or list_incidents. It also notes potential alerting/paging, adding context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides context by warning about alerting/paging and advising to confirm valid status/severity values with the account configuration. It implicitly indicates when to use (to create a new incident) but lacks explicit alternatives or when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.