Explain Field
explain_fieldExplains a ServiceNow field's type, constraints, help text, and choice values to help you understand the field before reading or writing data.
Instructions
Get detailed explanation of a specific field on a ServiceNow table, including type, constraints, help text, and available choice values.
Use this to understand what a field does, what values it accepts, and how it is configured before reading or writing data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | The ServiceNow instance auth alias (e.g., "myinstance", "prod"). If not provided, falls back to the SN_AUTH_ALIAS environment variable. | |
| table | Yes | The ServiceNow table name containing the field (e.g., "incident", "sys_user"). | |
| field | Yes | The field element name to explain (e.g., "state", "priority", "assigned_to"). |