describe
Return slim field metadata for any ServiceNow table, or use list_script_fields action to inspect script-bearing fields.
Instructions
Return slim field metadata for a table, or list script-bearing fields.
Args:
table: ServiceNow table name. Required unless action is set
(and even with action='list_script_fields' table is
still required - it names the table to inspect).
fields: Comma-separated list of fields to include. Empty = all fields.
verbose: When True, return the full sys_dictionary row per field
minus a fixed deny-list of high-noise keys. Default False.
include_docs: When True, attach the matching sys_documentation entry
(label/help/hint/url) per field. Default False.
action: When set to 'list_script_fields', return the
dictionary-driven script-bearing fields for table along
with the resolved super_class chain. Empty (default) runs the
standard table-describe flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | ||
| fields | No | ||
| verbose | No | ||
| include_docs | No | ||
| action | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |