List ServiceNow tables
servicenow_list_tablesLists ServiceNow tables from sys_db_object, optionally filtered by name or label, to help locate tables for data operations.
Instructions
List tables from sys_db_object, optionally filtered by a name or label fragment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Case-insensitive fragment to match in name or label. | |
| instance | No | Connection profile to use for this call (default: the active profile). See servicenow_list_instances. |