What problem does it solve?
This Skill helps users discover the structure of a relational database by listing tables, describing column names and data types, identifying primary and foreign keys, and mapping how entities relate to support query planning, ERD creation, and schema validation.
Core Features & Use Cases
- List tables: Retrieve a complete list of tables with short descriptions of their purpose.
- Describe schemas: Provide column names, data types, primary key and foreign key information, and a few sample rows for context.
- Map relationships: Identify foreign key links, parent-child relationships, and recommended JOIN paths for queries.
- Use Case: When preparing analytics queries, building an ERD, or validating schema assumptions during migrations, use this Skill to quickly understand table structure and relationships.
Quick Start
List all tables and show the schema, sample rows, and foreign key relationships for the Customer and Invoice tables.