list-glossaries
Retrieve a paginated list of glossaries with optional filters and field projections. Use this to browse or fetch glossary metadata efficiently.
Instructions
List glossaries with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields (e.g. 'owners,tags,terms') | |
| limit | No | ||
| before | No | ||
| after | No | ||
| include | No | non-deleted | |
| 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. |