get_foreign_keys
List foreign key relationships for a specific table to reveal how it connects to other tables in a MySQL database.
Instructions
Show foreign key relationships for a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| database | No | Optional database to read from for this call only, without changing the active connection |