get_glossary
Retrieve a specific glossary from your Lara Translate account using its ID. Returns null if the glossary is not found.
Instructions
Retrieves a specific glossary by ID from your Lara Translate account. Returns null if the glossary is not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The glossary ID (format: gls_*, e.g., 'gls_xyz123') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glossary | Yes | The requested glossary, or null when no glossary has that id |