Rootly is an AI-native incident management platform that automates workflows and collaboration, integrating with Slack, PagerDuty, and other tools to streamline incident response.
This tool allows for the deletion of a specific action item in Rootly. It complements the existing ROOTLY_LIST_ACTION_ITEMS functionality by providing the ability to remove individual action items from the system.
This tool retrieves a single action item by its ID from Rootly using a GET request to https://api.rootly.com/v1/action_items/{id}. It provides detailed information about an action item including summary, description, kind, assigned_to, priority, status, due_date, and more. It complements other action item management tools.
This tool retrieves a list of all action items for an organization in Rootly. Action items are tasks or follow-up items that need to be completed during or after an incident, helping to track and manage incident-related tasks effectively.