dbt-list-tests
List dbt generic or singular tests with optional filters for model, name, or test type. Includes configurable limit and field extraction for token efficiency.
Instructions
List dbt tests (generic or singular) optionally filtered to a specific model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| search | No | Substring match against test name | |
| testKind | No | all | |
| attachedTo | No | Filter to tests attached to a specific model unique_id or name | |
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |