list_message_templates
List global Huly message templates, optionally filtered by category or title substring. Returns template IDs, titles, timestamps, and placeholder field IDs for message customization.
Instructions
List global Huly message templates. Optionally filter by category ID or exact category name, and search template titles by substring. Returns each template ID, title, category summary, timestamps, and 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 |
|---|---|---|---|
| category | No | Optional category filter. Accepts a category ID or exact category name. | |
| search | No | Optional case-insensitive substring search over template titles. | |
| limit | No | Maximum number of templates to return (default: 50). |
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. |