dbt-list-macros
List dbt macros from manifest.json filtered by package or macro name. Use substring search to quickly locate specific macros.
Instructions
List dbt macros from manifest.json with package / name filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| search | No | Substring match against macro name | |
| package | No | Filter by package 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. |