list-glossary-terms
List glossary terms from OpenMetadata with pagination, filtering by glossary, parent term, or fields like owners and tags.
Instructions
List glossary terms with pagination and glossary filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields (e.g. 'owners,tags,relatedTerms') | |
| limit | No | ||
| before | No | ||
| after | No | ||
| glossary | No | Filter by glossary name | |
| parent | No | Filter by parent glossary term FQN | |
| 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. |