check_table_completeness
Analyze data quality and field completeness in ServiceNow tables by calculating percentage of non-empty values per specified field.
Instructions
Analyze data quality and field completeness for a ServiceNow table — returns percentage of non-empty values per field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to analyze (e.g. "incident", "cmdb_ci_server") | |
| fields | Yes | Comma-separated field names to check (e.g. "assigned_to,priority,category") | |
| query | No | Optional encoded query to scope the analysis (e.g. "active=true") | |
| sample_size | No | Number of records to sample (default 100, max 500) |