get-glossary-term
Retrieve details of a glossary term using its UUID. Access term fields and associated metadata from OpenMetadata.
Instructions
Get glossary term details by UUID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Glossary term UUID | |
| fields | No | ||
| 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. |