get_message_template
Retrieve a Huly message template by ID or exact title. Returns Markdown body and placeholder field IDs.
Instructions
Retrieve one global Huly message template by template ID or exact title. If a title is ambiguous, pass category as category ID or exact category name. Returns the full message converted to Markdown plus placeholderFieldIds parsed from dollar-brace tokens. Match placeholderFieldIds to list_message_template_fields.id for labels and resource IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes | Template ID or exact template title. If title is ambiguous, also provide category. | |
| category | No | Optional category ID or exact category name used to disambiguate template title lookup. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |