explore_table
Discover full schema of a ServiceNow table including fields, business rules, client scripts, ACLs, and relationships. Understand table context before writing scripts.
Instructions
Full schema discovery for a ServiceNow table.
Returns:
Table metadata (parent, scope, numbering, ACL flags)
All fields (name, label, type, reference, mandatory, read-only)
Active Business Rules (when, events, conditions)
Active Client Scripts (type, field)
ACL rules (operation, type, roles)
Incoming relationships (which tables reference this one)
Table hierarchy (parent chain up to Task or base)
Summary counts
Use this before writing a BR or Client Script to understand the full context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name, e.g. "incident" or "change_request" | |
| field_limit | No | Max fields to return |