list_message_template_fields
List available message template fields and placeholders in Huly without rendering or executing resources. Filter by category or search by label text to find field IDs and provider resource IDs.
Instructions
List Huly message template fields/placeholders without executing provider resources or rendering templates. Optionally filter by field category ID or exact raw label string, and search raw field labels by substring. Returns field IDs, labels, category summaries, and provider resource IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional template field category ID or exact raw label string. | |
| search | No | Optional case-insensitive substring search over raw template field labels. | |
| limit | No | Maximum number of template fields 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. |