Skip to main content

At a glance

  • Availability: Experimental (how to enable).
  • Auth: API key.
  • Connection: The key from SERVICENOW_ACCESS_TOKEN is sent as the Bearer prefixed Authorization header.

Credentials

Set these per environment. See Connect an integration.
VariableRequiredDescription
SERVICENOW_INSTANCEYesServiceNow instance URL (e.g. your-instance.service-now.com)
SERVICENOW_ACCESS_TOKENYesServiceNow OAuth access token for the Table API

Tools

ToolAccessDescription
List IncidentsReadList ServiceNow incidents with optional filters
Get IncidentReadGet details of a specific incident
Create IncidentWriteCreate a new incident in ServiceNow
Update IncidentWriteUpdate an existing incident
Search Knowledge BaseReadSearch ServiceNow knowledge base articles
Search UsersReadSearch ServiceNow users to find the sys_id needed for assigning incidents
Query TableReadQuery any ServiceNow table with an encoded query (covers change requests, problems, CMDB, catalog tasks, etc.)
Create Table RecordWriteCreate a record in any ServiceNow table
Update Table RecordWriteUpdate a record in any ServiceNow table

Example prompts

  • Check the status of my recent ServiceNow incidents and summarize any that need attention.
  • Help me create a new incident in ServiceNow with the appropriate priority and category.
  • Search the ServiceNow knowledge base for solutions to common issues.