Inspect Laravel database schema
inspect_database_schemaView database table schemas, columns, and counts in Laravel projects without altering data.
Instructions
Runs Laravel's read-only db:show or db:table command. It does not run migrations or write data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional project-relative working directory. When omitted, the tool auto-detects the relevant app root. | |
| table | No | ||
| views | No | ||
| counts | No | ||
| project | Yes | Project key from list_projects. | |
| timeoutSeconds | No |