smartsuite_set_field_help_text
Set or update a field's help text with markdown formatting. Preview changes before applying, or clear help text with an empty string.
Instructions
Set or modify a field's help text (any field type). Requires readwrite/admin mode AND SMARTSUITE_ENABLE_SCHEMA_WRITE=true. helpText is lightweight markdown — paragraphs (blank-line separated), bullet lists (-/*), ordered lists (1.), and inline bold / italic — converted to SmartSuite's rich help_doc. Pass helpText:"" to clear it. displayFormat controls how it shows: "tooltip" (info icon) or "below_field_name". The full field definition is read and rewritten (other params preserved). Applies asynchronously. Dry-run preview unless confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The field slug. | |
| confirm | No | Must be true to apply (default false = preview). | |
| helpText | No | Help text as markdown ("" clears it). | |
| applicationId | Yes | The application (table) ID. | |
| displayFormat | No | How the help text is displayed (default tooltip when setting). |