PAGE X is a CRM solution that enables businesses to drive sales, track leads, automate tasks, and enhance service efficiency.
Tool to delete an incident by id. use after confirming the incident exists. example: delete incident 123.
Tool to fetch incident details by id. use when you have an incident id and need full incident information. call only after obtaining a valid incident id. example: "retrieve incident 'abc123'"
Tool to list incidents. use when you need to fetch and paginate through incidents.
Tool to execute a generic request to the pagerduty api. use when you need to call an endpoint not explicitly supported. use after obtaining valid auth metadata. example prompt: "call incidents endpoint: resource='incidents', method='get'"
Tool to delete an incident by id. use after confirming the incident exists. example: delete incident 123.