Find tables by name
servicenow_list_tablesSearch ServiceNow tables by system name or label to translate user terms like 'change requests' into system names. Returns matching tables, omitting those blocked by policy.
Instructions
Search the instance's tables by system name or label. Use it to turn a user's words - 'the change requests', 'our CMDB servers' - into the system name the other tools need. Tables blocked by this server's policy are omitted, and the count of omissions reported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum tables to return. | |
| contains | No | Substring to match against the name or label. Omit to list tables alphabetically. |