connect_servicenow
Establish a session with a ServiceNow instance by providing instance URL, username, and password. Credentials are held in memory for the session only.
Instructions
Connect to a ServiceNow instance in one step.
WHEN TO CALL: At the start of any session that needs ServiceNow access, or when get_config shows servicenow.configured = false.
HOW TO ASK THE USER: "To connect to your ServiceNow instance I need three things: 1. Your instance URL (e.g. https://yourcompany.service-now.com) 2. Your username 3. Your password These are held in memory for this session only — never stored or logged."
After calling this tool, tell the user whether the connection succeeded and which instance you connected to. Then proceed with their request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_url | Yes | Full URL of the ServiceNow instance, e.g. https://yourcompany.service-now.com | |
| username | Yes | ServiceNow username | |
| password | Yes | ServiceNow password |