PagerDuty
PAGERDUTY_CREATE_AND_MANAGE_CUSTOM_INCIDENT_FIELDS
Creates a new custom field for incidents in PagerDuty. This endpoint allows you to define additional data points to be associated with incidents, enhancing incident management and reporting capabilities. Custom fields can be used to store various types of information such as environment, severity, or any other relevant metadata. The field can be configured with different data types and value constraints, allowing for flexible and structured data capture. Use this endpoint when you need to extend the incident data model with organization-specific information. Note that once created, certain properties of a custom field cannot be changed, so careful planning of field structure is important.
Other tools also called PAGERDUTY_CREATE_AND_MANAGE_CUSTOM_INCIDENT_FIELDS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {}
}