Describe ServiceNow table
servicenow_describe_tableRetrieve a ServiceNow table's column details—name, label, type, mandatory, reference—from sys_dictionary to understand its schema.
Instructions
List a table's columns (name, label, type, mandatory, reference) from sys_dictionary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to describe, e.g. 'incident'. | |
| instance | No | Connection profile to use for this call (default: the active profile). See servicenow_list_instances. |