Run a structured Laravel database assertion
laravel_database_assertAssert database conditions (count, existence, column value, JSON path) on a read-only Laravel query without raw SQL.
Instructions
Evaluates count, existence, column, or JSON-path assertions over a bounded read-only Laravel query without accepting raw SQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional project-relative working directory. When omitted, the tool auto-detects the relevant app root. | |
| query | Yes | ||
| column | No | ||
| project | Yes | Project key from list_projects. | |
| expected | No | ||
| jsonPath | No | ||
| assertion | Yes | ||
| timeoutSeconds | No |