Describe a table's columns
servicenow_describe_tableList all columns of a ServiceNow table, including inherited ones, with their types and references. Use it before querying unfamiliar tables or troubleshooting unexpected results.
Instructions
List a table's columns with their types, labels and reference targets, including columns inherited from parent tables - most of an incident's fields are declared on 'task', and a listing that omitted them would be misleading. Call this before writing a query against an unfamiliar table, or when a query returns unexpectedly little.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | System name of the table, not its UI label: 'sys_user' rather than 'User', 'incident' rather than 'Incidents'. Use servicenow_list_tables to find it. |