schema-discovery

Installation
SKILL.md

Schema Discovery

Overview

Schema discovery is the foundation of effective ServiceNow development. This skill teaches you how to explore table structures, understand field types, discover relationships between tables, and document your findings for development work.

  • What problem does it solve? Eliminates guesswork when working with unfamiliar tables, prevents field type errors, and reveals hidden relationships between ServiceNow entities
  • Who should use this skill? Developers, administrators, and integrators who need to understand ServiceNow data structures before creating queries, scripts, or integrations
  • What are the expected outcomes? Complete understanding of table schemas, field configurations, reference relationships, and proper field usage

Prerequisites

  • Required ServiceNow roles: admin or personalize_dictionary (for full schema access)
  • Read access to sys_dictionary, sys_db_object, and sys_documentation tables
  • Basic understanding of ServiceNow table hierarchy and field types
  • Related skills: None required (this is foundational)

Procedure

Related skills
Installs
3
GitHub Stars
23
First Seen
14 days ago