PagerDuty

PAGERDUTY_GET_INCIDENT_WORKFLOWS_ACTIONS

Retrieves a list of all available actions that can be used in incident workflows within PagerDuty. This endpoint provides information about the various automated tasks and responses that can be configured to streamline incident management processes. It should be used when setting up or modifying incident workflows to understand the range of actions available for automation. The endpoint returns details about each action, which may include its name, description, and any configurable parameters. This tool is particularly useful for developers and system administrators who are designing or optimizing their incident response procedures in PagerDuty. Note that while this endpoint retrieves action information, it does not execute or modify any actions itself.

Remote pagerduty

Other tools also called PAGERDUTY_GET_INCIDENT_WORKFLOWS_ACTIONS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "title": "Limit",
      "description": "The minimum of the `limit` parameter used in the request or the maximum request size of the API. "
    },
    "cursor": {
      "type": "string",
      "title": "Cursor",
      "description": "Optional parameter used to request the \"next\" set of results from an API.  The value provided here is most commonly obtained from the `next_cursor` field of the previous request.  When no value is provided, the request starts at the beginning of the result set.  "
    },
    "keyword": {
      "type": "string",
      "title": "Keyword",
      "description": "If provided, only show actions tagged with the specified keyword"
    }
  }
}