preflight_table
preflight_tableRetrieve the complete preflight surface for a database table: columns, indexes, foreign keys, RLS policies, triggers, related routes, and zod schemas. Provides a snapshot-strict reference for understanding table structure and dependencies.
Instructions
Return the full preflight surface for a table: columns, primary key, indexes, foreign keys, RLS state + policies, triggers, related routes, and zod schemas whose surrounding file references the table. Snapshot-strict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| table | Yes | ||
| schema | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | ||
| result | Yes | ||
| toolName | Yes | ||
| _hints | Yes |